lean4-htt/library/Init/Lean
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
..
Compiler chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Elaborator chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
EqnCompiler fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Parser chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
TypeClass chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
AbstractMetavarContext.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Attributes.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Class.lean chore: rename constructors 2019-10-24 13:53:33 -07:00
Declaration.lean
Default.lean chore: add example to demonstrate that messages are computed lazily 2019-10-22 17:12:42 -07:00
Environment.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Expr.lean feat: add ExprSet and PersistentExprSet 2019-10-27 17:27:46 -07:00
Format.lean fix: minor issues and add MonadTracer test 2019-10-22 14:33:07 -07:00
KVMap.lean feat: hierarchical trace kinds 2019-10-22 15:13:57 -07:00
Level.lean chore: fix extern Level primitive names 2019-10-24 19:09:37 -07:00
LocalContext.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Message.lean chore: minor adjustments 2019-10-22 14:57:26 -07:00
MetavarContext.lean feat: add synthetic field 2019-10-26 16:35:03 -07:00
Modifiers.lean
Name.lean feat: allow ':' as search path operator on Windows 2019-10-19 18:03:55 -07:00
NameGenerator.lean feat: TypeContext skeleton 2019-10-24 16:45:33 -07:00
Options.lean feat: allow ':' as search path operator on Windows 2019-10-19 18:03:55 -07:00
Path.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Position.lean chore: use #[] instead of Array.empty 2019-10-08 16:23:06 -07:00
ProjFns.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
ReducibilityAttrs.lean
Runtime.lean
Scopes.lean
SMap.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Syntax.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
ToExpr.lean
Trace.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
TypeContext.lean refactor: add AbstractMetavarContext module 2019-10-26 07:50:25 -07:00
Util.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00