index
:
clojure
1.0.x
1.1.x
1.2.x
20081217
20090320
applet
chunks
ensure
equal
equiv
gh-pages
lazy
master
new
num
par
prim
seqfns
streams
The Clojure programming language http://clojure.org
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp
/
test.lisp
blob: 35d98a49e3bcc7b5d6596627b41f9e4faec13f39 (
plain
)
1
2
3
4
5
6
7
8
9
(
in-module
"clojure"
)
(
defn
f0
())
(
defn
f1
(
x
)
x
)
(
defn*
f01
(())
((
x
)
x
))