ndmitchell / debug

Haskell library for debugging
BSD 3-Clause "New" or "Revised" License
122 stars 7 forks source link

Document Hoed better #29

Open ndmitchell opened 6 years ago

ndmitchell commented 6 years ago

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 commented 6 years ago

CC @pepeiborra

pepeiborra commented 6 years ago

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.

ndmitchell commented 6 years ago

I've disabled the documentation check for debug temporarily