diff options
author | Eduardo Julian | 2019-04-06 21:14:27 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-04-06 21:14:27 -0400 |
commit | a75f032ff219fdd639580455a6d3e83fd05d5592 (patch) | |
tree | f02c8e6b9c7c8fd932790b0fc8152fa30be55d7f /stdlib/source/program | |
parent | 9a22a2616ad08d4bda9555510aa4aaeced4b69f3 (diff) |
Created the "lux/abstract" branch and moved some modules into it.
Diffstat (limited to 'stdlib/source/program')
-rw-r--r-- | stdlib/source/program/licentia.lux | 3 | ||||
-rw-r--r-- | stdlib/source/program/scriptum.lux | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/program/licentia.lux b/stdlib/source/program/licentia.lux index 87ec7a9eb..482777503 100644 --- a/stdlib/source/program/licentia.lux +++ b/stdlib/source/program/licentia.lux @@ -13,9 +13,10 @@ (.module: [lux #* + [abstract + [monad (#+ do)]] [control [remember (#+ to-do)] - [monad (#+ do)] ["." parser] [security ["!" capability]]] diff --git a/stdlib/source/program/scriptum.lux b/stdlib/source/program/scriptum.lux index 23b1d575b..37205402e 100644 --- a/stdlib/source/program/scriptum.lux +++ b/stdlib/source/program/scriptum.lux @@ -1,8 +1,9 @@ (.module: [lux #* + [abstract + ["." monad (#+ do)]] [control [pipe (#+ when>)] - ["." monad (#+ do)] ["ex" exception (#+ exception:)] [security ["!" capability]]] |