diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 16:22:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 16:22:31 -0800 |
commit | 202d848fb3a4da723aad81a56885e4e311889ce9 (patch) | |
tree | 82fdf4cb8e4e5e7e1b976022dbcd75ad23c93852 /tests/lhs-test.markdown | |
parent | 9ce70291c89cb34a4dbaeb27f94c26e6611cc6b1 (diff) | |
download | pandoc-202d848fb3a4da723aad81a56885e4e311889ce9.tar.gz |
Fixed tests.
Diffstat (limited to 'tests/lhs-test.markdown')
-rw-r--r-- | tests/lhs-test.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lhs-test.markdown b/tests/lhs-test.markdown index 75a253bf4..20949b75c 100644 --- a/tests/lhs-test.markdown +++ b/tests/lhs-test.markdown @@ -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: ``` {.sourceCode .literate .haskell} unsplit :: (Arrow a) => (b -> c -> d) -> a (b, c) d |