Skip to content

Export MonadHaskeline #36

@jmorag

Description

@jmorag

I have a small project I'd like to transition from using raw haskeline to this library. However, I make a lot of use of getInputChar directly to do things like ask the user a yes/no follow-up question after a command, and the lifted version defined in the MonadHaskeline class isn't exported. In fact, as far as I can tell, it isn't ever used in this library apart from defining other instances of MonadHaskeline. Is there a good reason not to use getInputChar directly with repline, or perhaps a more idiomatic solution to the problem of getting follow-up answers?

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