Skip to content

Instantly share code, notes, and snippets.

@frenchy64
Created September 10, 2013 12:01
Show Gist options
  • Save frenchy64/6508413 to your computer and use it in GitHub Desktop.
Save frenchy64/6508413 to your computer and use it in GitHub Desktop.
clojure.core.typed=> (->> (check-ns-info) :delayed-errors first ex-data)
{:env {:source "clojure.core.typed", :column 1, :line 53, :ns {:name clojure.core.typed}, :locals {}}, :form (def -base-aliases (quote #{EmptySeqable Vec Int NonEmptyCount Seqable NonEmptyColl Option Set NonEmptySeqable SortedSet Coll NonEmptyLazySeq Atom1 EmptyCount Map Num Seq NonEmptyVec Id AnyInteger NonEmptySeq})), :type-error :clojure.core.typed.utils/tc-error-parent}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment