Skip to content

Commit

Permalink
Fix clojure.core/cycle annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Mar 6, 2014
1 parent f6178ea commit ebe4606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.35-SNAPSHOT

- Fix clojure.core/cycle annotation

# 0.2.34 - Released 25 February 2014 # 0.2.34 - Released 25 February 2014


- add clojure.core.typed/pred - add clojure.core.typed/pred
Expand Down
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/typed/base_env.clj
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ clojure.core/alter


clojure.core/cycle clojure.core/cycle
(All [x] (All [x]
[x -> (Seq x)]) [(U nil (Seqable x)) -> (Seq x)])


clojure.core/compile [Symbol -> Symbol] clojure.core/compile [Symbol -> Symbol]


Expand Down

0 comments on commit ebe4606

Please sign in to comment.