Skip to content

Pretty printing for types #13

@nau

Description

@nau

Now we have
foldl : ∀(a,b) => ((List a) -> (b -> ((a -> (b -> b)) -> b)))
I'd like to have
foldl : ∀(a,b) => List a -> b -> (a -> b -> b) -> b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions