lean4-htt/library/data
Leonardo de Moura 4eefc41b6e refactor(*): wrap string in a structure
We want to make sure string users do not depend on the string
implementation. This is the first step.

We need this refactoring *now* to make sure it will not be
super painful to address issue #1175
2017-06-07 17:30:49 -07:00
..
buffer refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
list refactor(init/logic): remove "contrapos" (which is a duplicate of "mt") 2017-05-27 04:14:03 -04:00
set refactor(library): avoid auxiliary definitions such as add/mul/le/etc 2017-05-01 08:52:19 -07:00
bitvec.lean refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
buffer.lean refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
dlist.lean feat(library/data/buffer/parser): parser combinators for char_buffer 2017-05-01 14:11:38 -07:00
hash_map.lean feat(init/meta/interactive): declare format! and sformat! macros and start putting them to use 2017-06-07 10:09:38 -07:00
lazy_list.lean feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
pnat.lean feat(data/pnat): positive natural numbers 2017-05-28 02:32:23 -04:00
stream.lean feat(init/meta/injection_tactic): better injection tactic 2017-05-27 04:59:40 -04:00
vector.lean feat(data/vector): more vector operations 2017-05-27 04:14:02 -04:00