lean4-htt/library/Init/Lean/Parser
Leonardo de Moura 34765c97d7 chore: rename mmap, mfoldl, mfor ...
We now use `mapM`, `foldlM`, ... like Haskell.
Motivation: fixes the inconsistent naming convetion. We are already
using the `M` suffix for functions such as `anyM`. We used `anyM`
because `many` is a valid English word.

cc @kha @dselsam
2019-10-27 18:19:34 -07:00
..
Command.lean
Default.lean
Identifier.lean
Level.lean
Module.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Parser.lean refactor: use Array instead of List at mkApp and getAppArgs 2019-10-21 09:12:36 -07:00
Term.lean feat: add array literal notation to new parser 2019-10-07 15:46:45 -07:00
Transform.lean chore: use new array notation #[...] 2019-10-07 15:41:34 -07:00
Trie.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00