polysemy-scoped-fs-0.1.0.0: Well-typed filesystem operation effects.
Copyright(c) Hisaket VioletRed 2022
LicenseAGPL-3.0-or-later
Maintainerhisaket@outlook.jp
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Polysemy.SequentialAccess.ByteString

Description

This module is for sequential access to binary data.

In sequential access for binary data, it is allowed to read data by arbitrary size, and overwrite to, and seek to an arbitrary position.

Documentation