From f21570e5526ce564ac8abeff5310cf753f86ffb8 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 15 Oct 2012 10:41:29 +0200 Subject: Move HTML reference renderings to /html-test/ref/ --- html-test/ref/TypeOperators.html | 185 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 html-test/ref/TypeOperators.html (limited to 'html-test/ref/TypeOperators.html') diff --git a/html-test/ref/TypeOperators.html b/html-test/ref/TypeOperators.html new file mode 100644 index 00000000..2b18727f --- /dev/null +++ b/html-test/ref/TypeOperators.html @@ -0,0 +1,185 @@ + +TypeOperators

 

Safe HaskellNone

TypeOperators

Contents

Synopsis

  • data a :-: b
  • data (a :+: b) c
  • data Op a b
  • newtype O g f a = O {}
  • biO :: (g `O` f) a

stuff +

data a :-: b

data (a :+: b) c

data Op a b

newtype O g f a

Constructors

O 

Fields

unO :: g (f a)
 

biO :: (g `O` f) a

-- cgit v1.2.3