lean4-htt/library/data
Leonardo de Moura a0a8103804 chore(frontends/lean): go back to 'c' as notation for characters
This suggestion has been discussed at Slack.
We have decided to use #"c" as notation because we wanted to allow `'`
in the beginning of identifiers like in SML and F*. In particular,
we wanted to allow users to use 'a 'b 'c for naming type parameters
like in SML. However, nobody used this notation. In the Lean standard
library, we are using greek letters for naming type parameters.
So, there is no real motivation for the ugly #"c" syntax.
2017-05-02 13:00:51 -07:00
..
buffer chore(frontends/lean): go back to 'c' as notation for characters 2017-05-02 13:00:51 -07:00
list feat(library/data/list): cleanup proofs 2017-02-17 19:42:57 -08:00
set refactor(library): avoid auxiliary definitions such as add/mul/le/etc 2017-05-01 08:52:19 -07:00
bitvec.lean chore(frontends/lean): go back to 'c' as notation for characters 2017-05-02 13:00:51 -07:00
buffer.lean feat(library/data/buffer,library/init/data/array): utility functions on buffers 2017-05-01 14:11:38 -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(frontends/lean): add support for t.<id> and t.<idx> when t is a composite term 2017-03-28 17:47:49 -07:00
lazy_list.lean feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
stream.lean chore(library): cleanup proofs 2017-04-25 17:23:42 -07:00
vector.lean refactor(library/data/vector): allow tail to accept empty vector. 2017-04-23 11:22:09 -07:00