aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/random.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/random.lux')
-rw-r--r--stdlib/source/library/lux/math/random.lux42
1 files changed, 21 insertions, 21 deletions
diff --git a/stdlib/source/library/lux/math/random.lux b/stdlib/source/library/lux/math/random.lux
index 47c83ad6c..3b0d97912 100644
--- a/stdlib/source/library/lux/math/random.lux
+++ b/stdlib/source/library/lux/math/random.lux
@@ -1,41 +1,41 @@
(.module:
[library
- [lux {"-" [or and list i64 nat int rev char]}
+ [lux {"-" or and list i64 nat int rev char}
[abstract
- [hash {"+" [Hash]}]
- [functor {"+" [Functor]}]
- [apply {"+" [Apply]}]
- ["[0]" monad {"+" [Monad do]}]]
+ [hash {"+" Hash}]
+ [functor {"+" Functor}]
+ [apply {"+" Apply}]
+ ["[0]" monad {"+" Monad do}]]
[data
- ["[0]" text {"+" [Char]} ("[1]#[0]" monoid)
+ ["[0]" text {"+" Char} ("[1]#[0]" monoid)
["[0]" unicode "_"
["[1]" set]]]
[collection
["[0]" list ("[1]#[0]" mix)]
- ["[0]" array {"+" [Array]}]
- ["[0]" dictionary {"+" [Dictionary]}]
- ["[0]" queue {"+" [Queue]}]
- ["[0]" set {"+" [Set]}]
- ["[0]" stack {"+" [Stack]}]
- ["[0]" row {"+" [Row]}]
+ ["[0]" array {"+" Array}]
+ ["[0]" dictionary {"+" Dictionary}]
+ ["[0]" queue {"+" Queue}]
+ ["[0]" set {"+" Set}]
+ ["[0]" stack {"+" Stack}]
+ ["[0]" row {"+" Row}]
[tree
- ["[0]" finger {"+" [Tree]}]]]]
+ ["[0]" finger {"+" Tree}]]]]
[math
- [number {"+" [hex]}
+ [number {"+" hex}
["n" nat]
["i" int]
["f" frac]
["r" ratio]
["c" complex]
["[0]" i64]]]
- ["[0]" time {"+" [Time]}
- ["[0]" instant {"+" [Instant]}]
- ["[0]" date {"+" [Date]}]
- ["[0]" duration {"+" [Duration]}]
- ["[0]" month {"+" [Month]}]
- ["[0]" day {"+" [Day]}]]
+ ["[0]" time {"+" Time}
+ ["[0]" instant {"+" Instant}]
+ ["[0]" date {"+" Date}]
+ ["[0]" duration {"+" Duration}]
+ ["[0]" month {"+" Month}]
+ ["[0]" day {"+" Day}]]
[type
- [refinement {"+" [Refiner Refined]}]]]])
+ [refinement {"+" Refiner Refined}]]]])
(type: .public PRNG
(Rec PRNG