@hackage bytable0.0.0.3
data from/to ByteString
Categories
License
BSD-3-Clause
Maintainer
Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Links
Versions
Installation
Dependencies (2)
- base >=4 && <5
- bytestring >=0.10 && <0.11 Show all…
Dependents (3)
@hackage/peyotls, @hackage/acme-everything, @hackage/peyotls-codec
You can read data from ByteString.
some = do
x <- take 4
y <- take 8
return (x :: Int, y :: Integer)