biscuit-haskell icon indicating copy to clipboard operation
biscuit-haskell copied to clipboard

Make sure unbound variables are detected

Open divarvel opened this issue 3 years ago • 0 comments

Every variable that appears in expressions should be introduced by a predicate.

I'm not 100% sure the implementation explicitly checks it before evaluation. This is not a big issue because unbound variables will cause evaluation to fail anyway, but it should be caught early.

divarvel avatar Nov 19 '22 10:11 divarvel