@hackage bytable0.1.0.0
data from/to ByteString
Categories
License
BSD-3-Clause
Maintainer
Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- bytestring >=0.10 && <0.11
- word24 >=1.0 && <1.1 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)