diff options
Diffstat (limited to 'haddock-library/fixtures/examples/list-blocks1.input')
-rw-r--r-- | haddock-library/fixtures/examples/list-blocks1.input | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/haddock-library/fixtures/examples/list-blocks1.input b/haddock-library/fixtures/examples/list-blocks1.input new file mode 100644 index 00000000..72a0640b --- /dev/null +++ b/haddock-library/fixtures/examples/list-blocks1.input @@ -0,0 +1,15 @@ +* Something about foo + + @ + foo :: a -> b -> c + foo a b = bar c b + @ + +* Something about bar + + @ + bar :: a -> b -> c + bar a b = foo b a + @ + +* And then we continue |