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 states that there is an ambiguity in Tuura.Boolean.
Tuura.Boolean
Line 43 uses <> which is ambiguous as to whether it belongs to Text.PrettyPrint.HughesPJClass or GHC.Base.
<>
Text.PrettyPrint.HughesPJClass
GHC.Base
The branch plato-fix provides a fix for this, in an attempt to fix plato issue #97
plato-fix
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It states that there is an ambiguity in
Tuura.Boolean
.Line 43 uses
<>
which is ambiguous as to whether it belongs toText.PrettyPrint.HughesPJClass
orGHC.Base
.The branch
plato-fix
provides a fix for this, in an attempt to fix plato issue #97The text was updated successfully, but these errors were encountered: