Skip to content

Commit

Permalink
Added zero-arity body to comp function returning identity fn
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
fogus authored and stuarthalloway committed Oct 11, 2010
1 parent 35d9444 commit 73453f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clj/clojure/core.clj
Expand Up @@ -2177,6 +2177,7 @@
fn (right-to-left) to the result, etc."
{:added "1.0"
:static true}
([] identity)
([f] f)
([f g]
(fn
Expand Down

0 comments on commit 73453f2

Please sign in to comment.