Unit Fun v0.5.3 UnitFun.UnitTypes

Provides functions for applying units on top of bare values. Normally imported

import UnitFun.UnitTypes
ten_pence = 10 |> with_units(Pence)
# or
twenty_pence = 20 <~ Pence

Summary

Functions

left <~ right
with_units(value, new_units)