lean4-htt/library/Init/Lean/Compiler/IR
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
..
Basic.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Borrow.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Boxing.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Checker.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
CompilerM.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
CtorLayout.lean test: add getCtorLayout test 2019-10-11 15:11:24 -07:00
Default.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
ElimDeadBranches.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
ElimDeadVars.lean chore: rename files 2019-10-11 11:19:58 -07:00
EmitC.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
EmitUtil.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
ExpandResetReuse.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Format.lean feat: add struct/union constructors to IRType 2019-10-11 10:57:36 -07:00
FreeVars.lean fix: make sure maxIndex takes into account dead variables too 2019-10-09 14:55:48 -07:00
LiveVars.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
NormIds.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
PushProj.lean refactor: ensure pushProj does not reuse variable ids 2019-10-09 14:55:39 -07:00
RC.lean chore: use #[] instead of Array.empty 2019-10-08 16:23:06 -07:00
ResetReuse.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
SimpCase.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
UnboxResult.lean feat: expose getCtorLayout 2019-10-11 14:34:30 -07:00