packages feed

clanki-1.0.3: src/Display.hs

module Display where

class (Show a) => Display a where
    display :: a -> String