https://github.com/MQuy/mlang/blob/e2c6d5509df73bf5aa555bb61d7d9dd0c8335c57/samples/core/src/TI/Template.hs#L10 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 .
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 .