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/appendix_e.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/book/the_lux_programming_language/appendix_e.md') diff --git a/documentation/book/the_lux_programming_language/appendix_e.md b/documentation/book/the_lux_programming_language/appendix_e.md index 4ce648625..b31ec03d0 100644 --- a/documentation/book/the_lux_programming_language/appendix_e.md +++ b/documentation/book/the_lux_programming_language/appendix_e.md @@ -93,7 +93,7 @@ Here are some examples from the `library/lux/ffi` module, where I have some type {#ProtectedP} {#DefaultP})) -(def: privacy_modifier^ +(def privacy_modifier^ (Parser Privacy) (let [(^open "[0]") <>.monad] ($_ <>.or @@ -121,7 +121,7 @@ Here's an example of `<>.and` in action: [Text (Type Value)]) ... From library/lux/ffi -(def: (argument^ type_vars) +(def (argument^ type_vars) (-> (List (Type Var)) (Parser Argument)) (.tuple (<>.and .local_symbol (..type^ type_vars)))) -- cgit v1.2.3