You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Err, Haddock documentation. A more complete readme is a good start, but there's still no documentation in the code itself, e.g.
--| Checks whether @hasBB1@ is contained in @hasBB2@ or vice versa.-- It's a shorthand for two consecutive 'doContain' checks with flipped arguments-- and is therefore symmetric and reflexive:---- prop> doContain x y = doContain y x-- prop> doContain x x = TruedoContain:: (HasBoundingBoxa, HasBoundingBoxb) =>a->b->Bool
Depending on the actual detail of the documentation (and examples), libraries like doctest can then test your code by checking the properties and examples of your code.
Your code doesn't contain any documentation so far, except for some comments in the examples.
(This is probably going to be a long-lead issue)
The text was updated successfully, but these errors were encountered: