aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/program.lux')
-rw-r--r--new-luxc/source/program.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux
index dbe875d12..b1619e830 100644
--- a/new-luxc/source/program.lux
+++ b/new-luxc/source/program.lux
@@ -2,7 +2,8 @@
lux
(lux (control monad)
[io #- run]
- [cli #+ program: CLI Monad<CLI>]))
+ [cli #+ program: CLI Monad<CLI>])
+ (luxc ["&;" parser]))
(type: Path Text)
@@ -25,7 +26,7 @@
#sources (List Path)})
(def: (marker tokens)
- (-> Text (CLI Unit))
+ (-> (List Text) (CLI Unit))
(cli;after (cli;option tokens)
(:: Monad<CLI> wrap [])))