lean4-htt/library/init/category
2018-03-20 14:58:36 -07:00
..
alternative.lean fix(frontends/lean/parser): make sure imax and max level arguments are parsed using the same precendence we use to parse application arguments 2017-07-07 12:43:07 -07:00
applicative.lean refactor(init/category): move monad laws into separate type classes defined after the tactic framework 2018-03-20 14:58:35 -07:00
combinators.lean chore(init/category/combinators): remove monad.for 2017-07-26 11:52:11 +01:00
cont.lean style(init/category): consistently use Greek letters for type parameters (well, except for m) 2018-03-20 14:58:36 -07:00
default.lean chore(init/category): final touches 2018-03-20 14:58:36 -07:00
except.lean chore(init/category): final touches 2018-03-20 14:58:36 -07:00
functor.lean refactor(init/category): move monad laws into separate type classes defined after the tactic framework 2018-03-20 14:58:35 -07:00
id.lean chore(init/category): final touches 2018-03-20 14:58:36 -07:00
lawful.lean style(init/category): consistently use Greek letters for type parameters (well, except for m) 2018-03-20 14:58:36 -07:00
lift.lean doc(init/category/lift): expand docs and note similarities to layers package 2018-03-20 14:58:36 -07:00
monad.lean chore(init/category): final touches 2018-03-20 14:58:36 -07:00
monad_fail.lean chore(init/category): final touches 2018-03-20 14:58:36 -07:00
reader.lean feat(init/category/reader): lift alternative through reader_t 2018-03-20 14:58:36 -07:00
state.lean doc(init/category/state): add docs and tests 2018-03-20 14:58:36 -07:00