Skip to content

Instantly share code, notes, and snippets.

@frenchy64
Created May 16, 2015 04:47
Show Gist options
  • Save frenchy64/68cf57c0b7200bc9173d to your computer and use it in GitHub Desktop.
Save frenchy64/68cf57c0b7200bc9173d to your computer and use it in GitHub Desktop.
Untyped Polymorphic imports
;https://github.com/JoeOsborn/gamalyzer/blob/3dbbb927308004ca056980fe4e743b59e7221870/metric/src/gamalyzer/data/range.clj#L5
(ann ^:no-check multiset.core/multiset (All [a] [a -> (clojure.lang.IPersistentSet a)]))
;https://github.com/simon-nicholls/pizzure/blob/a6fda5cbe533c231230af2853721af265cee9f4c/src/pizzure/types.clj#L33-L35
(ann ^:no-check korma.core/exec (All [[a :< EntityValue]] [Query -> (Seq a)]))
(ann ^:no-check korma.core/transform
(All [[a :< EntityValue]] [Entity [a -> a] -> Entity]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment