| 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 Source #
Minimal complete definition
Instances
strConv :: StringConv a b => Leniency -> a -> b Source #
toS :: StringConv a b => a -> b Source #
toSL :: StringConv a b => a -> b Source #
Instances
| Bounded Leniency Source # | |
| Enum Leniency Source # | |
| Eq Leniency Source # | |
| Ord Leniency Source # | |
Defined in Protolude.Conv  | |
| Show Leniency Source # | |