hdiff
packages
feed
reddit
-0.1.0.0: src/Reddit/Types/Thing.hs
module Reddit.Types.Thing where import Data.Text (Text) class Thing a where fullName :: a -> Text