Skip to content

Commit 13a522f

Browse files
IvanDuran02josh11b
andauthored
Document lambdas (#5300)
Moved everything from "Syntax Overview" through "Self and Recursion" in https://github.com/carbon-language/carbon-lang/blob/trunk/proposals/p3848.md to docs/design and added the link to it in README.md Still needs a short summary for the README Closes #4898 --------- Co-authored-by: josh11b <[email protected]>
1 parent 315e206 commit 13a522f

File tree

2 files changed

+492
-1
lines changed

2 files changed

+492
-1
lines changed

docs/design/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3793,7 +3793,11 @@ the critical underpinnings of such abstractions.
37933793
37943794
#### Lambdas
37953795

3796-
> **TODO:**
3796+
> **TODO:** References need to be evolved. Needs a detailed design and a high
3797+
> level summary provided inline.
3798+
3799+
> References: [Lambdas](lambdas.md),
3800+
> [Proposal #3848: Lambdas](https://github.com/carbon-language/carbon-lang/pull/3848)
37973801
37983802
#### Co-routines
37993803

0 commit comments

Comments
 (0)