Right now we have two build in types: Int and Bool. It would be nice to have lists as well. This would allow implementing all examples from the PLDI paper.
EDIT: or maybe it would be possible to implement arbitrary parameterised data types, not just lists? There are some examples in the PLDI paper that use ST monad.
Right now we have two build in types:
Int
andBool
. It would be nice to have lists as well. This would allow implementing all examples from the PLDI paper.EDIT: or maybe it would be possible to implement arbitrary parameterised data types, not just lists? There are some examples in the PLDI paper that use ST monad.