Skip to content

Commit

Permalink
Better types for AReference
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Oct 6, 2013
1 parent 01f7a63 commit edc3139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/clojure/clojure/core/typed/base_env.clj
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ ARef [[[w :variance :contravariant]
:replace
{IRef (IRef w r)
IMeta (IMeta Any)
AReference (AReference w r)
AReference (AReference Any Any)
IDeref (IDeref r)
IReference (IReference w r)}]

Expand All @@ -443,7 +443,7 @@ Atom [[[w :variance :contravariant]
:replace
{IRef (IRef w r)
IMeta (IMeta Any)
AReference (AReference w r)
AReference (AReference Any Any)
ARef (ARef w r)
IDeref (IDeref r)
IReference (IReference w r)}]
Expand Down

0 comments on commit edc3139

Please sign in to comment.