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
I have a need to define something like the following:
interface A T => A a where T : Type
I have tried it with version 1.3.4 and it says it does not see T in scope.
Can I define it in idris?
If I were to define it in haskell, I would go like so:
class A (T b) => A b where type T b :: *
Need an equivalent in idris tho :3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a need to define something like the following:
I have tried it with version 1.3.4 and it says it does not see T in scope.
Can I define it in idris?
If I were to define it in haskell, I would go like so:
Need an equivalent in idris tho :3
The text was updated successfully, but these errors were encountered: