From 4ebde6b0846d29ccab283e9211162dd9c09ccf9a Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Thu, 13 Mar 2014 13:52:40 +0100 Subject: Strip links from recently added html tests These were accidentally left there when the tests were originally added --- html-test/ref/Operators.html | 72 ++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'html-test/ref/Operators.html') diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html index fe8c3417..1c49b714 100644 --- a/html-test/ref/Operators.html +++ b/html-test/ref/Operators.html @@ -17,11 +17,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");}; >
Synopsis

  • type (>-<) a b = a a b = a <-> b
  • Foo `Bar` Foo infixl 3
    Foo :- Foo infixr 5(:<->) :: a -> b -> a :: a -> b -> a <-> b infixr 6type (>-<) a b = a a b = a <-> b infixl 6