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
mlang/samples/core/src/TI/Template.hs
Line 10 in e2c6d55
if i call this function like : runTemplate "main = if (and True False) 7 9 ;"
if will fall into infinite loop, there is something wrong with the core Template compiler .
The text was updated successfully, but these errors were encountered:
@iomeone, I guess that you don't define and
and
Sorry, something went wrong.
I'v define the and. and run the code using your repository. I'm hundred percent there's some bug in your code. But i'm not sure how to correct it.
can you show your code? 🤔 I can check it
https://github.com/iomeone/test build and run it use
stack build stack exec core
and will see the state print forever
No branches or pull requests
mlang/samples/core/src/TI/Template.hs
Line 10 in e2c6d55
if i call this function like :
runTemplate "main = if (and True False) 7 9 ;"
if will fall into infinite loop, there is something wrong with the core Template compiler .
The text was updated successfully, but these errors were encountered: