aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/source.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2017-08-11 19:38:43 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2017-08-11 19:38:43 -0400
commit4b7939d2fef1d8ef02ff761ade62cc220ab248cf (patch)
treee9a3811f6a763bd81522fff4a8d3c4631c4a34e7 /src/source.sml
parent9fdb50d8ecc7782ae73472b9d943a24a304d0191 (diff)
parentf814fd699dc707e810c996062370ee787863d926 (diff)
Merge branch 'master' of ssh://hnf.impredicative.com:/home/adamc/git-root/urweb
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
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? *)