chatty-0.7.0.0: Some monad transformers and typeclasses for abstraction of global dependencies.

Safe HaskellSafe
LanguageHaskell2010

Text.Chatty.Expansion

Description

Provides generic string expansion

Synopsis

Documentation

class Monad e => ChExpand e where Source

Typeclass for all string-expanding monads.

Methods

expand :: String -> e String Source

Expand the given string.