interact: instantly create REPL from any function
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]
Downloads
- interact-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.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:29:42Z |
Distributions | |
Downloads | 478 total (16 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-06-21 [all 1 reports] |