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]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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), dialogue, directory (>=1.3.6) [details]
License BSD-3-Clause
Copyright 2022 Alias Qli
Author Alias Qli
Maintainer 2576814881@qq.com
Revised Revision 1 made by AliasQli at 2023-10-12T10:46:41Z
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
Executables examples
Downloads 83 total (4 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-10-16 [all 3 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.