-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Modules in this library all use the same prefix, e.g. Data.Codec.JSON
, matching the file names, except for DecodeError
:
module Codec.JSON.DecodeError where |
This mismatched module name has bitten me a couple of times when I've scanned my imports or attempted to type it in manually as Data.Codec.JSON.DecodeError
only to be surprised by a module missing error.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working