change ECKind to *=>*=>*
authorAdam Megacz <megacz@cs.berkeley.edu>
Mon, 9 May 2011 04:36:07 +0000 (21:36 -0700)
committerAdam Megacz <megacz@cs.berkeley.edu>
Mon, 9 May 2011 04:36:07 +0000 (21:36 -0700)
src/HaskKinds.v

index 2200f51..d575d12 100644 (file)
@@ -38,7 +38,7 @@ Notation "'★'"   := KindStar.
 Notation "a ⇛ b" := (KindArrow a b).
 
 (* the kind of environment classifiers *)
 Notation "a ⇛ b" := (KindArrow a b).
 
 (* the kind of environment classifiers *)
-Definition ECKind := ★ .  
+Definition ECKind := ★ ⇛ ★ ⇛ ★.  
 Opaque ECKind.
 
 Fixpoint kindToLatexMath (k:Kind) : LatexMath :=
 Opaque ECKind.
 
 Fixpoint kindToLatexMath (k:Kind) : LatexMath :=