From a78e978c05d7d28f31f4407b6918d89d44a5643c Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Jun 2008 09:27:29 -0400 Subject: Start of FFI --- src/expl.sml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/expl.sml') diff --git a/src/expl.sml b/src/expl.sml index 295aa9b2..49633d27 100644 --- a/src/expl.sml +++ b/src/expl.sml @@ -90,6 +90,7 @@ datatype decl' = | DVal of string * int * con * exp | DSgn of string * int * sgn | DStr of string * int * sgn * str + | DFfiStr of string * int * sgn and str' = StrConst of decl list -- cgit v1.2.3