1 earlier thought
Ugh, looks like you can't recurse in enums.
enum Tree { case Empty case Leaf(Int) case Node(Tree, Tree) }
kills the REPL with a Bus error: 10.
Bus error: 10
9 later thoughts
Keyboard navigation
?
c
g
j
←
k
→
p
s
ctrl + enter
alt + enter
esc