atrophy-0.1.0.0: src/Atrophy.hs
module Atrophy ( module REXPORT , StrengthReducedW128 (..) , StrengthReducedW64 (..) , StrengthReducedW32 (..) , StrengthReducedW16 (..) , StrengthReducedW8 (..) ) where import Atrophy.LongDivision as REXPORT import Atrophy.LongMultiplication as REXPORT import Atrophy.Internal as REXPORT