The latest version of prompt is 0.1.1.2-0.

prompt

Version 0.1.0.0 revision 3 uploaded by jle.

Package meta

Synopsis
Monad (and transformer) for deferred-effect pure prompt-response queries
Description

Monad (and transformer) for delayed-effect "pure" prompt-and-response queries.

Allows you to specify programs that might query a database, talk to stdio, etc., without ever involving IO or opening the door to arbitrary IO. Write a potentially pure computation describing prompting interactions, etc., without having your type actually do any IO or involve itself with IO or any effectful context.

Useful as a source of "things from IO", without ever actually involving IO or arbitrary IO itself; only executing a specific subset of IO (or State, etc.) that you yourself, the caller, specifies explicitly. Safer and more meaningful type.

For more information and instructions on usage with examples, see the README.

Not quite related to the MonadPrompt library.

Author
Justin Le
Bug reports
https://github.com/mstksg/prompt/issues
Category
Control
Copyright
(c) 2015 Justin Le
Homepage
https://github.com/mstksg/prompt
Maintainer
justin@jle.im
Package URL
n/a
Stability
n/a

Components