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
Core module cannot be checked with stylish-haskell
This is because stylish-parser cannot parse the export list which starts
with
```hs
module Network.TypedProtocol.Core
( -- * Introduction
-- $intro
-- * Defining protocols
-- $defining
Protocol (..)
```
But this is required by haddock, to include the next section.
0 commit comments