Why does the Haskell pattern ignore offline receipt of an ad in a quote?
{-
ghci> :l Test.hs [1 of 1] Compiling Main ( Test.hs, interpreted ) Ok, modules loaded: Main. ghci> :tf f :: t -> t ghci> Test 1 :: Test Int <interactive>:18:1: No instance for (Show (Test Int)) arising from a use of `print' Possible fix: add an instance declaration for (Show (Test Int)) In a stmt of an interactive GHCi command: print it
leventov
source share