lean4-htt/library/init/lean
Leonardo de Moura af4f831a9f feat(library/init/data/hashmap): hash function produces an uint32 instead of nat
Most efficient hash functions use uint32/uint64 and produce values
that do not fit in out small nat representation. Thus, GMP big numbers
would have to be created.
2018-05-03 17:56:10 -07:00
..
ir feat(library/init/lean/ir): parse IR definitions 2018-05-02 16:59:50 -07:00
parser feat(library/init/lean/parser): add not_followed_by and not_followed_by_sat 2018-05-02 15:55:57 -07:00
disjoint_set.lean feat(library/init/data/hashmap): hash function produces an uint32 instead of nat 2018-05-03 17:56:10 -07:00
format.lean feat(library/init/lean/ir): add IR instruction parser 2018-05-01 17:45:50 -07:00
name.lean feat(library/init/lean/ir/ir): use name 2018-05-01 12:40:49 -07:00