Skip to content

Newtype deriving strategy for Show #32

@the-dr-lazy

Description

@the-dr-lazy

Description

Username, EmailAddress, and Password types use newtype deriving strategy for Show instances. This was not intentional and is wrong in this case.

deriving newtype (Show, Eq, FromJSON, ToJSON)

deriving newtype (Show, Eq, FromJSON, ToJSON)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions