aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/runtime.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/runtime.lux')
-rw-r--r--stdlib/source/program/aedifex/runtime.lux36
1 files changed, 18 insertions, 18 deletions
diff --git a/stdlib/source/program/aedifex/runtime.lux b/stdlib/source/program/aedifex/runtime.lux
index 3e972edcb..78b17c8ea 100644
--- a/stdlib/source/program/aedifex/runtime.lux
+++ b/stdlib/source/program/aedifex/runtime.lux
@@ -1,18 +1,18 @@
(.using
- [library
- [lux {"-" for}
- [abstract
- [equivalence {"+" Equivalence}]]
- [data
- ["[0]" product]
- ["[0]" text
- ["%" format {"+" format}]]
- [collection
- ["[0]" list ("[1]#[0]" monoid)]]]
- [macro
- ["[0]" template]]
- [world
- ["[0]" file]]]])
+ [library
+ [lux {"-" for}
+ [abstract
+ [equivalence {"+" Equivalence}]]
+ [data
+ ["[0]" product]
+ ["[0]" text
+ ["%" format {"+" format}]]
+ [collection
+ ["[0]" list ("[1]#[0]" monoid)]]]
+ [macro
+ ["[0]" template]]
+ [world
+ ["[0]" file]]]])
(type: .public Runtime
(Record
@@ -41,7 +41,7 @@
(def: .public (for runtime path)
(-> Runtime file.Path Runtime)
- (revised@ #parameters
- (function (_ parameters)
- (list#composite parameters (list path)))
- runtime))
+ (revised #parameters
+ (function (_ parameters)
+ (list#composite parameters (list path)))
+ runtime))