physics-0.1.2.1: dimensions, quantities and constants

Safe HaskellNone
LanguageHaskell2010

Physics.Units.Base

Documentation

type One = SI Z Z Z Z Z Z Z Source #

one :: Num a => One a Source #

type Metre = SI P1 Z Z Z Z Z Z Source #

metre :: Num a => Metre a Source #

type Kilogram = SI Z P1 Z Z Z Z Z Source #

type Second = SI Z Z P1 Z Z Z Z Source #

type Ampere = SI Z Z Z P1 Z Z Z Source #

type Kelvin = SI Z Z Z Z P1 Z Z Source #

type Mole = SI Z Z Z Z Z P1 Z Source #

mole :: Num a => Mole a Source #

type Candela = SI Z Z Z Z Z Z P1 Source #