dialogue: I/O in Haskell Report 1.2

[ bsd3, io, library, program ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/AliasQli/dialogue#readme


[Skip to Readme]

Modules

  • System
    • IO
      • System.IO.Continuation
      • System.IO.Dialogue

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring (>=0.10.12 && <0.11), dialogue, directory (>=1.3.6 && <1.4) [details]
License BSD-3-Clause
Copyright 2022 Alias Qli
Author Alias Qli
Maintainer 2576814881@qq.com
Category IO
Home page https://github.com/AliasQli/dialogue#readme
Bug tracker https://github.com/AliasQli/dialogue/issues
Source repo head: git clone https://github.com/AliasQli/dialogue
Uploaded by AliasQli at 2022-02-13T16:45:37Z
Distributions NixOS:0.1.0
Executables examples
Downloads 64 total (4 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-08-25 [all 2 reports]

Readme for dialogue-0.1.0

[back to package description]

dialogue

Implement I/O described in Haskell Report 1.2, including stream-based and continuation-based I/O. You may want to read the report or see the examples.