Hi Ryan,
As far as I can tell I'm following the Haddock formatting just fine. I'm using bird tracks for my code block and according to the Haddock manual those code blocks are interpreted literally without any additional markup. To me that suggests that I should be able to write just about anything in these code blocks. But that's evidently not so.
The documentation for the lens package is indeed impressive. But it doesn't help me with my particular conundrum of the curly braces.
Thanks,
Josef
On Mon, Feb 4, 2013 at 2:01 PM, Ryan Yates <fryguybob@gmail.com> wrote:
Hi Josef,
You should be fine if you follow Haddock formatting. For example:
Is from the cabal file:
Ryan