packages feed

haskell-tools-refactor-1.0.1.1: examples/Type/Ctx.hs

module Type.Ctx where

sh :: Show a => a -> String
sh = show

sh' :: (Show a) => a -> String
sh' = show

sh'' :: (Show a, Eq a) => a -> String
sh'' = show