Mercurial > urweb
comparison src/elab_util.sig @ 13:6049e2193bf2
Lifting cons in ElabEnv
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 08 Jun 2008 11:32:48 -0400 |
parents | e97c6d335869 |
children | 44b5405e74c7 |
comparison
equal
deleted
inserted
replaced
12:d89477f07c1e | 13:6049e2193bf2 |
---|---|
73 val exists : {kind : Elab.kind' -> bool, | 73 val exists : {kind : Elab.kind' -> bool, |
74 con : Elab.con' -> bool, | 74 con : Elab.con' -> bool, |
75 exp : Elab.exp' -> bool} -> Elab.exp -> bool | 75 exp : Elab.exp' -> bool} -> Elab.exp -> bool |
76 end | 76 end |
77 | 77 |
78 val declBinds : ElabEnv.env -> Elab.decl -> ElabEnv.env | |
79 | |
80 end | 78 end |