From 4211ec9bd6e9d8172f74cdb56a1207fc1d64990f Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 29 Jul 2012 12:27:13 -0400 Subject: Remove 'class' declaration; now use 'con' instead --- src/source.sml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/source.sml') diff --git a/src/source.sml b/src/source.sml index 8b126628..18f83d2b 100644 --- a/src/source.sml +++ b/src/source.sml @@ -163,7 +163,6 @@ datatype decl' = | DTable of string * con * exp * exp | DSequence of string | DView of string * exp - | DClass of string * kind * con | DDatabase of string | DCookie of string * con | DStyle of string -- cgit v1.2.3