Arc Forumnew | comments | leaders | submitlogin
2 points by almkglor 5798 days ago | link | parent

Well, in this case the data type would be ast, and the constructors would be lam, lit, quote, etc.


2 points by absz 5798 days ago | link

Right---there was something similar in EOPL, and I have something similar in a toy Lisp interpreter (in Haskell) I'm working on.

-----