HaTeX-3.17.0.1: The Haskell LaTeX library.

Safe HaskellSafe
LanguageHaskell2010

Text.LaTeX.Base.Texy

Contents

Description

Synopsis

Texy class

class Texy t where Source

Class of types that can be pretty-printed as LaTeX values.

Methods

texy :: LaTeXC l => t -> l Source