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/Operators.html | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'html-test/ref/Operators.html') diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index 1e49fd2b..6ac8ae38 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -176,7 +176,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; >Documentation

(+-) :: a -> a -> a

(*/) :: a -> a -> a infixr 7

foo :: a -> a -> a infixl 3

data Foo

Foo `Bar` FooFoo :- Foo

pattern (:+) :: t -> t -> [t] infixr 3

data a a <-> b where
(:<->) :: a -> b -> a <->

type family a a ++ b infix 3

data family a a ** b infix 9

class a a ><> b where

type a a <>< b :: * infixl 2

data a a ><< b infixl 3

Methods

(>><), , (<<>) :: a -> b -> () infixl 5 <<>

(**>), , (**<), , (>**), , (<**) :: a -> a -> () infixr 8 **>, >**

type (>-<) a b = a <->

Produced by Haddock version 2.16.0

version 2.16.2