Skip to content

Does write have the right type? #3

Closed
@hdgarrood

Description

@hdgarrood

Currently write is:

write :: forall r eff a. Writable r eff String -> a -> Eff eff Unit -> Eff eff Boolean

Should it be:

write :: forall r eff a. Writable r eff a -> a -> Eff eff Unit -> Eff eff Boolean

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions