diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2017-07-23 08:46:06 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2017-07-23 08:46:06 -0400 |
commit | bdde2dd90db28bdf3fe302d2d12f9ae0b9fc61cf (patch) | |
tree | f6d04dbbc9a3ac1857816b4dc7d20f601edb73da /src/source.sml | |
parent | f6c27c484d82474d14448c907f90165c1696c86d (diff) | |
parent | 8c58ba2e1db6e97ca1f18fd9ca52ffead53e4a4f (diff) |
Merge branch 'dfsg_clean'
Diffstat (limited to 'src/source.sml')
-rw-r--r-- | src/source.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.sml b/src/source.sml index 9971ca93..2d8c1ed3 100644 --- a/src/source.sml +++ b/src/source.sml @@ -157,7 +157,7 @@ datatype decl' = DCon of string * kind option * con | DDatatype of (string * string list * (string * con option) list) list | DDatatypeImp of string * string list * string - | DVal of string * con option * exp + | DVal of pat * exp | DValRec of (string * con option * exp) list | DSgn of string * sgn | DStr of string * sgn option * Time.time option * str * bool (* did this module come from the '-root' directive? *) |