Skip to content

Support generic types in cata generator #99

@Smaug123

Description

@Smaug123

The following ought to work:

[<CreateCatamorphism "MyListCata">]
type MyList<'a> =
    | Nil
    | Cons of ConsCase<'a>

and ConsCase<'a> =
    {
        Head : 'a
        Tail : MyList<'a>
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions