Advertisement
Guest User

Untitled

a guest
May 8th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Collected 1 namespaces in 758.831468 msecs
  2. Not checking clojure.core.typed (does not depend on clojure.core.typed)
  3. Start checking core-typed-bug.core
  4. 10: Not checking core-typed-bug.core/->R definition
  5. Checked core-typed-bug.core in 923.152062 msecs
  6. Checked 2 namespaces in 1702.704416 msecs
  7. Type Error (core_typed_bug/core.clj:10:1) No matching arities: [R t/Any -> t/Any]
  8. in: (f [a] 1)
  9.  
  10.  
  11. Type Error (core_typed_bug/core.clj:10:1) No matching arities: [R -> t/Any] in: (f [a b] 2)
  12.  
  13.  
  14. Type Checker: Found 2 errors
  15. Found errors
  16. Subprocess failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement