diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-08-03 11:17:33 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-08-03 11:17:33 -0400 |
commit | 1798f5eb1b11613d88acb307472922976f1583b4 (patch) | |
tree | c999bd3f44c245cf22823bf36a9df908b0fafd87 /src/cjr_env.sig | |
parent | cf83c3318fb43ebfce468477c9fb6ad64c96e440 (diff) |
Cjrize ECon
Diffstat (limited to 'src/cjr_env.sig')
-rw-r--r-- | src/cjr_env.sig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cjr_env.sig b/src/cjr_env.sig index 5cd5cb32..7573c75e 100644 --- a/src/cjr_env.sig +++ b/src/cjr_env.sig @@ -39,6 +39,8 @@ signature CJR_ENV = sig val pushDatatype : env -> string -> int -> (string * int * Cjr.typ option) list -> env val lookupDatatype : env -> int -> string * (string * int * Cjr.typ option) list + val lookupConstructor : env -> int -> string * Cjr.typ option * int + val pushERel : env -> string -> Cjr.typ -> env val lookupERel : env -> int -> string * Cjr.typ val listERels : env -> (string * Cjr.typ) list |