Skip to content

Fix pretty printing of functions #2

@dmjio

Description

@dmjio
fmap :: (a -> b) -> (f a) -> f b   

should be

fmap :: (a -> b) -> f a -> f b   

to repro

> putStrLn $ showType fmap_

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