summaryrefslogtreecommitdiff
path: root/src/expl_env.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-22 14:23:05 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-22 14:23:05 -0400
commit1abc7fd02cd1a8183241ff9b3574ea6f3388ebcb (patch)
tree3101f6d2752a798a1ce3e8aacc8cfb147823ae6f /src/expl_env.sig
parent2500639bb374dc42be1a82bb10b0437cbba49ad1 (diff)
Separate compilation and automatic basis importation
Diffstat (limited to 'src/expl_env.sig')
-rw-r--r--src/expl_env.sig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expl_env.sig b/src/expl_env.sig
index 7cb48095..00179e45 100644
--- a/src/expl_env.sig
+++ b/src/expl_env.sig
@@ -33,7 +33,6 @@ signature EXPL_ENV = sig
type env
val empty : env
- val basis : env
exception UnboundRel of int
exception UnboundNamed of int