Closed ndr-brt closed 3 years ago
Fix #20
I had to catch exception on interpret because, removing Data.Map from the imports causing a silent exception (not catched by typeCheck)
interpret
Data.Map
Catching exception from interpret gives the same errors of doing typechecks prior to interpretation. So maybe we could leave this job directly to interpret
Thanks!
Fix #20
I had to catch exception on
interpret
because, removingData.Map
from the imports causing a silent exception (not catched by typeCheck)