diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-06-22 14:23:05 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-06-22 14:23:05 -0400 |
commit | 1abc7fd02cd1a8183241ff9b3574ea6f3388ebcb (patch) | |
tree | 3101f6d2752a798a1ce3e8aacc8cfb147823ae6f /src/cjr_env.sig | |
parent | 2500639bb374dc42be1a82bb10b0437cbba49ad1 (diff) |
Separate compilation and automatic basis importation
Diffstat (limited to 'src/cjr_env.sig')
-rw-r--r-- | src/cjr_env.sig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cjr_env.sig b/src/cjr_env.sig index a3e666d7..6a9b0e71 100644 --- a/src/cjr_env.sig +++ b/src/cjr_env.sig @@ -30,7 +30,6 @@ signature CJR_ENV = sig type env val empty : env - val basis : env exception UnboundRel of int exception UnboundNamed of int |