lean4-htt/library/init/control
Leonardo de Moura 8a96fde229 feat(library/init/control/coroutine): add coroutine
Remark: the termination proofs are commented because Lean 4 is
currently ignoring them and accepting non-terminating functions.

These files are based on an experiment implemented using Lean 3.
We can find it here:
https://gist.github.com/leodemoura/f5d82426c105b5fae0880e77024f6e9c

We will use coroutines to implement the interaction between reader,
elaborator and main driver.
2018-08-12 17:14:02 -07:00
..
alternative.lean chore(library/init): move logic.lean => core.lean 2018-04-30 09:25:25 -07:00
applicative.lean refactor(init): init/category ==> init.control 2018-04-27 08:33:08 -07:00
combinators.lean feat(library/init/control/combinators): make more universe polymorphic (for e.g. io) 2018-07-30 10:38:00 -07:00
coroutine.lean feat(library/init/control/coroutine): add coroutine 2018-08-12 17:14:02 -07:00
default.lean chore(*): remove more files 2018-05-21 06:42:58 -07:00
except.lean feat(library/init/control/except): add instance has_monad_lift (except ε) (except_t ε m) 2018-05-09 12:19:44 -07:00
functor.lean refactor(library/init/control): remove init.meta.name spurious dependency 2018-04-30 11:36:07 -07:00
id.lean feat(init/lean/parser/parser): make a monad transformer 2018-06-04 12:57:23 +02:00
lift.lean feat(library/init/control/lift): add comment 2018-07-26 15:52:47 -07:00
monad.lean refactor(init): init/category ==> init.control 2018-04-27 08:33:08 -07:00
monad_fail.lean refactor(init): init/category ==> init.control 2018-04-27 08:33:08 -07:00
option.lean refactor(init): init/category ==> init.control 2018-04-27 08:33:08 -07:00
reader.lean refactor(init): init/category ==> init.control 2018-04-27 08:33:08 -07:00
state.lean feat(library/init/control/state): remove monad_state.lift to avoid allocating tuples 2018-06-28 09:56:26 +02:00