diff options
author | Eduardo Julian | 2019-02-11 00:28:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-02-11 00:28:08 -0400 |
commit | 6eadb8ba7c8a5eb268cd7a8d13bd63dcaa5f449f (patch) | |
tree | f6f936c09e20147a8577b47c7c55e29e1ac10a2e /stdlib/source/test/lux/world/file.lux | |
parent | a7ee9bfcaf9d85105b2ee0e34c203bfc86d1ce15 (diff) |
Added the special # syntax for referring to the module's alias when opening structures.
Diffstat (limited to 'stdlib/source/test/lux/world/file.lux')
-rw-r--r-- | stdlib/source/test/lux/world/file.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/world/file.lux b/stdlib/source/test/lux/world/file.lux index 4beb4fd69..361cf99ba 100644 --- a/stdlib/source/test/lux/world/file.lux +++ b/stdlib/source/test/lux/world/file.lux @@ -19,7 +19,7 @@ ["@" file (#+ Path File)] ["." binary (#+ Binary)]] [math - ["r" random ("r/." monad)]]] + ["r" random ("#/." monad)]]] lux/test [// ["_." binary]]) |