Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Numeric/FFFormat.hs
module Numeric (FFFormat(..)) where -- These are the floating point string-format styles. -- This type is not exported from Numeric. data FFFormat = FFExponent | FFFixed | FFGeneric