miso-0.21.1.0: A tasty Haskell front-end framework

Copyright(C) 2016-2018 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <djohnson.m@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell2010

Miso.String

Description

 
Synopsis

Documentation

class ToMisoString str where #

Convenience class for creating MisoString from other string-like types

Minimal complete definition

toMisoString, fromMisoString

type MisoString = Text #

String type swappable based on compiler

module Data.Text

module Data.Text

ms :: ToMisoString str => str -> MisoString #

Convenience function, shorthand for toMisoString