Skip to content

write union types with a | before each case #121

Description

@decioferreira

Reference: elm#1385

tl;dr write union types with a | before each case, like so:

type Maybe a =
    | Just a
    | Nothing

This should only work in .guida files

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions