haddock-library-1.8.0: fixtures/examples/list-blocks1.input
* 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
* 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