diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-06-22 09:27:29 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-06-22 09:27:29 -0400 |
commit | a78e978c05d7d28f31f4407b6918d89d44a5643c (patch) | |
tree | 29f8a7dd372a3fd5fa14b1960e5b3917c6aa1e50 /src/source.sml | |
parent | 79223408d7b3ce19f0463142461d84a1ad09d785 (diff) |
Start of FFI
Diffstat (limited to 'src/source.sml')
-rw-r--r-- | src/source.sml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml index b8aa33aa..6397bd71 100644 --- a/src/source.sml +++ b/src/source.sml @@ -97,6 +97,7 @@ datatype decl' = | 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 |