Skip to content

Support polymorphic funcs #4

@gstew5

Description

@gstew5

It's annoying to have to monomorphize as in:

func map(f: float->float, l : [float]) -> [float] :
  destruct (l, []:[float], \x:float. \xs:[float]. f(x) :: map(f, xs))

:-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions