From 9c23d5d3a21c8ef36204a4d66da4cdf488a08f72 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 8 Feb 2016 14:32:41 +0100 Subject: html-test: Accept test output --- html-test/ref/Operators.html | 177 ++++++++++++++++++++++--------------------- 1 file changed, 92 insertions(+), 85 deletions(-) (limited to 'html-test/ref/Operators.html') diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index 6ac8ae38..e22147d6 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -1,32 +1,33 @@ - Operators

 

Synopsis

Documentation

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

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

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

data Foo

Foo `Bar` Foo infixl 3
Foo :- Foo infixr 5

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

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

type family a a ++ b infix 3

data family a a ** b infix 9

class a a ><> b b | a -> b where infixr 1

Class with fixity, including associated types

Minimal complete definition

(>><), (<<>), (**>), (**<), (>**), (<**)

Associated Types

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

data a a ><< b infixl 3

Methods

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

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

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

+> \ No newline at end of file -- cgit v1.2.3