diff options
Diffstat (limited to 'lux-r')
-rw-r--r-- | lux-r/source/program.lux | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux index 356c54ff5..7b379d027 100644 --- a/lux-r/source/program.lux +++ b/lux-r/source/program.lux @@ -12,9 +12,7 @@ ["[0]" exception (.only exception)] ["[0]" io (.only IO io)] [concurrency - ["[0]" promise (.only Promise)]] - [parser - ["<[0]>" code]]] + ["[0]" promise (.only Promise)]]] [data ["[0]" text (.use "[1]#[0]" hash) ["%" \\format (.only format)] @@ -25,7 +23,8 @@ ["[0]" macro [syntax (.only syntax)] ["[0]" template] - ["[0]" code]] + ["[0]" code (.only) + ["<[1]>" \\parser]]] [math [number (.only hex) ["n" nat] |