From 2b2e3108e892b925abeb101609d3e49ec69ef4dc Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sun, 2 Aug 2015 23:58:25 +0100 Subject: Update tests to follow HTML changes --- html-test/ref/TypeOperators.html | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'html-test/ref/TypeOperators.html') diff --git a/html-test/ref/TypeOperators.html b/html-test/ref/TypeOperators.html index 3aa5a037..283083be 100644 --- a/html-test/ref/TypeOperators.html +++ b/html-test/ref/TypeOperators.html @@ -48,7 +48,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeOperators.html");} >

data a a :-: b

data (a (a :+: b) c

data Op a b

newtype O g f a

class a a <=> b

biO :: (g `O`

f :: (a ~ b) => a -> b

g :: (a ~ b, b ~ c) => a -> c

x :: (a :-:

y :: (a <=>

Produced by Haddock version 2.15.0

version 2.16.2

O

Fields

unO :: g (f a)
 
  • unO :: g (f a)