summaryrefslogtreecommitdiff
path: root/tests/functor.lac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-19 17:55:36 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-19 17:55:36 -0400
commit1b40fa5b67b61def339a082bfc325ce11c8f5d19 (patch)
tree3fe43b01e654ea1b07d766ffeca39ddfd9f2fca1 /tests/functor.lac
parent6924bb5d394ee9cbdf7dbf376c45a4ee04383c5c (diff)
Corifying functors
Diffstat (limited to 'tests/functor.lac')
-rw-r--r--tests/functor.lac5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/functor.lac b/tests/functor.lac
index 7eafd48e..d126c029 100644
--- a/tests/functor.lac
+++ b/tests/functor.lac
@@ -14,11 +14,6 @@ functor F (M : S) : T where type t = M.t = struct
val three = M.s (M.s (M.s M.z))
end
-structure F2 : functor (M : S) : T where type t = M.t = F
-structure F3 : functor (M : S) : T = F
-(*structure F4 : functor (M : S) : sig type q end = F*)
-(*structure F5 : functor (M : S) : T where type t = int = F*)
-
structure O = F (struct
type t = int