authoring-0.3.3.1: A library for writing papers

Safe HaskellNone

Text.Authoring.Label

Synopsis

Documentation

data Label Source

Labels are used to create a unique reference label within a paper.

(<>) :: Monoid m => m -> m -> m

An infix synonym for mappend.

(./) :: Show a => Label -> a -> LabelSource

Create a slightly different version of the label.

fromValue :: Typeable t => t -> LabelSource

Create a label from the type of a value.