From 472fbe4fb741f274be1054276065a4b06b84f92a Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 24 Jul 2022 17:40:50 +0100 Subject: Stop. Continue. --- src/gleam/iterator.gleam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/gleam/iterator.gleam b/src/gleam/iterator.gleam index dc36765..92729a1 100644 --- a/src/gleam/iterator.gleam +++ b/src/gleam/iterator.gleam @@ -4,6 +4,8 @@ import gleam/option.{None, Option, Some} // Internal private representation of an Iterator type Action(element) { + // Dedicated to Electric Six + // https://youtu.be/_30t2dzEgiw?t=162 Stop Continue(element, fn() -> Action(element)) } -- cgit v1.2.3