From 7a3ba5558cb363006aae188e02dd57dda833d356 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 30 Apr 2009 11:07:29 -0400 Subject: Basis.list --- src/cjr.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cjr.sml') diff --git a/src/cjr.sml b/src/cjr.sml index d3fdbc22..6728e5c8 100644 --- a/src/cjr.sml +++ b/src/cjr.sml @@ -37,6 +37,7 @@ datatype typ' = | TDatatype of datatype_kind * int * (string * int * typ option) list ref | TFfi of string * string | TOption of typ + | TList of typ * int withtype typ = typ' located -- cgit v1.2.3