From 9e2f1e76f2c8df01ed7687d934c3210fcf676bd6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 16 Jun 2022 00:48:19 -0400 Subject: De-sigil-ification: suffix : [Part 13] --- documentation/book/the_lux_programming_language/chapter_14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/book/the_lux_programming_language/chapter_14.md') diff --git a/documentation/book/the_lux_programming_language/chapter_14.md b/documentation/book/the_lux_programming_language/chapter_14.md index 5552c3347..2fd53c5bb 100644 --- a/documentation/book/the_lux_programming_language/chapter_14.md +++ b/documentation/book/the_lux_programming_language/chapter_14.md @@ -51,7 +51,7 @@ The result is that, through the `do` macro, you can implement complex concurrent If you're curious about how that looks, take a peek: ```clojure -(def: .public (and left right) +(def .public (and left right) (All (_ a b) (-> (Async a) (Async b) (Async [a b]))) (do monad [a left -- cgit v1.2.3