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
{{ message }}
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
If a module is imported qualified as well as unqualified then docs for re-export appear twice. For example:
module Streamly.Internal.Data.Array
(
module Streamly.Internal.Data.Array.Type
)
where
import qualified Streamly.Internal.Data.Array.Type as A
import Streamly.Internal.Data.Array.Type
I noticed the docs for the entire module appearing twice and it was difficult to isolate what the problem was.