Mercurial > urweb
comparison src/elab_env.sig @ 448:85819353a84f
First Unnest tests working
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 01 Nov 2008 15:58:55 -0400 |
parents | b77863cd0be2 |
children | 20fab0e96217 |
comparison
equal
deleted
inserted
replaced
447:b77863cd0be2 | 448:85819353a84f |
---|---|
27 | 27 |
28 signature ELAB_ENV = sig | 28 signature ELAB_ENV = sig |
29 | 29 |
30 exception SynUnif | 30 exception SynUnif |
31 val liftConInCon : int -> Elab.con -> Elab.con | 31 val liftConInCon : int -> Elab.con -> Elab.con |
32 | |
33 val liftExpInExp : int -> Elab.exp -> Elab.exp | |
34 | |
35 val subExpInExp : (int * Elab.exp) -> Elab.exp -> Elab.exp | |
32 | 36 |
33 type env | 37 type env |
34 | 38 |
35 val empty : env | 39 val empty : env |
36 | 40 |