Open sjakobi opened 6 years ago
Oops. Seems like this is already fixed in the wip/hi-haddock
tree: :)
What this doesn't reveal though, is that x
and y
can be used in the pattern:
λ P {x = 1, y = 2}
(1,2)
Even ghci
's :browse
does a pretty terrible job of presenting the information. We need some nice output presentation that
Some updates:
unSNumber
is missing.
The module
has the following exports:
But Haddock doesn't show
x
andy
: