diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-12-20 14:19:21 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-12-20 14:19:21 -0500 |
commit | 38f0a1e10825923e44f22bdd559291b32eb3173d (patch) | |
tree | b3d519edc46498c2743994fbcf548dd1a2f3e66b /src/mono_env.sig | |
parent | 3eba512008eb94393e65533966aeb21c90a231f3 (diff) |
Start of JsComp
Diffstat (limited to 'src/mono_env.sig')
-rw-r--r-- | src/mono_env.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono_env.sig b/src/mono_env.sig index cb6f2352..c59596ae 100644 --- a/src/mono_env.sig +++ b/src/mono_env.sig @@ -47,5 +47,6 @@ signature MONO_ENV = sig val declBinds : env -> Mono.decl -> env val patBinds : env -> Mono.pat -> env + val patBindsN : Mono.pat -> int end |