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

Safe HaskellSafe-Inferred

Text.Chatty.Expansion

Description

Provides generic string expansion

Synopsis

Documentation

class Monad e => ChExpand e whereSource

Typeclass for all string-expanding monads.

Methods

expand :: String -> e StringSource

Expand the given string.