
5 Jan
2017
5 Jan
'17
1:51 a.m.
Hi Sunjay,
If I use the doctest style, do I use ">>>" for the prompt? That's more a Python thing. Maybe ">" would be more appropriate for Haskell?
You should use ">>>". If you don't know doctest for Haskell, please read: https://github.com/sol/doctest#readme The following document would also help: https://github.com/kazu-yamamoto/unit-test-example/blob/master/markdown/en/t... --Kazu