string
This commit is contained in:
@@ -38,6 +38,7 @@ data Lit
|
||||
= LitInt Int
|
||||
| LitNil
|
||||
| LitBool Bool
|
||||
| LitString Text
|
||||
deriving (Show, Generic)
|
||||
|
||||
data Define
|
||||
@@ -83,6 +84,7 @@ instance SexpIso Lit where
|
||||
$ With (. sexpIso)
|
||||
$ With (. sym "nil")
|
||||
$ With (. sexpIso)
|
||||
$ With (. sexpIso)
|
||||
$ End
|
||||
|
||||
instance SexpIso Define where
|
||||
|
||||
Reference in New Issue
Block a user