aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/language/host/scheme.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/language/host/scheme.lux17
1 files changed, 10 insertions, 7 deletions
diff --git a/stdlib/source/lux/language/host/scheme.lux b/stdlib/source/lux/language/host/scheme.lux
index 445a373ac..f93f3b671 100644
--- a/stdlib/source/lux/language/host/scheme.lux
+++ b/stdlib/source/lux/language/host/scheme.lux
@@ -1,11 +1,14 @@
(.module:
- [lux (#- Code' Code int or and if function cond when let)]
- (lux (control pipe)
- (data [text]
- text/format
- [number]
- (collection [list ("list/" Functor<List> Fold<List>)]))
- (type abstract)))
+ [lux (#- Code' Code int or and if function cond when let)
+ [control
+ pipe]
+ [data
+ [number]
+ ["." text
+ format]
+ [collection
+ [list ("list/" Functor<List> Fold<List>)]]]
+ [type abstract]])
(abstract: Global' {} Any)
(abstract: Var' {} Any)