| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Text.LaTeX.Base.Texy
Contents
Description
Texy class, as proposed in http://deltadiaz.blogspot.com.es/2013/04/hatex-36-proposal-texy-class.html.
Texy class
Class of types that can be pretty-printed as LaTeX values.
Instances
| Texy Bool | |
| Texy Char | |
| Texy Double | |
| Texy Float | |
| Texy Int | |
| Texy Integer | |
| Texy Text | |
| Texy LaTeX | |
| Texy Measure | |
| Texy Language | |
| Texy FontEnc | |
| Texy a => Texy [a] | Instance defined in Text.LaTeX.Packages.AMSMath. |
| (Integral a, Texy a) => Texy (Ratio a) | Instance defined in Text.LaTeX.Packages.AMSMath. |
| HasResolution a => Texy (Fixed a) | |
| Texy a => Texy (Matrix a) | Instance defined in Text.LaTeX.Packages.AMSMath. |
| Texy a => Texy (Tree a) | Instance defined in Text.LaTeX.Packages.Trees.Qtree. |
| (Texy a, Texy b) => Texy (a, b) | Instance defined in Text.LaTeX.Packages.AMSMath. |
| (Texy a, Texy b, Texy c) => Texy (a, b, c) | Instance defined in Text.LaTeX.Packages.AMSMath. |
| (Texy a, Texy b, Texy c, Texy d) => Texy (a, b, c, d) | Instance defined in Text.LaTeX.Packages.AMSMath. |