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
It is easy to get the definition of the function defined in a GADTs style
data Foo : Type where Bar1 : Foo Bar2 : E -> Foo Bar3 : E -> E -> Foo
But it is more tricky to do with the normal one
data Foo = Bar1 | Bar2 b | Bar3 b b
The text was updated successfully, but these errors were encountered:
bf80061
zjhmale
No branches or pull requests
It is easy to get the definition of the function defined in a GADTs style
But it is more tricky to do with the normal one
The text was updated successfully, but these errors were encountered: