lean4-htt/library/data
Leonardo de Moura 87932f1c56 feat(frontends/lean): change notation for inaccessible patterns
The following are accepted
 .(t)
 ._

We don't accept .t anymore because it will conflict with the field
access notation.
2017-03-28 16:09:15 -07:00
..
list feat(library/data/list): cleanup proofs 2017-02-17 19:42:57 -08:00
set feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
bitvec.lean feat(frontends/lean): use . for field access 2017-03-28 15:29:54 -07:00
buffer.lean feat(frontends/lean): use . for field access 2017-03-28 15:29:54 -07:00
dlist.lean refactor(library/data/dlist): change 'inv' to 'invariant' 2017-03-08 19:31:27 -08:00
hash_map.lean feat(frontends/lean): use . for field access 2017-03-28 15:29:54 -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/init): remove reducible annotations for id, const, etc, and move $ notation to core.lean 2017-03-11 11:34:16 -08:00
vector.lean feat(frontends/lean): change notation for inaccessible patterns 2017-03-28 16:09:15 -07:00