Skip to content

Don't alias basic types. #6

@rupertlssmith

Description

@rupertlssmith

Some of the AWS specs redefine basic types, so the code ends up with things like:

type alias Username = String 

Or even:

type alias String = String

Should not create aliases for basic types. Remove these aliases and just use the basic type directly.

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