We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code produces IllegalStateException:
\import Equiv \import Function \import Logic \import Logic.Meta \import Meta \record Foo { | arr : Array (Fin 1) 2 | allDiff : isInj arr } \func testFoo : Equiv {Foo} {Empty} => \new QEquiv { | f x => \case \elim x \with { | (a :: b :: nil, q) => \case \elim a, \elim b, \elim q \with { | 0, 0, q => contradiction (q {1} {0} idp) } } | ret => absurd | ret_f _ => mcases | f_sec => {?} }
The text was updated successfully, but these errors were encountered:
valis
No branches or pull requests
The following code produces IllegalStateException:
The text was updated successfully, but these errors were encountered: