Skip to content

Chapter 13, Testing Polymorphic Code #475

@mkohlhaas

Description

@mkohlhaas

This

ints :: Array Int -> Array Int
ints = id

should be

ints :: Array Int -> Array Int
ints = identity

Also for:

intToBool  (Int  Boolean)  Int  Boolean
intToBool = identity

treeOfInt  Tree Int  Tree Int
treeOfInt = identity

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