dot_ghci 75 B

12
  1. :set +t
  2. exampleLambda = (\x -> putStrLn "Lambda example: (\\ x -> x) 5") ""