From 4fa5b7245ef6cb59abfbe21496037ea4fdf9c67a Mon Sep 17 00:00:00 2001 From: lucioleKi Date: Thu, 10 Oct 2024 16:17:12 +0200 Subject: [PATCH] add link to PR --- eeps/eep-0073.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eeps/eep-0073.md b/eeps/eep-0073.md index 96c458b..61de912 100644 --- a/eeps/eep-0073.md +++ b/eeps/eep-0073.md @@ -212,9 +212,10 @@ this addition. Reference Implementation ======================== -[Git Branch][1] contains the implementation for zip generators. +[compiler: Add zip generators for comprehensions][1] contains the implementation +for zip generators. -[1]: https://github.com/lucioleKi/otp/tree/isabell/compiler/zip-comprehension/OTP-19184 +[1]: https://github.com/erlang/otp/pull/8926 [2]: https://downloads.haskell.org/~ghc/5.00/docs/set/parallel-list-comprehensions.html [3]: https://docs.racket-lang.org/reference/for.html