Examples
Try the following:
5 + 7
sort "YourNameHere"
OR[1,5,3,2,4]
filter (>5) [1,2,3,4,5,6,7,8]
sin (pi / 2)
[1,2] ++ [3]
To see the official list of all built-in Haskell commands, follow the link: Haskell Prelude Documentation
Input History:
Result: N/A
Type Signature: N/A
Tutorial Instructions
Type tutorial to start an interactive tutorial!