packages feed

countable-1.2: test/Show.hs

module Show where

import Data.Function.Show ()
import Data.Searchable

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