| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ASCII.Isomorphism
Documentation
class CharSuperset char => CharIso char where Source #
class StringSuperset string => StringIso string where Source #
Methods
toCharList :: string -> [Char] Source #
Instances
| CharIso char => StringIso [char] Source # | |
Defined in ASCII.Isomorphism | |
| StringSuperset string => StringIso (ASCII string) Source # | |