From 1abc7fd02cd1a8183241ff9b3574ea6f3388ebcb Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Jun 2008 14:23:05 -0400 Subject: Separate compilation and automatic basis importation --- src/elab_env.sml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/elab_env.sml') diff --git a/src/elab_env.sml b/src/elab_env.sml index db9faa22..a673c523 100644 --- a/src/elab_env.sml +++ b/src/elab_env.sml @@ -418,14 +418,4 @@ fun projectStr env {sgn, str, field} = | 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 -- cgit v1.2.3