From 7249707e7c09be68dfb7507ba363efd3300a0141 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 16 Jun 2022 21:37:38 -0400 Subject: De-sigil-ification: suffix : [Part 14] --- stdlib/source/documentation/lux.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stdlib/source/documentation/lux.lux') diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux index e8906c6c0..0106fc515 100644 --- a/stdlib/source/documentation/lux.lux +++ b/stdlib/source/documentation/lux.lux @@ -1,4 +1,4 @@ -(.using +(.require [library [lux [program (.only program:)] @@ -550,9 +550,9 @@ (let [getter (the [#foo #bar #baz])] (getter my_record))]) - (documentation /.open: + (documentation /.use "Opens a implementation and generates a definition for each of its members (including nested members)." - [(open: "i:[0]" order) + [(use "i:[0]" order) "=>" (def i:= (at order =)) (def i:< (at order <))]) @@ -580,19 +580,19 @@ (list#each int#encoded ))))]) - (documentation /.using + (documentation /.require "Module-definition macro." - [(.using + [(.require [lux (.except) [control ["M" monad (.except)]] [data maybe - ["[0]" name (.open: "[1]#[0]" codec)]] + ["[0]" name (.use "[1]#[0]" codec)]] [macro code]] [// - [type (.open: "[0]" equivalence)]])]) + [type (.use "[0]" equivalence)]])]) (documentation /.# "Allows accessing the value of a implementation's member." -- cgit v1.2.3