lean4-htt/library/init/data
Leonardo de Moura 0b04376676 refactor(library/init/data/string/basic): mark string implementation as private
See issue #1175

BTW, we may have to revise this decision in the future when we decide to
populate the string library with lemmas.
It is inconvenient to prove the lemmas at string/basic.lean since the
tactic framework has not been defined yet.
Anyway, I think it is worth to keep the private for now, and make sure
nobody relies on its implementation.
2017-06-07 18:00:24 -07:00
..
array chore(library/init): ^. ==> . 2017-05-16 15:00:58 -07:00
bool chore(library/init/data/bool/lemmas): add (coe tt) and (coe ff) simp lemmas 2017-03-05 09:50:01 -08:00
char chore(frontends/lean): go back to 'c' as notation for characters 2017-05-02 13:00:51 -07:00
fin feat(data/vector): more vector operations 2017-05-27 04:14:02 -04:00
int feat(init/data/int,init/data/nat,init/algebra): more algebra theorems 2017-06-01 15:15:40 -07:00
list refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
nat fix(library/init/meta/interactive): use replace_target at simp_goal 2017-06-05 15:21:20 -07:00
option feat(init/data/option): option.get 2017-05-27 04:14:05 -04:00
sigma refactor(library/init/data/sigma/lex): define psigma.lex 2017-05-23 20:39:09 -07:00
string refactor(library/init/data/string/basic): mark string implementation as private 2017-06-07 18:00:24 -07:00
subtype feat(init/data/subtype): add subtype.eta 2017-05-27 04:13:59 -04:00
sum feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
unsigned feat(library/init/data/fin): add div 2017-03-05 16:43:15 -08:00
basic.lean chore(*): remove pos_num and num from stdlib 2017-05-25 18:24:16 -07:00
default.lean feat(library/init/data/unsigned): add basic unsigned operations 2017-03-05 16:14:16 -08:00
option_t.lean feat(init/data/option_t): option_t is a monad transformer 2017-05-27 04:14:00 -04:00
ordering.lean feat(init/data/ordering): ordering.swap 2017-05-30 14:22:49 +02:00
prod.lean feat(library/init/data/prod): add prod.map 2017-03-07 19:30:51 -08:00
quot.lean feat(init/data/quot): show that quot is the quotient by the generated equivalence 2017-05-27 04:14:00 -04:00
set.lean fix(library/data/hash_map): respond to review comments 2017-05-16 14:38:43 -07:00
setoid.lean chore(library/init/data/quot): use Sort instead of Type 2017-03-07 14:29:57 -08:00
to_string.lean refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
unit.lean refactor(library/data): delete init/data/instances.lean 2016-12-02 16:41:16 -08:00