index
:
lisphs
bb-profiling
inlining
lower-to-isa
master
Lisp half-compiler written in Haskell
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
closuretest.lisp
blob: 9827eb1be594c2f81eda58b556f53219a34e1e53 (
plain
)
1
(((
lambda
(
x
)
(
lambda
(
y
)
(
+
x
y
)))
1
)
2
)