Mercurial > urweb
comparison src/expl_env.sig @ 56:d3cc191cb25f
Separate compilation and automatic basis importation
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 22 Jun 2008 14:23:05 -0400 |
parents | d16ef24de78b |
children | 354800878b4d |
comparison
equal
deleted
inserted
replaced
55:5c97b7cd912b | 56:d3cc191cb25f |
---|---|
31 val liftConInCon : int -> Expl.con -> Expl.con | 31 val liftConInCon : int -> Expl.con -> Expl.con |
32 | 32 |
33 type env | 33 type env |
34 | 34 |
35 val empty : env | 35 val empty : env |
36 val basis : env | |
37 | 36 |
38 exception UnboundRel of int | 37 exception UnboundRel of int |
39 exception UnboundNamed of int | 38 exception UnboundNamed of int |
40 | 39 |
41 datatype 'a var = | 40 datatype 'a var = |