chatty-0.7.0.1: 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.

Minimal complete definition

expand

Methods

expand :: String -> e String Source #

Expand the given string.

newtype NullExpanderT m a Source #

Constructors

NullExpander 

Fields

Instances