packages feed

haskell-tools-builtin-refactorings-1.0.0.0: 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