diff options
Diffstat (limited to 'tests/lhs-test.markdown+lhs')
-rw-r--r-- | tests/lhs-test.markdown+lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lhs-test.markdown+lhs b/tests/lhs-test.markdown+lhs index 41dfba912..a6a894d22 100644 --- a/tests/lhs-test.markdown+lhs +++ b/tests/lhs-test.markdown+lhs @@ -1,8 +1,8 @@ lhs test ======== -`unsplit` is an arrow that takes a pair of values and combines them to return -a single value: +`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 |