]> git.rmz.io Git - my-scheme.git/commit
Add LispVal data type which can hold any Lisp value
authorSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 23:40:49 +0000 (23:40 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 23:40:49 +0000 (23:40 +0000)
commitb388d53e751db6d925a39c06dc871c125799b8e5
tree0caffdc5b9665e8daf2617b68316659a961e0671
parent429ac1845f1b93f54bca8511a4efbf8cbcbb9bf3
Add LispVal data type which can hold any Lisp value

LispVal is an algebraic type which is able to hold any of the types
given.

Not sure what the type of `DottedList` is meant to be.
app/Main.hs