Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Protolude.Conv
Description
An alternative to ConvertText
that includes
partial conversions. Not re-exported by Protolude
.
Documentation
class StringConv a b #
Minimal complete definition
Instances
strConv :: StringConv a b => Leniency -> a -> b #
toS :: StringConv a b => a -> b #
toSL :: StringConv a b => a -> b #
Instances
Bounded Leniency # | |
Enum Leniency # | |
Show Leniency # | |
Eq Leniency # | |
Ord Leniency # | |
Defined in Protolude.Conv |