Programming Language Foundations (Stump 2013)
stack build && stack exec pfl-exe
5.8.1-1a. Syntax tree of: (λx.(λy.x y)) =
λ
/ \
x λ
/ \
y @
/ \
x y
Programming Language Foundations (Stump 2013)
HaskellApache-2.0