interact: instantly create REPL from any function
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This module provides functions to create interactive REPLs:
stateless REPL from a single argument functions
REPL with state from plain state function or with State monad
REPL-fold from two-arguments functions, with the accumulator in the first argument
Each line you enter is read
into the argument type and sent to the function, with the result printed
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), mtl (>=2.2 && <2.3) [details] |
License | MIT |
Copyright | 2020 Evgeny Poberezkin |
Author | Evgeny Poberezkin |
Maintainer | evgeny@poberezkin.com |
Category | System, REPL |
Home page | https://github.com/epoberezkin/interact#readme |
Uploaded | by epoberezkin at 2020-06-21T18:27:50Z |
Modules
[Index] [Quick Jump]
- System
Downloads
- interact-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees