@hackage bytestring-encodings0.2.0.2
checks to see if a given bytestring adheres to a certain encoding
Categories
License
MIT
Maintainer
chessai1996@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.7 && <5.0
- bytestring
- ghc-prim Show all…
Dependents (1)
@hackage/acme-everything
This module provides a family of functions, isX
, of type
,
which return ByteString
-> Bool
True
if the input ByteString adheres to a certain encoding X,
and False
otherwise.