debug icon indicating copy to clipboard operation
debug copied to clipboard

Document Hoed better

Open ndmitchell opened this issue 8 years ago • 3 comments

Specifically there are no docs for:

data Config
class Observable a
observer :: Observable a => a -> Parent -> a
constrain :: Observable a => a -> a -> a
observe :: Observable a => String -> a -> a
data HoedOptions :: *
defaultHoedOptions :: HoedOptions

My checking script complains, which explains the Travis GHC 8.2 error.

ndmitchell avatar Jan 23 '18 23:01 ndmitchell

CC @pepeiborra

ndmitchell avatar Jan 23 '18 23:01 ndmitchell

So that was the reason !

Maybe the ticket should belong in the Hoed repo. Part of these are already addressed by my last PR, but it isn't merged yet.

pepeiborra avatar Jan 24 '18 00:01 pepeiborra

I've disabled the documentation check for debug temporarily

ndmitchell avatar Jan 24 '18 22:01 ndmitchell