Content deleted Content added
Line 37:
-- let-expressions
turing = let picture = fittedImage 200 200 "alan-turing.jpg" in
flow down [ plainText "Alan Turing", picture ]
-- case-expression
isEmpty list = case list of
▲ ; [] -> [] }
-- anonymous functions
-- list interpolation
|