Skip to content

Module 'DecodeError' does not use Data.Codec prefix #5

@thomashoneyman

Description

@thomashoneyman

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions