Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1d16340
Lambdas from proposal to docs/design
IvanDuran02 Apr 13, 2025
3661763
Added link to doc/design for lambdas in README.md
IvanDuran02 Apr 13, 2025
d0a10de
Merge branch 'carbon-language:trunk' into trunk
IvanDuran02 Apr 17, 2025
d993ff2
Merge branch 'carbon-language:trunk' into trunk
IvanDuran02 Apr 18, 2025
5eac459
Updates to wording to fit lambda context
IvanDuran02 Apr 19, 2025
37ff0d9
self and recursion update
IvanDuran02 Apr 19, 2025
e352abd
Merge branch 'trunk' of https://github.com/IvanDuran02/carbon-lang in…
IvanDuran02 Apr 19, 2025
92f9d8b
Merge branch 'carbon-language:trunk' into trunk
IvanDuran02 Apr 19, 2025
27e4d56
Merge branch 'trunk' of https://github.com/IvanDuran02/carbon-lang in…
IvanDuran02 Apr 19, 2025
9133ee3
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
7e7a320
Update docs/design/README.md
IvanDuran02 Apr 22, 2025
4073ce7
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
13a0118
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
fa5a9e8
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
689c4c3
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
163df17
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
dda3b1a
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
cb6ba39
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
73197e4
Apply suggestions from code review
IvanDuran02 Apr 22, 2025
31f903a
Update docs/design/lambdas.md
IvanDuran02 Apr 22, 2025
b453745
formatted with prettier, other small changes.
IvanDuran02 Apr 22, 2025
f085dec
Apply suggestions from code review
IvanDuran02 Apr 25, 2025
08025cb
Merge branch 'trunk' into trunk
josh11b Apr 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3793,7 +3793,10 @@ the critical underpinnings of such abstractions.

#### Lambdas

> **TODO:**
> **TODO:** References need to be evolved. Needs a detailed design and a high
> level summary provided inline.

> References: [Lambdas](lambdas.md) [Proposal](https://github.com/carbon-language/carbon-lang/pull/3848)

#### Co-routines

Expand Down
Loading