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
also does not produce an error.
This is related to #167, but this is just a haddock line and not anything doctest specific. If it's not possible to fix like #167 should this be added to the readme as well?
Output of doctest --version:
doctest version 0.16.2
using version 8.6.5 of the GHC API
using /usr/local/Cellar/ghc/8.6.5/bin/ghc-8.6.5
The text was updated successfully, but these errors were encountered:
That haddock placement also breaks haddock in the same way.
Do you think it makes sense to document that doctest requires your comments to be legal according to haddock? That requirement makes sense to me, and chances are that you don't want broken haddocks anyway.
results in a parse error in GHC, while
does not. Furthermore,
also does not produce an error.
This is related to #167, but this is just a haddock line and not anything doctest specific. If it's not possible to fix like #167 should this be added to the readme as well?
Output of
doctest --version
:The text was updated successfully, but these errors were encountered: