lean4-htt/library/Init/Control
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
..
Alternative.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Applicative.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Combinators.lean chore: rename mmap, mfoldl, mfor ... 2019-10-27 18:19:34 -07:00
Conditional.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Default.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
EState.lean chore: ensure dummy functions are inlined 2019-10-21 18:47:24 -07:00
Except.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Functor.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Id.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Lift.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Monad.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
MonadFail.lean fix: file and import names, tests and stage0 2019-10-04 17:04:02 -07:00
Option.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
Reader.lean chore: fix imports using script 2019-10-04 14:34:58 -07:00
State.lean chore: missing inline 2019-10-25 10:45:09 -07:00