diff src/elab_env.sig @ 14:f1c36df29ed7

Primitive type constants
author Adam Chlipala <adamc@hcoop.net>
date Sun, 08 Jun 2008 12:27:08 -0400
parents 6049e2193bf2
children 1c91c5e6840f
line wrap: on
line diff
--- a/src/elab_env.sig	Sun Jun 08 11:32:48 2008 -0400
+++ b/src/elab_env.sig	Sun Jun 08 12:27:08 2008 -0400
@@ -33,6 +33,7 @@
     type env
 
     val empty : env
+    val basis : env
 
     exception UnboundRel of int
     exception UnboundNamed of int