diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-11-01 16:08:39 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-11-01 16:08:39 -0400 |
commit | 1145290f6ac5b13fe94772c692caa3cdb55bbf5f (patch) | |
tree | a5de853eb5ae1e922b58be100773706ac20e0311 /src/expl.sml | |
parent | cfb8ffaf94885d8dc1b492a050830a9b4ffc3d04 (diff) |
Explify 'let'
Diffstat (limited to 'src/expl.sml')
-rw-r--r-- | src/expl.sml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expl.sml b/src/expl.sml index 2e96db54..8f531516 100644 --- a/src/expl.sml +++ b/src/expl.sml @@ -98,6 +98,8 @@ datatype exp' = | EWrite of exp + | ELet of string * con * exp * exp + withtype exp = exp' located datatype sgn_item' = |