Created
May 16, 2015 04:47
-
-
Save frenchy64/68cf57c0b7200bc9173d to your computer and use it in GitHub Desktop.
Untyped Polymorphic imports
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
;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