Details
Assignee
David NolenDavid NolenReporter
Mike FikesMike FikesPatch
CodePriority
Minor
Details
Details
Assignee
David Nolen
David NolenReporter
Mike Fikes
Mike FikesPatch
Code
Priority
Created July 15, 2018 at 11:43 PM
Updated May 29, 2020 at 7:18 PM
With we have the ability to annotate declared fns with arglists, with proper static dispatch resulting.
The declares in
cljs.core
are currently not annotated (and for now are not strictly needed because of double analysis that occurs ofcljs.core
, but it would be nice to add those annotations because double-analysis may not always be the way things are done.