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
/
tests
/
let-fail.lisp
blob: 005cfc986d6700a2cb74052e25989129c5394a52 (
plain
)
1
2
3
4
5
6
7
8
(
print
(
(
lambda
(
fid
)
(
let
((
x
(
lambda
(
arg
)
fid
)))
(
x
42
)))
123
)
)