lean4-htt/Lake
Leonardo de Moura 8fbb866798 fix: incorrect use of outParam
We have
```
class BindAsync (n : Type u → Type v) (k : outParam $ Type u → Type u)
instance : BindAsync BaseIO (EIOTask ε)
instance : BindAsync BaseIO OptionIOTask
instance [BindAsync n k] [Pure n] [Pure k] : BindAsync n (ExceptT ε k)
instance [BindAsync n k] [Pure n] [Pure k] : BindAsync n (OptionT k)
```

See discussion at: https://leanprover.zulipchat.com/#narrow/stream/147302-lean4-maintainers/topic/Increasing.20.60Expr.2Ehash.60.20to.2064.20bits/near/313183466
2022-11-30 16:56:09 -08:00
..
Build perf: use parseImports' 2022-11-11 13:21:42 -05:00
CLI refactor: split code for lake update and lake build 2022-11-23 20:56:40 -05:00
Config refactor: lean_packages -> lake-packages + cleanup 2022-11-10 20:48:04 -05:00
DSL chore: snake-case attributes 2022-10-18 21:34:51 -04:00
Load chore: reduce imports 2022-11-23 20:56:40 -05:00
Util fix: incorrect use of outParam 2022-11-30 16:56:09 -08:00
Build.lean feat: library facets 2022-07-26 15:07:27 -04:00
CLI.lean refactor: split build CLI into separate file 2021-11-25 04:58:33 -05:00
Config.lean refactor: intro Lake.Env & add it to Workspace 2022-07-11 23:06:19 -04:00
DSL.lean feat: add meta if helper command for config switchs 2022-07-24 21:43:40 -04:00
Load.lean feat: resolve depss while loading a pkg 2022-07-22 04:46:44 -04:00
Main.lean perf: do not import Lean.Elab.Frontend from Lake 2022-05-15 15:56:50 -04:00
Version.lean chore: start next Lake version 2022-11-10 20:46:54 -05:00