git @ Cat's Eye Technologies Falderal / 2b54798
Remove more Bitbucket wiki format bogons. catseye 13 years ago
1 changed file(s) with 2 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1717 place your literate tests in the same file as your code. We'll use
1818 Bird-style literate Haskell in this example.
1919
20 #!lhs
2120 module Gobvert
2221
2322 This is some kind of really trivial little language.
2928 functionality. You use a Falderal pragma to identify which functionality
3029 these tests are for.
3130
32 #!lhs
33
34 -> Functionality "Gobvert a string" is implemented by Haskell function Gobvert:gobvert
31 -> Functionality "Gobvert a string" is implemented by
32 -> Haskell function Gobvert:gobvert
3533
3634 -> Tests for functionality "Gobvert a string"
3735