Module

Data.Proportion

Package
purescript-proportion
Repository
colehaus/purescript-proportion

#mk Source

mk :: forall n. Ord n => Semiring n => n -> Maybe (Proportion n)

#unMk Source

unMk :: forall n. Proportion n -> n

Re-exports from Data.Proportion.Internal

#Proportion Source

newtype Proportion n

Instances