Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : prompt

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.

Registry - Source - JSON
purl: pkg:hackage/prompt
Keywords: control, library, mit
License: MIT
Latest release: almost 8 years ago
First release: almost 9 years ago
Dependent repositories: 21
Downloads: 3,477 total
Stars: 12 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/mstksg
Last synced: 17 days ago

    Loading...
    Readme
    Loading...