diff options
Diffstat (limited to 'AST.hs')
-rw-r--r-- | AST.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ data Value | VLet [(Name, Value)] Value | VBuiltin String | VEllipsis - deriving (Eq) + deriving (Eq, Ord) instance Show Program where |