diff src/reduce_local.sml @ 623:588b9d16b00a

Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 16:10:25 -0500
parents 56aaa1941dad
children 230654093b51
line wrap: on
line diff
--- a/src/reduce_local.sml	Sat Feb 21 16:11:56 2009 -0500
+++ b/src/reduce_local.sml	Sun Feb 22 16:10:25 2009 -0500
@@ -107,8 +107,6 @@
       | ECut (e, c, others) => (ECut (exp env e, c, others), loc)
       | ECutMulti (e, c, others) => (ECutMulti (exp env e, c, others), loc)
 
-      | EFold _ => all
-
       | ECase (e, pes, others) =>
         let
             fun patBinds (p, _) =