Skip to content

Extend merge to work on Optional and Bool #463

@Nadrieril

Description

@Nadrieril

Follow up to #421.
Optional and Bool are special constructs in dhall, but they essentially behave like the sum types < Some : T | None > and < False | True >. This issue proposes to support using the merge operator on those types as if they were the corresponding sum types.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions