diff options
author | Eduardo Julian | 2021-09-14 01:26:29 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-14 01:26:29 -0400 |
commit | 0797dfc9ebb32e5eb324eec58e1e4b1c99895ce7 (patch) | |
tree | 7fe374551b7073a7aabb0a84e370546177b98820 /stdlib/source/program/aedifex/command | |
parent | 6eb57a31fd2647626ef301b827c9a99ef0f2a484 (diff) |
Re-named "Name" to "Symbol".
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/command/build.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/test.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index 19c7d86d9..e95c23455 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -1,6 +1,6 @@ (.module: [library - [lux {"-" Name} + [lux "+" ["[0]" ffi {"+" import:}] [abstract [order {"+" Order}] diff --git a/stdlib/source/program/aedifex/command/test.lux b/stdlib/source/program/aedifex/command/test.lux index dc4b7a7e4..b5f6c7f8b 100644 --- a/stdlib/source/program/aedifex/command/test.lux +++ b/stdlib/source/program/aedifex/command/test.lux @@ -1,6 +1,6 @@ (.module: [library - [lux {"-" Name} + [lux "*" [abstract [monad {"+" do}]] [control |