Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Standard code to make a table of units. First true example of a (small) recipe.
Synopsis
- tOfUnitDesc :: IsUnit s => [s] -> LabelledContent
- tOfUnitSIName :: IsUnit s => [s] -> LabelledContent
- unitTableRef :: Reference
- tunit :: [TUIntro] -> RefTab
- tunit' :: [TUIntro] -> RefTab
- tunitNone :: [TUIntro] -> RefTab
- tuIntro :: [TUIntro] -> Contents
- defaultTUI :: [TUIntro]
Documentation
tOfUnitDesc :: IsUnit s => [s] -> LabelledContent Source #
Creates the Table of Units with SI name in the Description column.
tOfUnitSIName :: IsUnit s => [s] -> LabelledContent Source #
Creates the Table of Units with an "SI Name" column.
unitTableRef :: Reference Source #
Makes a reference to the Table of Units.
tunit' :: [TUIntro] -> RefTab Source #
Table of units with SI name in the description column.
Table of units constructors.
tunitNone :: [TUIntro] -> RefTab Source #
Table of units with SI name in the description column.
Table of units constructors.
defaultTUI :: [TUIntro] Source #
Default table of units intro that contains the system, derivation, and purpose.