Copyright | (c) 2019-2020 Emily Pillmore |
---|---|
License | BSD-style |
Maintainer | Emily Pillmore <emilypi@cohomolo.gy> |
Stability | Experimental |
Portability | non-portable |
Safe Haskell | Safe |
Language | Haskell2010 |
This module contains Prism'
s for the Base16Error
datatype.
Synopsis
- _DecodeError :: Prism' (Base16Error err) Text
- _ConversionError :: Prism' (Base16Error err) err
Prisms
_DecodeError :: Prism' (Base16Error err) Text Source #
A Prism'
into the DecodeError
case of a Base16Error
_ConversionError :: Prism' (Base16Error err) err Source #
A Prism'
into the ConversionError
case of a Base16Error