Skip to content

Don't use records for Message data structures #289

@L0neGamer

Description

@L0neGamer

Using RecC for the data constructors for fields of the message contructor means that we get partial field warnings. I don't see a real need for the messages to have fields, so NormalC should be used instead to avoid this warning.

This is the line that needs to be changed: https://github.com/yesodweb/shakespeare/blob/master/Text/Shakespeare/I18N.hs#L317

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions