Created
September 15, 2014 21:32
-
-
Save arohner/8380b59a839c0ec23058 to your computer and use it in GitHub Desktop.
datomic into {}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Type Error (flowmeter/util/datomic.clj:29:3) Polymorphic function into could not be applied to arguments: | |
| Polymorphic Variables: | |
| x | |
| y | |
| Domains: | |
| (t/Map x y) (t/U nil (Seqable (t/U nil (IMapEntry x y) (t/HVec [x y]) (Seqable (clojure.lang.IMapEntry x y))))) | |
| (t/Vec x) (t/U nil (Seqable x)) | |
| (t/Set x) (t/U nil (Seqable x)) | |
| (t/Coll t/Any) (t/U nil (Seqable t/Any)) | |
| Arguments: | |
| (t/HMap :complete? true) datomic.query.EntityMap | |
| Ranges: | |
| (t/Map x y) | |
| (t/Vec x) | |
| (t/Set x) | |
| (t/Coll t/Any) | |
| with expected type: | |
| (t/HMap :mandatory {}) | |
| in: (into {} em) |
arohner
commented
Sep 15, 2014
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment