From fca95bf43c16f19466df26c7875a5c8be144b77e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Dec 2011 13:21:44 -0800 Subject: Removed highlighting flag. Highlighting support is now standard. --- tests/lhs-test.nohl.html | 24 ------------------------ tests/lhs-test.nohl.html+lhs | 24 ------------------------ 2 files changed, 48 deletions(-) delete mode 100644 tests/lhs-test.nohl.html delete mode 100644 tests/lhs-test.nohl.html+lhs (limited to 'tests') diff --git a/tests/lhs-test.nohl.html b/tests/lhs-test.nohl.html deleted file mode 100644 index ebe437b18..000000000 --- a/tests/lhs-test.nohl.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - -

lhs test

-

unsplit is an arrow that takes a pair of values and combines them to return a single value:

-
unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
-unsplit = arr . uncurry       
-          -- arr (\op (x,y) -> x `op` y) 
-
-

(***) combines two arrows into a new arrow by running the two arrows on a pair of values (one arrow on the first item of the pair and one arrow on the second item of the pair).

-
f *** g = first f >>> second g
-
-

Block quote:

-
-

foo bar

-
- - diff --git a/tests/lhs-test.nohl.html+lhs b/tests/lhs-test.nohl.html+lhs deleted file mode 100644 index c6205530d..000000000 --- a/tests/lhs-test.nohl.html+lhs +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - -

lhs test

-

unsplit is an arrow that takes a pair of values and combines them to return a single value:

-
> unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d
-> unsplit = arr . uncurry       
->           -- arr (\op (x,y) -> x `op` y) 
-
-

(***) combines two arrows into a new arrow by running the two arrows on a pair of values (one arrow on the first item of the pair and one arrow on the second item of the pair).

-
f *** g = first f >>> second g
-
-

Block quote:

-
-

foo bar

-
- - -- cgit v1.2.3