From 9c17bf226819cdc2222c179c9fb9b13c7188e6d1 Mon Sep 17 00:00:00 2001 From: drmats Date: Tue, 27 Feb 2024 12:45:05 +0100 Subject: [PATCH] gh-pages update --- array_list.ts.html | 2 +- array_random.ts.html | 2 +- array_set.js.html | 2 +- array_tools.js.html | 2 +- async_concurrency.ts.html | 2 +- async_iterators.js.html | 2 +- async_monad.ts.html | 2 +- async_timing.js.html | 2 +- async_tools.js.html | 2 +- codec_conv.js.html | 2 +- codec_csv.ts.html | 2 +- codec_gen.js.html | 2 +- codec_op.ts.html | 2 +- func_choice.ts.html | 2 +- func_combinators.js.html | 2 +- func_curry.ts.html | 2 +- func_tools.js.html | 2 +- index.html | 20 +++++++++++++------- math_arithmetic.ts.html | 2 +- math_geom.ts.html | 2 +- math_interpolation.ts.html | 2 +- math_random.ts.html | 2 +- math_rounding.ts.html | 2 +- math_series.ts.html | 2 +- module-array.html | 2 +- module-async.html | 2 +- module-codec.html | 2 +- module-func.html | 2 +- module-math.html | 2 +- module-option.html | 20 ++++++++++---------- module-string.html | 2 +- module-struct.html | 2 +- module-type.html | 2 +- module-utils.html | 2 +- func_option.ts.html => option_maybe.ts.html | 6 +++--- string_consts.ts.html | 2 +- string_gen.ts.html | 2 +- string_transform.js.html | 2 +- struct_data.ts.html | 2 +- struct_object.ts.html | 2 +- struct_tree.js.html | 2 +- type_check.ts.html | 2 +- type_consts.ts.html | 2 +- type_conv.ts.html | 2 +- utils_dev.js.html | 2 +- utils_jss.ts.html | 2 +- utils_misc.ts.html | 2 +- 47 files changed, 70 insertions(+), 64 deletions(-) rename func_option.ts.html => option_maybe.ts.html (99%) diff --git a/array_list.ts.html b/array_list.ts.html index ab58198..4ec3edd 100644 --- a/array_list.ts.html +++ b/array_list.ts.html @@ -223,7 +223,7 @@

array/list.ts


diff --git a/array_random.ts.html b/array_random.ts.html index 41a16f7..aad334d 100644 --- a/array_random.ts.html +++ b/array_random.ts.html @@ -156,7 +156,7 @@

array/random.ts


diff --git a/array_set.js.html b/array_set.js.html index 7c3b4a2..b928a0e 100644 --- a/array_set.js.html +++ b/array_set.js.html @@ -217,7 +217,7 @@

array/set.js


diff --git a/array_tools.js.html b/array_tools.js.html index 0d58de5..d03c74a 100644 --- a/array_tools.js.html +++ b/array_tools.js.html @@ -224,7 +224,7 @@

array/tools.js


diff --git a/async_concurrency.ts.html b/async_concurrency.ts.html index 1c4a731..c1d2f2e 100644 --- a/async_concurrency.ts.html +++ b/async_concurrency.ts.html @@ -307,7 +307,7 @@

async/concurrency.ts


diff --git a/async_iterators.js.html b/async_iterators.js.html index 362ee71..ded1636 100644 --- a/async_iterators.js.html +++ b/async_iterators.js.html @@ -228,7 +228,7 @@

async/iterators.js


diff --git a/async_monad.ts.html b/async_monad.ts.html index 9455ad4..20dacb3 100644 --- a/async_monad.ts.html +++ b/async_monad.ts.html @@ -149,7 +149,7 @@

async/monad.ts


diff --git a/async_timing.js.html b/async_timing.js.html index bc4b264..16be2a7 100644 --- a/async_timing.js.html +++ b/async_timing.js.html @@ -203,7 +203,7 @@

async/timing.js


diff --git a/async_tools.js.html b/async_tools.js.html index 58f917b..16e1c61 100644 --- a/async_tools.js.html +++ b/async_tools.js.html @@ -161,7 +161,7 @@

async/tools.js


diff --git a/codec_conv.js.html b/codec_conv.js.html index 972e232..62c9312 100644 --- a/codec_conv.js.html +++ b/codec_conv.js.html @@ -232,7 +232,7 @@

codec/conv.js


diff --git a/codec_csv.ts.html b/codec_csv.ts.html index f571c8c..e61e7bf 100644 --- a/codec_csv.ts.html +++ b/codec_csv.ts.html @@ -104,7 +104,7 @@

codec/csv.ts


diff --git a/codec_gen.js.html b/codec_gen.js.html index 50a7a27..e483162 100644 --- a/codec_gen.js.html +++ b/codec_gen.js.html @@ -111,7 +111,7 @@

codec/gen.js


diff --git a/codec_op.ts.html b/codec_op.ts.html index 9c63bbe..015940c 100644 --- a/codec_op.ts.html +++ b/codec_op.ts.html @@ -116,7 +116,7 @@

codec/op.ts


diff --git a/func_choice.ts.html b/func_choice.ts.html index 1ca742a..3b826bc 100644 --- a/func_choice.ts.html +++ b/func_choice.ts.html @@ -144,7 +144,7 @@

func/choice.ts


diff --git a/func_combinators.js.html b/func_combinators.js.html index 505d275..21ce8fc 100644 --- a/func_combinators.js.html +++ b/func_combinators.js.html @@ -149,7 +149,7 @@

func/combinators.js


diff --git a/func_curry.ts.html b/func_curry.ts.html index d44c6c8..5638c7d 100644 --- a/func_curry.ts.html +++ b/func_curry.ts.html @@ -216,7 +216,7 @@

func/curry.ts


diff --git a/func_tools.js.html b/func_tools.js.html index 82eb26e..f860686 100644 --- a/func_tools.js.html +++ b/func_tools.js.html @@ -256,7 +256,7 @@

func/tools.js


diff --git a/index.html b/index.html index 7331ad1..9441480 100644 --- a/index.html +++ b/index.html @@ -306,7 +306,6 @@

functional programming tools

{ app: [Function: app],
-  bind: [Function: bind],
   choose: [Function: choose],
   compose: [Function: compose],
   curry: [Function: curry],
@@ -314,17 +313,12 @@ 

functional programming tools

curryThunk: [Function: curryThunk], flow: [Function: flow], handleException: [Function: handleException], - hasValue: [Function: hasValue], identity: [Function: identity], - JUST: [Function: JUST], lazyish: [Function: lazyish], locker: [Function: locker], local: [Function: local], - NOTHING: { [Symbol(__maybe)]: false }, - optionalize: [Function: optionalize], partial: [Function: partial], pipe: [Function: pipe], - rbind: [Function: rbind], rearg: [Function: rearg], Y: [Function: Y] }
@@ -357,6 +351,18 @@

basic math

sum: [Function: sum] }
+

option monad

+
option
+
+
+
{ bind: [Function: bind],
+  hasValue: [Function: hasValue],
+  JUST: [Function: JUST],
+  NOTHING: { [Symbol(__maybe)]: false },
+  optionalize: [Function: optionalize],
+  rbind: [Function: rbind] }
+
+

string utilities

string
 
@@ -1084,7 +1090,7 @@

license


diff --git a/math_arithmetic.ts.html b/math_arithmetic.ts.html index 9f161d1..f2bc620 100644 --- a/math_arithmetic.ts.html +++ b/math_arithmetic.ts.html @@ -240,7 +240,7 @@

math/arithmetic.ts


diff --git a/math_geom.ts.html b/math_geom.ts.html index bd64bbd..6dd5817 100644 --- a/math_geom.ts.html +++ b/math_geom.ts.html @@ -86,7 +86,7 @@

math/geom.ts


diff --git a/math_interpolation.ts.html b/math_interpolation.ts.html index 61be492..2f221df 100644 --- a/math_interpolation.ts.html +++ b/math_interpolation.ts.html @@ -81,7 +81,7 @@

math/interpolation.ts


diff --git a/math_random.ts.html b/math_random.ts.html index a6efdaa..7496d43 100644 --- a/math_random.ts.html +++ b/math_random.ts.html @@ -74,7 +74,7 @@

math/random.ts


diff --git a/math_rounding.ts.html b/math_rounding.ts.html index 05405d7..d453ea9 100644 --- a/math_rounding.ts.html +++ b/math_rounding.ts.html @@ -98,7 +98,7 @@

math/rounding.ts


diff --git a/math_series.ts.html b/math_series.ts.html index e140178..b345075 100644 --- a/math_series.ts.html +++ b/math_series.ts.html @@ -102,7 +102,7 @@

math/series.ts


diff --git a/module-array.html b/module-array.html index a63f85c..89b1b63 100644 --- a/module-array.html +++ b/module-array.html @@ -19123,7 +19123,7 @@
Returns:

diff --git a/module-async.html b/module-async.html index 6a567b2..3ff86fc 100644 --- a/module-async.html +++ b/module-async.html @@ -16949,7 +16949,7 @@
Returns:

diff --git a/module-codec.html b/module-codec.html index b0d2908..dd2a842 100644 --- a/module-codec.html +++ b/module-codec.html @@ -10075,7 +10075,7 @@
Returns:

diff --git a/module-func.html b/module-func.html index 539eb68..1e4073a 100644 --- a/module-func.html +++ b/module-func.html @@ -11823,7 +11823,7 @@
Returns:

diff --git a/module-math.html b/module-math.html index f82dd1c..53dd2ae 100644 --- a/module-math.html +++ b/module-math.html @@ -21699,7 +21699,7 @@
Returns:

diff --git a/module-option.html b/module-option.html index 6a11b58..01c0349 100644 --- a/module-option.html +++ b/module-option.html @@ -88,7 +88,7 @@

option

Source:
@@ -162,7 +162,7 @@

(static) JUSTSource:
@@ -226,7 +226,7 @@

(inner, constant) Source:
@@ -290,7 +290,7 @@

(inner, constant) Source:
@@ -365,7 +365,7 @@

(inner) JUSTSource:
@@ -510,7 +510,7 @@

(inner) bindSource:
@@ -674,7 +674,7 @@

(inner) hasV
Source:
@@ -818,7 +818,7 @@

(inner) o
Source:
@@ -963,7 +963,7 @@

(inner) rbindSource:
@@ -1096,7 +1096,7 @@
Returns:

- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/module-string.html b/module-string.html index 09ecb2c..1a00723 100644 --- a/module-string.html +++ b/module-string.html @@ -12012,7 +12012,7 @@
Returns:

- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/module-struct.html b/module-struct.html index e340f27..af4c2ab 100644 --- a/module-struct.html +++ b/module-struct.html @@ -7467,7 +7467,7 @@
Returns:

- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/module-type.html b/module-type.html index c4a5434..22d3058 100644 --- a/module-type.html +++ b/module-type.html @@ -6420,7 +6420,7 @@
Returns:

- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/module-utils.html b/module-utils.html index 38731b2..777d07c 100644 --- a/module-utils.html +++ b/module-utils.html @@ -4725,7 +4725,7 @@
Returns:

- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:47 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/func_option.ts.html b/option_maybe.ts.html similarity index 99% rename from func_option.ts.html rename to option_maybe.ts.html index 9a26832..528425c 100644 --- a/func_option.ts.html +++ b/option_maybe.ts.html @@ -3,7 +3,7 @@ - func/option.ts - Documentation + option/maybe.ts - Documentation @@ -29,7 +29,7 @@
-

func/option.ts

+

option/maybe.ts

@@ -197,7 +197,7 @@

func/option.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/string_consts.ts.html b/string_consts.ts.html index 33ff5c0..1c24072 100644 --- a/string_consts.ts.html +++ b/string_consts.ts.html @@ -147,7 +147,7 @@

string/consts.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/string_gen.ts.html b/string_gen.ts.html index 83176e4..65a3145 100644 --- a/string_gen.ts.html +++ b/string_gen.ts.html @@ -115,7 +115,7 @@

string/gen.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/string_transform.js.html b/string_transform.js.html index cf150e9..8de9f87 100644 --- a/string_transform.js.html +++ b/string_transform.js.html @@ -314,7 +314,7 @@

string/transform.js


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/struct_data.ts.html b/struct_data.ts.html index a269521..e5d19b1 100644 --- a/struct_data.ts.html +++ b/struct_data.ts.html @@ -306,7 +306,7 @@

struct/data.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/struct_object.ts.html b/struct_object.ts.html index 144c37a..8386162 100644 --- a/struct_object.ts.html +++ b/struct_object.ts.html @@ -232,7 +232,7 @@

struct/object.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/struct_tree.js.html b/struct_tree.js.html index 12894f6..ce38031 100644 --- a/struct_tree.js.html +++ b/struct_tree.js.html @@ -172,7 +172,7 @@

struct/tree.js


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/type_check.ts.html b/type_check.ts.html index 030441e..6869de6 100644 --- a/type_check.ts.html +++ b/type_check.ts.html @@ -166,7 +166,7 @@

type/check.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/type_consts.ts.html b/type_consts.ts.html index 1053592..3858ab0 100644 --- a/type_consts.ts.html +++ b/type_consts.ts.html @@ -78,7 +78,7 @@

type/consts.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/type_conv.ts.html b/type_conv.ts.html index 4514a39..a943ff8 100644 --- a/type_conv.ts.html +++ b/type_conv.ts.html @@ -135,7 +135,7 @@

type/conv.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/utils_dev.js.html b/utils_dev.js.html index 63a8bae..44e81bf 100644 --- a/utils_dev.js.html +++ b/utils_dev.js.html @@ -230,7 +230,7 @@

utils/dev.js


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/utils_jss.ts.html b/utils_jss.ts.html index bf57424..4347cfe 100644 --- a/utils_jss.ts.html +++ b/utils_jss.ts.html @@ -96,7 +96,7 @@

utils/jss.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.
diff --git a/utils_misc.ts.html b/utils_misc.ts.html index 693df00..f948699 100644 --- a/utils_misc.ts.html +++ b/utils_misc.ts.html @@ -142,7 +142,7 @@

utils/misc.ts


- Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:14:46 GMT+0100 (Central European Standard Time) using the Minami theme. + Generated by JSDoc 4.0.2 on Tue Feb 27 2024 12:44:56 GMT+0100 (Central European Standard Time) using the Minami theme.