packages feed

countable-1.0: test/Show.hs

module Show where
{
    import Data.Searchable;

    showFunction :: (Show a,Finite a,Show b) => (a -> b) -> String;
    showFunction f = show f;
}