Comment on Little Lisp interpreterparentComments−tmhedberg13yThis simplifies the type signature, but doesn't avoid the need for `return $ f "unneeded"`, which seems to be the ugly part he was really hoping to eliminate.Also, now you have to write your own lookup function instead of just using Prelude.lookup.
Comments
This simplifies the type signature, but doesn't avoid the need for `return $ f "unneeded"`, which seems to be the ugly part he was really hoping to eliminate.
Also, now you have to write your own lookup function instead of just using Prelude.lookup.