| Copyright | (C) 2016-2017 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 | None |
| Language | Haskell2010 |
Miso.String
Description
- class ToMisoString str where
- type MisoString = Text
- module Data.Text
Documentation
class ToMisoString str where Source #
Convenience class for creating MisoString from other string-like types
Minimal complete definition
Methods
toMisoString :: str -> MisoString Source #
type MisoString = Text Source #
String type swappable based on compiler
module Data.Text