From e41e21e6caccfe18c5a291c8c0f8be143552cc27 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Tue, 25 Apr 2017 15:21:45 +0200 Subject: `html-test --accept` deltas to reference samples --- html-test/ref/Operators.html | 66 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 53 insertions(+), 13 deletions(-) (limited to 'html-test/ref/Operators.html') diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index 8a54ce3f..27b3427d 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -97,7 +97,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html&qu >(:+) :: forall t. t -> t -> [t] a. a -> a -> [a]
  • data(:+) :: forall t. t -> t -> [t] a. a -> a -> [a] infixr 3

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

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

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

    Multiple fixities

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

    Multiple fixities

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

    Multiple fixities

    (<**) :: a -> a -> () infixr 8 **>, >**infixl 8 **<, <**infixl 8 +> \ No newline at end of file -- cgit v1.2.3