Skip to content

Commit

Permalink
Merge pull request #43 from rust-lang/effect-generic-bounds-and-funct…
Browse files Browse the repository at this point in the history
…ions

Effect generic bounds and functions
  • Loading branch information
yoshuawuyts committed Apr 8, 2024
2 parents 69cea4b + 56974fd commit 5f5fccc
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [Pattern Types and Backwards Compatibility](./evaluation/pattern-types.md)
- [📚 Explainer](./explainer/README.md)
- [Effect Generic Trait Declarations](./explainer/effect-generic-trait-declarations.md)
- [Effect-Generic Bounds and Functions](./explainer/effect-generic-bounds-and-functions.md)
- [📦 Archive](./archive/README.md)
- [Effects in Rust](./archive/evaluation/effects-in-rust.md)
- [Asynchrony](./archive/evaluation/effects-in-rust/async.md)
Expand All @@ -35,3 +36,4 @@
- [MIR desugaring](./archive/evaluation/mir-desugaring.md)
- [Overloading](./archive/evaluation/overloading-keyword-generics.md)
- [Prior Art](./archive/evaluation/prior-art.md)
- [😕 FAQ](./FAQ.md)

0 comments on commit 5f5fccc

Please sign in to comment.