From 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Wed, 30 Sep 2015 03:22:14 -0400 Subject: Update tests for previous commit --- html-test/ref/Operators.html | 72 ++++++++++++++++++++++++++++++-------------- 1 file changed, 50 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 e22147d6..6c795d85 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -165,9 +165,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html&qu >Documentation

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

:: a -> a -> a #

Operator with no fixity

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

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

data Foo #

Foo `Bar` FooFoo :- Foo

pattern (:+) :: forallinfixr 3 #

data a a <-> b whereinfixl 6 #

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

type family a a ++ b infix 3 #

data family a a ** b infix 9 #

class a a ><> b | a -> b whereinfixr 1 #

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

data a a ><< b infixl 3 #

Methods

(>><), , (<<>) :: a -> b -> () infixl 5 <<>infixr 4 >>< #

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

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