From bed5120c47c7417fc8c371eebc127eb219ac85af Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 7 Feb 2009 13:58:04 +0000 Subject: Remove html files in the tests/output/ directory which have been accidentally added --- tests/output/TypeOperators.html | 404 ---------------------------------------- 1 file changed, 404 deletions(-) delete mode 100644 tests/output/TypeOperators.html (limited to 'tests/output/TypeOperators.html') diff --git a/tests/output/TypeOperators.html b/tests/output/TypeOperators.html deleted file mode 100644 index c9e87c94..00000000 --- a/tests/output/TypeOperators.html +++ /dev/null @@ -1,404 +0,0 @@ - - -TypeOperators
 ContentsIndex
TypeOperators
Contents
stuff -
Synopsis
data a :-: b
data (a :+: b) c
data Op a b
newtype O g f a = O {
unO :: g (f a)
}
biO :: (g `O` f) a
newtype Flip (~>) b a = Flip {
unFlip :: a ~> b
}
stuff -
data a :-: b
data (a :+: b) c
data Op a b
newtype O g f a
Constructors
O
unO :: g (f a)
biO :: (g `O` f) a
newtype Flip (~>) b a
Constructors
Flip
unFlip :: a ~> b
Produced by Haddock version 2.4.2
-- cgit v1.2.3