hdiff
packages
feed
debian
-3.14: Text/Format.hs
module Text.Format where class Show a => Format a where format :: a -> String format = show