diff src/source.sml @ 48:0a5c312de09a

Start of FFI
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Jun 2008 09:27:29 -0400
parents a9f3ce2d1b9b
children fd8a81ecd598
line wrap: on
line diff
--- a/src/source.sml	Thu Jun 19 18:13:33 2008 -0400
+++ b/src/source.sml	Sun Jun 22 09:27:29 2008 -0400
@@ -97,6 +97,7 @@
        | DVal of string * con option * exp
        | DSgn of string * sgn
        | DStr of string * sgn option * str
+       | DFfiStr of string * sgn
 
      and str' =
          StrConst of decl list