Copyright | (C) 2016-2018 David M. Johnson |
---|---|
License | BSD3-style (see the file LICENSE) |
Maintainer | David M. Johnson <djohnson.m@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Synopsis
- class ToMisoString str where
- toMisoString :: str -> MisoString
- fromMisoString :: MisoString -> str
- type MisoString = Text
- module Data.Monoid
- module Data.Text
- module Data.Text
- ms :: ToMisoString str => str -> MisoString
Documentation
class ToMisoString str where Source #
Convenience class for creating MisoString
from other string-like types
toMisoString :: str -> MisoString Source #
fromMisoString :: MisoString -> str Source #
Instances
type MisoString = Text Source #
String type swappable based on compiler
module Data.Monoid
module Data.Text
module Data.Text
ms :: ToMisoString str => str -> MisoString Source #
Convenience function, shorthand for toMisoString