j
k
j a
j l
On 09/04/2012 06:00 AM, Ian Knopke wrote:
-- display a field that returns a number display :: Int -> IO () display = putStrLn . show
This is just 'print', specialized to Int: Prelude> :t print print :: Show a => a -> IO ()
Back to the thread
Back to the list