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
Pair
Spread
Γ !-[Σ;E] p : Σ[x:A]B Γ, x : Σ[x:A]B !-[Σ;E] C : U Γ, u:A, v:[u/x]B !-[Σ;E] M : [<u,v>/x]C ----------------------------------------------------- Γ !-[Σ;E] spread([x]C; [u,v]M; p) : [p/x]C
Therefore, we have in the syntax:
Spread :: (B.Scope () Tm a) -> (B.Scope Bool Tm a) -> Tm a -> Tm a
The text was updated successfully, but these errors were encountered:
Implement checking for Pair (#6)
fd75c12
Add the motive to Spread (#6)
1d1102c
Implement inference for Spread (#6)
cb086c1
No branches or pull requests
Pair
Spread
Spread
needs a first parameter which is the motive. So the elimination rule needs to look like this:Therefore, we have in the syntax:
The text was updated successfully, but these errors were encountered: