| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Drasil.Printing.PrintingInformation
Description
Defines types and functions to gather all the information needed for printing.
Synopsis
- data PrintingInformation
- data Notation
- sysdb :: Lens' PrintingInformation ChunkDB
- stg :: Lens' PrintingInformation Stage
- notation :: Lens' PrintingInformation Notation
- piSys :: ChunkDB -> Stage -> Notation -> PrintingInformation
Documentation
data PrintingInformation Source #
Printing information contains a database, a stage, and a printing configuration.
Notation can be scientific or for engineering.
Constructors
| Scientific | |
| Engineering |
sysdb :: Lens' PrintingInformation ChunkDB Source #
stg :: Lens' PrintingInformation Stage Source #
notation :: Lens' PrintingInformation Notation Source #