diff src/elab_env.sml @ 56:d3cc191cb25f

Separate compilation and automatic basis importation
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Jun 2008 14:23:05 -0400
parents 0a5c312de09a
children abb2b32c19fb
line wrap: on
line diff
--- a/src/elab_env.sml	Sun Jun 22 11:04:10 2008 -0400
+++ b/src/elab_env.sml	Sun Jun 22 14:23:05 2008 -0400
@@ -418,14 +418,4 @@
       | SgnError => SOME (SgnError, ErrorMsg.dummySpan)
       | _ => NONE
 
-
-val ktype = (KType, ErrorMsg.dummySpan)
-
-fun bbind env x = #1 (pushCNamed env x ktype NONE)
-
-val basis = empty
-val basis = bbind basis "int"
-val basis = bbind basis "float"
-val basis = bbind basis "string"
-
 end