-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | arabic to roman numeral conversions -- -- Please see README @package libroman @version 1.0.0 module Roman.Decode fromRoman :: Integral a => String -> a module Roman.Encode toRoman :: Integral a => a -> String