Mercurial > urweb
comparison src/elab_env.sig @ 2196:100352dbae36
Fix tricky case of functor signature subsumption
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 27 Nov 2015 15:28:12 -0500 |
parents | fca4a6d05ac1 |
children |
comparison
equal
deleted
inserted
replaced
2195:18e6fb487880 | 2196:100352dbae36 |
---|---|
34 val liftExpInExp : int -> Elab.exp -> Elab.exp | 34 val liftExpInExp : int -> Elab.exp -> Elab.exp |
35 | 35 |
36 val subExpInExp : (int * Elab.exp) -> Elab.exp -> Elab.exp | 36 val subExpInExp : (int * Elab.exp) -> Elab.exp -> Elab.exp |
37 | 37 |
38 type env | 38 type env |
39 | |
40 val dump : env -> unit | |
39 | 41 |
40 val empty : env | 42 val empty : env |
41 | 43 |
42 exception UnboundRel of int | 44 exception UnboundRel of int |
43 exception UnboundNamed of int | 45 exception UnboundNamed of int |