diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-09-14 15:10:04 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-09-14 15:10:04 -0400 |
commit | 8cc7053b00237cd468290cb5f2042898e7a80329 (patch) | |
tree | 0138b56c392844cd8033fa03e81715b8b1ca4f8a /src/source.sml | |
parent | c81c24b4feb3fae3c13861f1bcaafab697a6bb7e (diff) |
Crud supports INSERT
Diffstat (limited to 'src/source.sml')
-rw-r--r-- | src/source.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml index bfb54194..14d4d6f8 100644 --- a/src/source.sml +++ b/src/source.sml @@ -119,6 +119,7 @@ datatype exp' = | ERecord of (con * exp) list | EField of exp * con + | EWith of exp * con * exp | ECut of exp * con | EFold |