lean4-htt/library/init/data/rbmap
Leonardo de Moura 1815331828 perf(library/init/data): add @[specialize] to RBMap and RBTree functions that depend on lt : a -> a -> Bool
A few commits ago, a few `RBMap` and `RBTree` functions had
the parameters `(lt : a -> a -> Prop) [DecidableRel lt]` instead of
`(lt : a -> a -> Bool)`. Recall that the compiler automatically specializes
functions with arguments of the form `[ ... ]`. Thus, after we moved to
`(lt : a -> a -> Bool)` we have to include `@[specialize]` to force the
compiler to specialize.
2019-04-03 09:16:34 -07:00
..
basic.lean perf(library/init/data): add @[specialize] to RBMap and RBTree functions that depend on lt : a -> a -> Bool 2019-04-03 09:16:34 -07:00
default.lean chore(library): use lowercase in imports 2019-03-21 15:06:44 -07:00