Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Drasil.Chunk.Unitary
Contents
Description
Defines chunks to add units to a quantity. Similar to UnitalChunk
.
Chunk Types
class Quantity c => Unitary c where Source #
A Unitary is a Quantity
that must have a unit.
Instances
Unitary UnitalChunk Source # | Finds the unit definition of a |
Defined in Language.Drasil.Chunk.Unital Methods unit :: UnitalChunk -> UnitDefn Source # |