summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-12-19 10:03:31 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-12-19 10:03:31 -0500
commitba83ee9a9b3d2539b820c9fcb1cb7cd42226da6c (patch)
tree147dbc155a38e55b93e8c303304bdc6c9f5e8258 /src/source.sml
parent8d98194908d9001ce5da0bceda10c22e71e940ba (diff)
Initial conversion to arbitrary-kind classes
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/source.sml b/src/source.sml
index 7685bb2f..a5c86f66 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -81,8 +81,8 @@ datatype sgn_item' =
| SgiSgn of string * sgn
| SgiInclude of sgn
| SgiConstraint of con * con
- | SgiClassAbs of string
- | SgiClass of string * con
+ | SgiClassAbs of string * kind
+ | SgiClass of string * kind * con
and sgn' =
SgnConst of sgn_item list
@@ -154,7 +154,7 @@ datatype decl' =
| DExport of str
| DTable of string * con
| DSequence of string
- | DClass of string * con
+ | DClass of string * kind * con
| DDatabase of string
| DCookie of string * con