@explorable-viz/fluid 0.7.84 → 0.7.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -156,14 +156,6 @@ var intercalate = function(separator) {
156
156
  var showString = { show: showStringImpl };
157
157
  var showNumber = { show: showNumberImpl };
158
158
  var showInt = { show: showIntImpl };
159
- var showBoolean = {
160
- show: (v) => {
161
- if (v) {
162
- return "true";
163
- }
164
- return "false";
165
- }
166
- };
167
159
 
168
160
  // output-es/Data.Generic.Rep/index.js
169
161
  var $NoArguments = () => ({ tag: "NoArguments" });
@@ -4241,7 +4233,6 @@ var toUnfoldable4 = (dictUnfoldable) => {
4241
4233
  };
4242
4234
  var toUnfoldable1 = /* @__PURE__ */ toUnfoldable4(unfoldableArray);
4243
4235
  var size2 = (v) => size(v);
4244
- var singleton2 = (a) => $$$Map("Two", Leaf2, a, void 0, Leaf2);
4245
4236
  var showSet = (dictShow) => ({ show: (s) => "(fromFoldable " + showArrayImpl(dictShow.show)(toUnfoldable1(s)) + ")" });
4246
4237
  var member = (dictOrd) => (a) => (v) => {
4247
4238
  const $0 = lookup2(dictOrd)(a)(v);
@@ -9608,7 +9599,7 @@ var toAscUnfoldable = (dictUnfoldable) => {
9608
9599
  const $1 = toArrayWithKey(Tuple);
9609
9600
  return (x) => toUnfoldable(dictUnfoldable)($0($1(x)));
9610
9601
  };
9611
- var singleton3 = (k) => (v) => {
9602
+ var singleton2 = (k) => (v) => {
9612
9603
  const $0 = {};
9613
9604
  $0[k] = v;
9614
9605
  return $0;
@@ -10078,7 +10069,7 @@ function intersectionWith_Object(f) {
10078
10069
  // output-es/Util.Map/index.js
10079
10070
  var identity14 = (x) => x;
10080
10071
  var mapObjectString = {
10081
- maplet: singleton3,
10072
+ maplet: singleton2,
10082
10073
  keys: /* @__PURE__ */ (() => {
10083
10074
  const $0 = foldlArray((m) => (a) => insert(ordString)(a)()(m))(Leaf2);
10084
10075
  return (x) => $0(Object.keys(x));
@@ -11578,32 +11569,22 @@ var fromFoldable22 = /* @__PURE__ */ (() => foldableSet.foldr(Cons)(Nil))();
11578
11569
  var Vertex = (x) => x;
11579
11570
  var eqVertex = { eq: (x) => (y) => x === y };
11580
11571
  var ordVertex = { compare: (x) => (y) => ordString.compare(x)(y), Eq0: () => eqVertex };
11581
- var verticesVertex = (dictFunctor) => (dictFoldable) => ({
11582
- vertices: (() => {
11583
- const $0 = dictFoldable.foldl(union(ordVertex))(Leaf2);
11584
- return (x) => $0(dictFunctor.map(singleton2)(x));
11585
- })()
11586
- });
11587
11572
  var showVertices = (\u03B1s) => "{" + joinWith(", ")(fromFoldable5(map(ordString)(unsafeCoerce)(\u03B1s))) + "}";
11588
11573
  var showEdgeList = (es) => joinWith("\n")([
11589
11574
  "digraph G {",
11590
11575
  ...arrayMap((v) => " " + v)([
11591
11576
  "rankdir = RL",
11592
- ...arrayMap((v) => v._1 + " -> {" + joinWith(", ")(fromFoldable5(map(ordString)(unsafeCoerce)(v._2._1))) + "}")(fromFoldable13(reverse2(es)))
11577
+ ...arrayMap((v) => v._1 + " -> {" + joinWith(", ")(fromFoldable5(map(ordString)(unsafeCoerce)(v._2))) + "}")(fromFoldable13(reverse2(es)))
11593
11578
  ]),
11594
11579
  "}"
11595
11580
  ]);
11596
- var pack1 = (x) => (k) => k(showString)(x);
11597
11581
  var toEdgeList = (dictGraph) => (g) => {
11598
11582
  const $0 = (v) => {
11599
11583
  if (v._1.tag === "Nil") {
11600
11584
  return $Step("Done", v._2);
11601
11585
  }
11602
11586
  if (v._1.tag === "Cons") {
11603
- return $Step(
11604
- "Loop",
11605
- $Tuple(v._1._2, $List("Cons", $Tuple(v._1._1, $Tuple(dictGraph.outN(g)(v._1._1), pack1(""))), v._2))
11606
- );
11587
+ return $Step("Loop", $Tuple(v._1._2, $List("Cons", $Tuple(v._1._1, dictGraph.outN(g)(v._1._1)), v._2)));
11607
11588
  }
11608
11589
  fail();
11609
11590
  };
@@ -11891,15 +11872,14 @@ var $GraphImpl = (_1) => ({ tag: "GraphImpl", _1 });
11891
11872
  var eqSet2 = { eq: (v) => (v1) => eqMap(eqVertex)(eqUnit).eq(v)(v1) };
11892
11873
  var eq = /* @__PURE__ */ (() => eqObject(eqSet2).eq)();
11893
11874
  var fromFoldable7 = /* @__PURE__ */ foldlArray((m) => (a) => insert(ordVertex)(a)()(m))(Leaf2);
11894
- var pack = (x) => (k) => k(showString)(x);
11895
11875
  var toUnfoldable6 = /* @__PURE__ */ toUnfoldable4(unfoldableList);
11896
11876
  var fromFoldable15 = /* @__PURE__ */ (() => foldableSet.foldr(Cons)(Nil))();
11897
11877
  var fromFoldable23 = /* @__PURE__ */ (() => foldableSet.foldl((m) => (a) => insert(ordVertex)(a)()(m))(Leaf2))();
11898
11878
  var toUnfoldable12 = /* @__PURE__ */ toAscUnfoldable(unfoldableArray);
11899
11879
  var fromFoldable32 = /* @__PURE__ */ fromFoldable(ordVertex)(foldableArray);
11900
11880
  var verticesGraphImpl = { vertices: (v) => v._1.vertices };
11901
- var eqGraphImpl = { eq: (v) => (v1) => eq(_fmapObject(v._1.out, fst))(_fmapObject(v1._1.out, fst)) };
11902
- var sinks$p = (m) => fromFoldable7(arrayMap((x) => x._1)(filter((x) => x._2._1.tag === "Leaf")(toArrayWithKey(Tuple)(m))));
11881
+ var eqGraphImpl = { eq: (v) => (v1) => eq(v._1.out)(v1._1.out) };
11882
+ var sinks$p = (m) => fromFoldable7(arrayMap((x) => x._1)(filter((x) => x._2.tag === "Leaf")(toArrayWithKey(Tuple)(m))));
11903
11883
  var init4 = (\u03B1s) => () => {
11904
11884
  const obj = {};
11905
11885
  return monadRecST.tailRecM((v) => {
@@ -11911,7 +11891,7 @@ var init4 = (\u03B1s) => () => {
11911
11891
  const $1 = v._1._2;
11912
11892
  const $2 = v._2;
11913
11893
  return () => {
11914
- $2[$0] = $Tuple(Leaf2, pack("uninit: init"));
11894
+ $2[$0] = Leaf2;
11915
11895
  return $Step("Loop", $Tuple($1, $2));
11916
11896
  };
11917
11897
  }
@@ -11947,7 +11927,7 @@ var addIfMissing = (acc) => (v) => {
11947
11927
  return () => {
11948
11928
  const v1 = $0();
11949
11929
  if (v1.tag === "Nothing") {
11950
- acc[v] = $Tuple(Leaf2, pack("uninit: missing"));
11930
+ acc[v] = Leaf2;
11951
11931
  return acc;
11952
11932
  }
11953
11933
  if (v1.tag === "Just") {
@@ -11981,28 +11961,27 @@ var outMap = (\u03B1s) => (es) => {
11981
11961
  if (v._1.tag === "Cons") {
11982
11962
  const $1 = v._2;
11983
11963
  const $2 = v._1._2;
11984
- const $3 = v._1._1._2._2;
11985
- const $4 = v._1._1._1;
11986
- const $5 = v._1._1._2._1;
11987
- const $6 = peek($4)($1);
11964
+ const $3 = v._1._1._1;
11965
+ const $4 = v._1._1._2;
11966
+ const $5 = peek($3)($1);
11988
11967
  return () => {
11989
- const $7 = $6();
11968
+ const $6 = $5();
11990
11969
  if ((() => {
11991
- if ($7.tag === "Nothing") {
11970
+ if ($6.tag === "Nothing") {
11992
11971
  return true;
11993
11972
  }
11994
- if ($7.tag === "Just") {
11995
- return eqMap(eqVertex)(eqUnit).eq($7._1._1)(Leaf2);
11973
+ if ($6.tag === "Just") {
11974
+ return eqMap(eqVertex)(eqUnit).eq($6._1)(Leaf2);
11996
11975
  }
11997
11976
  fail();
11998
11977
  })()) {
11999
- const \u03B2s$p = toUnfoldable6($5);
11978
+ const \u03B2s$p = toUnfoldable6($4);
12000
11979
  monadRecST.tailRecM(assertPresent($1))(\u03B2s$p)();
12001
- $1[$4] = $Tuple($5, $3);
11980
+ $1[$3] = $4;
12002
11981
  const acc$p = addIfMissing$p(\u03B2s$p)($1)();
12003
11982
  return $Step("Loop", $Tuple($2, acc$p));
12004
11983
  }
12005
- return throwException(error("Duplicate edge list entry for " + showStringImpl($4)))()();
11984
+ return throwException(error("Duplicate edge list entry for " + showStringImpl($3)))()();
12006
11985
  };
12007
11986
  }
12008
11987
  fail();
@@ -12019,38 +11998,37 @@ var inMap = (\u03B1s) => (es) => {
12019
11998
  }
12020
11999
  if (v._1.tag === "Cons") {
12021
12000
  const $1 = v._1._2;
12022
- const $2 = v._1._1._2._2;
12023
- const $3 = v._1._1._1;
12024
- const $4 = monadRecST.tailRecM((v2) => {
12025
- if (v2._1.tag === "Nil") {
12026
- return () => $Step("Done", v2._2);
12001
+ const $2 = v._1._1._1;
12002
+ const $3 = monadRecST.tailRecM((v1) => {
12003
+ if (v1._1.tag === "Nil") {
12004
+ return () => $Step("Done", v1._2);
12027
12005
  }
12028
- if (v2._1.tag === "Cons") {
12029
- const $42 = v2._2;
12030
- const $5 = v2._1._1;
12031
- const $6 = v2._1._2;
12032
- const $7 = peek($5)($42);
12006
+ if (v1._1.tag === "Cons") {
12007
+ const $32 = v1._2;
12008
+ const $4 = v1._1._1;
12009
+ const $5 = v1._1._2;
12010
+ const $6 = peek($4)($32);
12033
12011
  return () => {
12034
- const v1 = $7();
12012
+ const v1$1 = $6();
12035
12013
  const acc$p = (() => {
12036
- if (v1.tag === "Nothing") {
12037
- $42[$5] = $Tuple($$$Map("Two", Leaf2, $3, void 0, Leaf2), $2);
12038
- return $42;
12014
+ if (v1$1.tag === "Nothing") {
12015
+ $32[$4] = $$$Map("Two", Leaf2, $2, void 0, Leaf2);
12016
+ return $32;
12039
12017
  }
12040
- if (v1.tag === "Just") {
12041
- $42[$5] = $Tuple(insert(ordVertex)($3)()(v1._1._1), $2);
12042
- return $42;
12018
+ if (v1$1.tag === "Just") {
12019
+ $32[$4] = insert(ordVertex)($2)()(v1$1._1);
12020
+ return $32;
12043
12021
  }
12044
12022
  fail();
12045
12023
  })();
12046
- return $Step("Loop", $Tuple($6, acc$p));
12024
+ return $Step("Loop", $Tuple($5, acc$p));
12047
12025
  };
12048
12026
  }
12049
12027
  fail();
12050
- })($Tuple(toUnfoldable6(v._1._1._2._1), v._2));
12028
+ })($Tuple(toUnfoldable6(v._1._1._2), v._2));
12051
12029
  return () => {
12052
- const a = $4();
12053
- const acc$p = addIfMissing(a)($3)();
12030
+ const a = $3();
12031
+ const acc$p = addIfMissing(a)($2)();
12054
12032
  return $Step("Loop", $Tuple($1, acc$p));
12055
12033
  };
12056
12034
  }
@@ -12059,8 +12037,7 @@ var inMap = (\u03B1s) => (es) => {
12059
12037
  };
12060
12038
  };
12061
12039
  var graphGraphImpl = {
12062
- outN: (v) => (\u03B1) => definitely("in graph")(_lookup(Nothing, Just, \u03B1, v._1.out))._1,
12063
- vertexData: (v) => (\u03B1) => definitely("in graph")(_lookup(Nothing, Just, \u03B1, v._1.out))._2,
12040
+ outN: (v) => (\u03B1) => definitely("in graph")(_lookup(Nothing, Just, \u03B1, v._1.out)),
12064
12041
  inN: (g) => graphGraphImpl.outN(graphGraphImpl.op(g)),
12065
12042
  elem: (\u03B1) => (v) => {
12066
12043
  const $0 = _lookup(Nothing, Just, \u03B1, v._1.out);
@@ -12099,7 +12076,7 @@ var graphGraphImpl = {
12099
12076
  topologicalSort: (v) => reverse2(topologicalSort(ordVertex)(fromFoldable32(arrayMap((x) => $Tuple(
12100
12077
  x._1,
12101
12078
  $Tuple(void 0, x._2)
12102
- ))(toUnfoldable12(_fmapObject(_fmapObject(v._1.out, fst), toUnfoldable6)))))),
12079
+ ))(toUnfoldable12(_fmapObject(v._1.out, toUnfoldable6)))))),
12103
12080
  Eq0: () => eqGraphImpl,
12104
12081
  Vertices1: () => verticesGraphImpl
12105
12082
  };
@@ -12131,8 +12108,8 @@ var monadWithGraphWithGraphT = (dictMonad) => {
12131
12108
  const $1 = monadStateStateT(dictMonad);
12132
12109
  const monadStateT2 = { Applicative0: () => applicativeStateT(dictMonad), Bind1: () => bindStateT(dictMonad) };
12133
12110
  return {
12134
- extend: (\u03B1) => (\u03B1s) => (vd) => {
12135
- const $2 = Cons($Tuple(\u03B1, $Tuple(\u03B1s, vd)));
12111
+ extend: (\u03B1) => (\u03B1s) => {
12112
+ const $2 = Cons($Tuple(\u03B1, \u03B1s));
12136
12113
  const $3 = $1.state((s) => $Tuple(void 0, $2(s)));
12137
12114
  return (s) => $0.map((v1) => $Tuple(void 0, v1._2))($3(s));
12138
12115
  },
@@ -12194,10 +12171,10 @@ var runWithGraphT = (dictMonad) => {
12194
12171
  };
12195
12172
  };
12196
12173
  var runWithGraphT_spy = (dictMonad) => {
12197
- const runWithGraphT1 = runWithGraphT(dictMonad);
12174
+ const runWithGraphT2 = runWithGraphT(dictMonad);
12198
12175
  const spyFunWhenM2 = spyFunWhenM(dictMonad.Bind1().Apply0().Functor0());
12199
12176
  return (dictGraph) => {
12200
- const $0 = runWithGraphT1(dictGraph);
12177
+ const $0 = runWithGraphT2(dictGraph);
12201
12178
  const $1 = spyFunWhenM2(false)("runWithGraphT")(showVertices)((x) => showEdgeList(toEdgeList(dictGraph)(x._1)));
12202
12179
  return (x) => $1($0(x));
12203
12180
  };
@@ -12212,7 +12189,7 @@ var monadWithGraphAllocWithGr = (dictMonadError) => {
12212
12189
  const monadWithGraphWithGraphT1 = monadWithGraphWithGraphT(monadStateT2);
12213
12190
  const monadErrorStateT2 = monadErrorStateT(monadErrorStateT(dictMonadError));
12214
12191
  return {
12215
- new: (\u03B1s) => (vd) => bindStateT2.bind(fresh1)((\u03B1) => bindStateT2.bind(monadWithGraphWithGraphT1.extend(\u03B1)(\u03B1s)(vd))(() => applicativeStateT(monadStateT2).pure(\u03B1))),
12192
+ new: (\u03B1s) => bindStateT2.bind(fresh1)((\u03B1) => bindStateT2.bind(monadWithGraphWithGraphT1.extend(\u03B1)(\u03B1s))(() => applicativeStateT(monadStateT2).pure(\u03B1))),
12216
12193
  MonadAlloc0: () => monadAllocWithGraphAllocT1,
12217
12194
  MonadError1: () => monadErrorStateT2,
12218
12195
  MonadWithGraph2: () => monadWithGraphWithGraphT1
@@ -12222,7 +12199,6 @@ var monadWithGraphAllocWithGr = (dictMonadError) => {
12222
12199
  // output-es/Graph.Slice/index.js
12223
12200
  var pure = /* @__PURE__ */ (() => applicativeStateT(monadIdentity).pure)();
12224
12201
  var extend = /* @__PURE__ */ (() => monadWithGraphWithGraphT(monadIdentity).extend)();
12225
- var pack2 = (x) => (k) => k(showString)(x);
12226
12202
  var tailRecM = /* @__PURE__ */ (() => monadRecStateT(monadRecIdentity).tailRecM)();
12227
12203
  var member3 = /* @__PURE__ */ (() => setSet(ordVertex).member)();
12228
12204
  var fromFoldable9 = /* @__PURE__ */ (() => foldableSet.foldr(Cons)(Nil))();
@@ -12248,7 +12224,7 @@ var fwdSlice = (dictGraph) => {
12248
12224
  fail();
12249
12225
  })();
12250
12226
  if (eqMap(eqVertex)(eqUnit).eq(\u03B2s)(dictGraph.outN($0)(v1.es._1._1))) {
12251
- return bindStateT(monadIdentity).bind(extend(v1.es._1._1)(\u03B2s)(pack2("uninit: fwd")))(() => pure($Step(
12227
+ return bindStateT(monadIdentity).bind(extend(v1.es._1._1)(\u03B2s))(() => pure($Step(
12252
12228
  "Loop",
12253
12229
  {
12254
12230
  pending: $$delete(ordVertex)(v1.es._1._1)(v1.pending),
@@ -12273,12 +12249,10 @@ var bwdSlice = (dictGraph) => {
12273
12249
  return pure($Step("Done", void 0));
12274
12250
  }
12275
12251
  if (v1.pending.tag === "Cons") {
12276
- const $2 = v1.pending._1._2._2;
12277
- const $3 = v1.pending._1._2._1;
12278
12252
  if (member3(v1.pending._1._1)(v1.visited)) {
12279
12253
  return pure($Step("Loop", { visited: v1.visited, "\u03B1s": Nil, pending: v1.pending._2 }));
12280
12254
  }
12281
- return bindStateT(monadIdentity).bind(extend(v1.pending._1._1)($3)(spyWhen(true)("Value found at " + showStringImpl(v1.pending._1._1))((v$1) => v$1((dictShow) => dictShow.show))($2)))(() => pure($Step(
12255
+ return bindStateT(monadIdentity).bind(extend(v1.pending._1._1)(v1.pending._1._2))(() => pure($Step(
12282
12256
  "Loop",
12283
12257
  { visited: insert(ordVertex)(v1.pending._1._1)()(v1.visited), "\u03B1s": Nil, pending: v1.pending._2 }
12284
12258
  )));
@@ -12292,7 +12266,7 @@ var bwdSlice = (dictGraph) => {
12292
12266
  {
12293
12267
  visited: v1.visited,
12294
12268
  "\u03B1s": foldableList.foldr(Cons)(v1["\u03B1s"]._2)(fromFoldable9(\u03B2s)),
12295
- pending: $List("Cons", $Tuple(v1["\u03B1s"]._1, $Tuple(\u03B2s, dictGraph.vertexData($0)(v1["\u03B1s"]._1))), v1.pending)
12269
+ pending: $List("Cons", $Tuple(v1["\u03B1s"]._1, \u03B2s), v1.pending)
12296
12270
  }
12297
12271
  ));
12298
12272
  }
@@ -17108,32 +17082,6 @@ var Dictionary3 = (value0) => $BaseVal("Dictionary", value0);
17108
17082
  var DictRep = (x) => x;
17109
17083
  var MatrixRep = (x) => x;
17110
17084
  var Env = (x) => x;
17111
- var showBaseVal = {
17112
- show: (v) => {
17113
- if (v.tag === "Int") {
17114
- return showIntImpl(v._1);
17115
- }
17116
- if (v.tag === "Float") {
17117
- return showNumberImpl(v._1);
17118
- }
17119
- if (v.tag === "Str") {
17120
- return showStringImpl(v._1);
17121
- }
17122
- if (v.tag === "Constr") {
17123
- return showStringImpl(v._1);
17124
- }
17125
- if (v.tag === "Dictionary") {
17126
- return "Dictionary";
17127
- }
17128
- if (v.tag === "Matrix") {
17129
- return "Matrix";
17130
- }
17131
- if (v.tag === "Fun") {
17132
- return "Function";
17133
- }
17134
- fail();
17135
- }
17136
- };
17137
17085
  var isEmptyEnv = { isEmpty: (v) => isEmpty2(v) };
17138
17086
  var setEnvString = {
17139
17087
  empty,
@@ -17235,7 +17183,6 @@ var botOfUnit$x215Raw$x215 = (dictBoundedJoinSemilattice) => ({
17235
17183
  return (x) => $Tuple($0, $1(x._2));
17236
17184
  })()
17237
17185
  });
17238
- var functorEnvExpr = { map: (f) => (m) => $EnvExpr(_fmapObject(m._1, functorVal.map(f)), functorExpr.map(f)(m._2)) };
17239
17186
  var foldableVal = {
17240
17187
  foldl: (f) => (z) => (m) => foldableBaseVal.foldl(f)(f(z)(m._1))(m._2),
17241
17188
  foldr: (f) => (z) => (m) => f(m._1)(foldableBaseVal.foldr(f)(z)(m._2)),
@@ -17919,7 +17866,7 @@ var string = {
17919
17866
  return typeError(v)("Str");
17920
17867
  }
17921
17868
  };
17922
- var unary = (dictShow) => (dictBoundedJoinSemilattice) => {
17869
+ var unary = (dictBoundedJoinSemilattice) => {
17923
17870
  const bot = dictBoundedJoinSemilattice.bot;
17924
17871
  return (id) => (f) => $Tuple(
17925
17872
  id,
@@ -17937,17 +17884,17 @@ var unary = (dictShow) => (dictBoundedJoinSemilattice) => {
17937
17884
  const $0 = dictMonadError.MonadThrow0().Monad0().Bind1().Apply0().Functor0();
17938
17885
  return (v) => {
17939
17886
  if (v.tag === "Cons" && v._2.tag === "Nil") {
17940
- const v$p = f.fwd(f.i.unpack(v._1._2));
17887
+ const $1 = v._1._2;
17941
17888
  return $0.map((() => {
17942
- const $1 = f.o;
17943
- return (v$1) => $Val(v$1._2, $1.pack(v$1._1));
17944
- })())($0.map((v2) => $Tuple(v$p, v2))(dictMonadWithGraphAlloc.new($$$Map(
17889
+ const $2 = f.o;
17890
+ return (v$1) => $Val(v$1._2, $2.pack(v$1._1));
17891
+ })())($0.map((v2) => $Tuple(f.fwd(f.i.unpack($1)), v2))(dictMonadWithGraphAlloc.new($$$Map(
17945
17892
  "Two",
17946
17893
  Leaf2,
17947
17894
  v._1._1,
17948
17895
  void 0,
17949
17896
  Leaf2
17950
- ))((k) => k(dictShow)(v$p))));
17897
+ ))));
17951
17898
  }
17952
17899
  fail();
17953
17900
  };
@@ -18076,7 +18023,7 @@ var $$boolean = {
18076
18023
  return typeError(v)("Boolean");
18077
18024
  }
18078
18025
  };
18079
- var binaryZero = (dictShow) => (dictBoundedJoinSemilattice) => {
18026
+ var binaryZero = (dictBoundedJoinSemilattice) => {
18080
18027
  const bot = dictBoundedJoinSemilattice.bot;
18081
18028
  return (dictIsZero) => (id) => (f) => $Tuple(
18082
18029
  id,
@@ -18096,11 +18043,10 @@ var binaryZero = (dictShow) => (dictBoundedJoinSemilattice) => {
18096
18043
  if (v.tag === "Cons" && v._2.tag === "Cons" && v._2._2.tag === "Nil") {
18097
18044
  const $1 = f.i.unpack(v._1._2);
18098
18045
  const $2 = f.i.unpack(v._2._1._2);
18099
- const v$p = f.fwd($1)($2);
18100
18046
  return $0.map((() => {
18101
18047
  const $3 = f.o;
18102
18048
  return (v$1) => $Val(v$1._2, $3.pack(v$1._1));
18103
- })())($0.map((v4) => $Tuple(v$p, v4))(dictMonadWithGraphAlloc.new((() => {
18049
+ })())($0.map((v4) => $Tuple(f.fwd($1)($2), v4))(dictMonadWithGraphAlloc.new((() => {
18104
18050
  if (dictIsZero.isZero($1)) {
18105
18051
  return $$$Map("Two", Leaf2, v._1._1, void 0, Leaf2);
18106
18052
  }
@@ -18114,7 +18060,7 @@ var binaryZero = (dictShow) => (dictBoundedJoinSemilattice) => {
18114
18060
  void 0,
18115
18061
  Leaf2
18116
18062
  ));
18117
- })())((k) => k(dictShow)(v$p))));
18063
+ })())));
18118
18064
  }
18119
18065
  fail();
18120
18066
  };
@@ -18165,7 +18111,7 @@ var binaryZero = (dictShow) => (dictBoundedJoinSemilattice) => {
18165
18111
  )
18166
18112
  );
18167
18113
  };
18168
- var binary = (dictShow) => (dictBoundedJoinSemilattice) => {
18114
+ var binary = (dictBoundedJoinSemilattice) => {
18169
18115
  const bot = dictBoundedJoinSemilattice.bot;
18170
18116
  return (id) => (f) => $Tuple(
18171
18117
  id,
@@ -18183,17 +18129,18 @@ var binary = (dictShow) => (dictBoundedJoinSemilattice) => {
18183
18129
  const $0 = dictMonadError.MonadThrow0().Monad0().Bind1().Apply0().Functor0();
18184
18130
  return (v) => {
18185
18131
  if (v.tag === "Cons" && v._2.tag === "Cons" && v._2._2.tag === "Nil") {
18186
- const v$p = f.fwd(f.i1.unpack(v._1._2))(f.i2.unpack(v._2._1._2));
18132
+ const $1 = v._1._2;
18133
+ const $2 = v._2._1._2;
18187
18134
  return $0.map((() => {
18188
- const $1 = f.o;
18189
- return (v$1) => $Val(v$1._2, $1.pack(v$1._1));
18190
- })())($0.map((v3) => $Tuple(v$p, v3))(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._1._1)()($$$Map(
18135
+ const $3 = f.o;
18136
+ return (v$1) => $Val(v$1._2, $3.pack(v$1._1));
18137
+ })())($0.map((v3) => $Tuple(f.fwd(f.i1.unpack($1))(f.i2.unpack($2)), v3))(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._1._1)()($$$Map(
18191
18138
  "Two",
18192
18139
  Leaf2,
18193
18140
  v._1._1,
18194
18141
  void 0,
18195
18142
  Leaf2
18196
- )))((k) => k(dictShow)(v$p))));
18143
+ )))));
18197
18144
  }
18198
18145
  fail();
18199
18146
  };
@@ -18261,7 +18208,6 @@ var show22 = /* @__PURE__ */ (() => showSet(showString).show)();
18261
18208
  var toUnfoldable9 = /* @__PURE__ */ toUnfoldable4(unfoldableList);
18262
18209
  var union1 = /* @__PURE__ */ (() => setSet(ordString).union)();
18263
18210
  var fv = /* @__PURE__ */ (() => fVDict(fVElim).fv)();
18264
- var pack3 = (x) => (k) => k(showBaseVal)(x);
18265
18211
  var fromFoldable18 = /* @__PURE__ */ fromFoldable2(foldableList);
18266
18212
  var greaterThanOrEq = /* @__PURE__ */ (() => {
18267
18213
  const $0 = ordTuple(ordInt)(ordInt);
@@ -18274,8 +18220,6 @@ var concatM = (dictMonad) => foldableList.foldr((() => {
18274
18220
  })())(dictMonad.Applicative0().pure);
18275
18221
  var fwdSlice2 = /* @__PURE__ */ fwdSlice(graphGraphImpl);
18276
18222
  var bwdSlice2 = /* @__PURE__ */ bwdSlice(graphGraphImpl);
18277
- var vertices = /* @__PURE__ */ (() => verticesVertex(functorEnvExpr)(foldableEnvExpr).vertices)();
18278
- var vertices1 = /* @__PURE__ */ (() => verticesVertex(functorVal)(foldableVal).vertices)();
18279
18223
  var matchMany = (dictMonadWithGraphAlloc) => {
18280
18224
  const Monad0 = dictMonadWithGraphAlloc.MonadWithGraph2().Monad0();
18281
18225
  const $0 = Monad0.Applicative0();
@@ -18387,22 +18331,22 @@ var closeDefs = (dictMonadWithGraphAlloc) => {
18387
18331
  const traverse2 = traversableDict.traverse(Monad0.Applicative0());
18388
18332
  return (\u03B3) => (\u03C1) => (\u03B1s) => Functor0.map(Env)(traverse2((\u03C3) => {
18389
18333
  const \u03C1$p = forDefs(\u03C1)(\u03C3);
18390
- const v = $BaseVal(
18334
+ const $0 = $BaseVal(
18391
18335
  "Fun",
18392
18336
  $Fun(
18393
18337
  "Closure",
18394
18338
  (() => {
18395
- const $0 = union1(fv(\u03C1$p))(fVElim.fv(\u03C3));
18339
+ const $02 = union1(fv(\u03C1$p))(fVElim.fv(\u03C3));
18396
18340
  return filterWithKey2((x) => {
18397
- const $1 = setSet(ordString).member(x)($0);
18398
- return (v2) => $1;
18341
+ const $1 = setSet(ordString).member(x)($02);
18342
+ return (v) => $1;
18399
18343
  })(\u03B3);
18400
18344
  })(),
18401
18345
  \u03C1$p,
18402
18346
  \u03C3
18403
18347
  )
18404
18348
  );
18405
- return Functor0.map((f) => f(v))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(\u03B1s)(pack3(v))));
18349
+ return Functor0.map((f) => f($0))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(\u03B1s)));
18406
18350
  })(\u03C1));
18407
18351
  };
18408
18352
  var $$eval = (dictMonadWithGraphAlloc) => {
@@ -18427,22 +18371,13 @@ var $$eval = (dictMonadWithGraphAlloc) => {
18427
18371
  return withMsg2("Variable lookup")(lookup$p(MonadThrow0)(showString)(mapEnvStringVal)(v1._1)(v));
18428
18372
  }
18429
18373
  if (v1.tag === "Int") {
18430
- return Functor0.map((f) => f($BaseVal("Int", v1._2)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))(pack3($BaseVal(
18431
- "Int",
18432
- v1._2
18433
- )))));
18374
+ return Functor0.map((f) => f($BaseVal("Int", v1._2)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))));
18434
18375
  }
18435
18376
  if (v1.tag === "Float") {
18436
- return Functor0.map((f) => f($BaseVal("Float", v1._2)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))(pack3($BaseVal(
18437
- "Float",
18438
- v1._2
18439
- )))));
18377
+ return Functor0.map((f) => f($BaseVal("Float", v1._2)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))));
18440
18378
  }
18441
18379
  if (v1.tag === "Str") {
18442
- return Functor0.map((f) => f($BaseVal("Str", v1._2)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))(pack3($BaseVal(
18443
- "Str",
18444
- v1._2
18445
- )))));
18380
+ return Functor0.map((f) => f($BaseVal("Str", v1._2)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))));
18446
18381
  }
18447
18382
  if (v1.tag === "Dictionary") {
18448
18383
  const $0 = v1._1;
@@ -18451,8 +18386,8 @@ var $$eval = (dictMonadWithGraphAlloc) => {
18451
18386
  return (a) => $1(a)(v2);
18452
18387
  })()))(v1._2)))((v3) => {
18453
18388
  const v4 = unzip(listMap((v$1) => $Tuple(v$1._2.tag === "Str" ? v$1._2._1 : typeError(v$1._2)("Str"), v$1._1))(v3._1));
18454
- const v5 = $BaseVal("Dictionary", fromFoldable18(zipWith2(Tuple)(v4._1)(zipWith2(Tuple)(v4._2)(v3._2))));
18455
- return Functor0.map((f) => f(v5))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($0)()(v2))(pack3(v5))));
18389
+ const $1 = $BaseVal("Dictionary", fromFoldable18(zipWith2(Tuple)(v4._1)(zipWith2(Tuple)(v4._2)(v3._2))));
18390
+ return Functor0.map((f) => f($1))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($0)()(v2))));
18456
18391
  });
18457
18392
  }
18458
18393
  if (v1.tag === "Constr") {
@@ -18482,11 +18417,7 @@ var $$eval = (dictMonadWithGraphAlloc) => {
18482
18417
  })()))(() => Bind1.bind(traverse2((() => {
18483
18418
  const $3 = $$eval(dictMonadWithGraphAlloc)(v);
18484
18419
  return (a) => $3(a)(v2);
18485
- })())($1))((vs) => Functor0.map((f) => f($BaseVal("Constr", $0, vs)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($2)()(v2))(pack3($BaseVal(
18486
- "Constr",
18487
- $0,
18488
- vs
18489
- )))))));
18420
+ })())($1))((vs) => Functor0.map((f) => f($BaseVal("Constr", $0, vs)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($2)()(v2))))));
18490
18421
  }
18491
18422
  if (v1.tag === "Matrix") {
18492
18423
  const $0 = v1._2;
@@ -18514,21 +18445,18 @@ var $$eval = (dictMonadWithGraphAlloc) => {
18514
18445
  return $8;
18515
18446
  })())))($0)(v2)
18516
18447
  ]))
18517
- ])))((vss) => Functor0.map((f) => f($BaseVal("Matrix", $Tuple(vss, $Tuple($Tuple($4, $6), $Tuple($5, $7))))))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($3)()(v2))(pack3($BaseVal(
18518
- "Matrix",
18519
- $Tuple(vss, $Tuple($Tuple($4, $6), $Tuple($5, $7)))
18520
- )))))));
18448
+ ])))((vss) => Functor0.map((f) => f($BaseVal("Matrix", $Tuple(vss, $Tuple($Tuple($4, $6), $Tuple($5, $7))))))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($3)()(v2))))));
18521
18449
  });
18522
18450
  }
18523
18451
  if (v1.tag === "Lambda") {
18524
- const v3 = $BaseVal(
18452
+ const $0 = $BaseVal(
18525
18453
  "Fun",
18526
18454
  $Fun(
18527
18455
  "Closure",
18528
18456
  (() => {
18529
- const $0 = fVElim.fv(v1._2);
18457
+ const $02 = fVElim.fv(v1._2);
18530
18458
  return filterWithKey2((x) => {
18531
- const $1 = setSet(ordString).member(x)($0);
18459
+ const $1 = setSet(ordString).member(x)($02);
18532
18460
  return (v$1) => $1;
18533
18461
  })(v);
18534
18462
  })(),
@@ -18536,7 +18464,7 @@ var $$eval = (dictMonadWithGraphAlloc) => {
18536
18464
  v1._2
18537
18465
  )
18538
18466
  );
18539
- return Functor0.map((f) => f(v3))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))(pack3(v3))));
18467
+ return Functor0.map((f) => f($0))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v1._1)()(v2))));
18540
18468
  }
18541
18469
  if (v1.tag === "Project") {
18542
18470
  const $0 = v1._2;
@@ -18635,7 +18563,7 @@ var apply2 = (dictMonadWithGraphAlloc) => {
18635
18563
  v._1,
18636
18564
  void 0,
18637
18565
  Leaf2
18638
- ))(pack3($BaseVal("Fun", $Fun("Foreign", $Tuple($1, $2), vs$p))))));
18566
+ ))));
18639
18567
  }
18640
18568
  return $2._1["op'"](dictMonadWithGraphAlloc)(MonadError1)(vs$p);
18641
18569
  }
@@ -18686,26 +18614,26 @@ var apply2 = (dictMonadWithGraphAlloc) => {
18686
18614
  };
18687
18615
  return go(0)($2) < (n - 1 | 0);
18688
18616
  })()) {
18689
- const v$p2 = $BaseVal(
18617
+ const $42 = $BaseVal(
18690
18618
  "Fun",
18691
18619
  $Fun("PartialConstr", $1, foldableList.foldr(Cons)($List("Cons", v1, Nil))($2))
18692
18620
  );
18693
- return Functor0.map((f) => f(v$p2))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
18621
+ return Functor0.map((f) => f($42))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
18694
18622
  "Two",
18695
18623
  Leaf2,
18696
18624
  $3,
18697
18625
  void 0,
18698
18626
  Leaf2
18699
- ))(pack3(v$p2))));
18627
+ ))));
18700
18628
  }
18701
- const v$p = $BaseVal("Constr", $1, foldableList.foldr(Cons)($List("Cons", v1, Nil))($2));
18702
- return Functor0.map((f) => f(v$p))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
18629
+ const $4 = $BaseVal("Constr", $1, foldableList.foldr(Cons)($List("Cons", v1, Nil))($2));
18630
+ return Functor0.map((f) => f($4))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
18703
18631
  "Two",
18704
18632
  Leaf2,
18705
18633
  $3,
18706
18634
  void 0,
18707
18635
  Leaf2
18708
- ))(pack3(v$p))));
18636
+ ))));
18709
18637
  });
18710
18638
  }
18711
18639
  }
@@ -18772,13 +18700,13 @@ var graphEval = (dictMonadError) => {
18772
18700
  const $1 = v["\u03B3"];
18773
18701
  const $2 = spyFunWhen(false)("fwdSlice")((x) => $Tuple(showVertices(x._1), showEdgeList(toEdgeList(graphGraphImpl)(x._2))))(showGraph(graphGraphImpl))(fwdSlice2);
18774
18702
  const $3 = spyFunWhen(false)("bwdSlice")((x) => $Tuple(showVertices(x._1), showEdgeList(toEdgeList(graphGraphImpl)(x._2))))(showGraph(graphGraphImpl))(bwdSlice2);
18775
- return Monad0.Bind1().bind(runAllocT(Monad0)(bindStateT2.bind(alloc(e))((e\u03B1) => bindStateT2.bind(runWithGraphT_spy2(eval1($1)(e\u03B1)(Leaf2))(vertices($EnvExpr(
18703
+ return Monad0.Bind1().bind(runAllocT(Monad0)(bindStateT2.bind(alloc(e))((e\u03B1) => bindStateT2.bind(runWithGraphT_spy2(eval1($1)(e\u03B1)(Leaf2))(foldableEnvExpr.foldl((m) => (a) => insert(ordVertex)(a)()(m))(Leaf2)($EnvExpr(
18776
18704
  $1,
18777
18705
  e\u03B1
18778
18706
  ))))((v1) => {
18779
18707
  const $4 = v1._1;
18780
18708
  const $5 = v1._2;
18781
- return bindStateT2.bind(check2(difference2(ordVertex)(vertices1($5))($4._1.vertices).tag === "Leaf")("outputs in graph"))(() => applicativeStateT(Monad0).pure($Tuple(
18709
+ return bindStateT2.bind(check2(difference2(ordVertex)(foldableBaseVal.foldl((m) => (a) => insert(ordVertex)(a)()(m))(insert(ordVertex)($5._1)()(Leaf2))($5._2))($4._1.vertices).tag === "Leaf")("outputs in graph"))(() => applicativeStateT(Monad0).pure($Tuple(
18782
18710
  $4,
18783
18711
  $Tuple($EnvExpr($1, e\u03B1), $5)
18784
18712
  )));
@@ -23974,7 +23902,6 @@ var apply2Bwd = (dictAnn) => {
23974
23902
  };
23975
23903
 
23976
23904
  // output-es/Primitive.Defs/index.js
23977
- var pack4 = (x) => (k) => k(showBaseVal)(x);
23978
23905
  var erase = /* @__PURE__ */ (() => functorVal.map((v) => {
23979
23906
  }))();
23980
23907
  var unzip6 = /* @__PURE__ */ unzip3(functorDict);
@@ -23984,24 +23911,11 @@ var foldWithIndexM = (dictMonad) => (f) => (a0) => foldableWithIndexStringDi.fol
23984
23911
  return (a) => $0(a)(b);
23985
23912
  })()))(dictMonad.Applicative0().pure(a0));
23986
23913
  var disjointUnion5 = /* @__PURE__ */ disjointUnion(mapDictString);
23987
- var unary2 = /* @__PURE__ */ unary(showInt)(boundedJoinSemilatticeUni);
23988
- var showEither = {
23989
- show: (v) => {
23990
- if (v.tag === "Left") {
23991
- return "(Left " + showIntImpl(v._1) + ")";
23992
- }
23993
- if (v.tag === "Right") {
23994
- return "(Right " + showNumberImpl(v._1) + ")";
23995
- }
23996
- fail();
23997
- }
23998
- };
23999
- var binary2 = /* @__PURE__ */ binary(showEither)(boundedJoinSemilatticeUni);
24000
- var binaryZero2 = /* @__PURE__ */ (() => binaryZero(showEither)(boundedJoinSemilatticeUni)({
24001
- isZero: fanin2(isZeroInt.isZero)(isZeroNumber.isZero)
24002
- }))();
24003
- var binary1 = /* @__PURE__ */ binary(showBoolean)(boundedJoinSemilatticeUni);
24004
- var binaryZero1 = /* @__PURE__ */ binaryZero(showInt)(boundedJoinSemilatticeUni)(isZeroInt);
23914
+ var unary2 = /* @__PURE__ */ unary(boundedJoinSemilatticeUni);
23915
+ var binary2 = /* @__PURE__ */ binary(boundedJoinSemilatticeUni);
23916
+ var binaryZero2 = /* @__PURE__ */ binaryZero(boundedJoinSemilatticeUni);
23917
+ var binaryZero1 = /* @__PURE__ */ (() => binaryZero2({ isZero: fanin2(isZeroInt.isZero)(isZeroNumber.isZero) }))();
23918
+ var binaryZero22 = /* @__PURE__ */ binaryZero2(isZeroInt);
24005
23919
  var pow3 = /* @__PURE__ */ union5(asNumberIntOrNumber)(asNumberIntOrNumber)(asIntNumber)(asIntNumber)((x) => (y) => pow(toNumber(x))(toNumber(y)))(pow);
24006
23920
  var numToStr = (v2) => {
24007
23921
  if (v2.tag === "Left") {
@@ -24023,14 +23937,14 @@ var matrixUpdate = /* @__PURE__ */ $Tuple(
24023
23937
  return (v) => {
24024
23938
  if (v.tag === "Cons" && v._1._2.tag === "Matrix" && v._2.tag === "Cons" && v._2._1._2.tag === "Constr" && v._2._1._2._2.tag === "Cons" && v._2._1._2._2._1._2.tag === "Int" && v._2._1._2._2._2.tag === "Cons" && v._2._1._2._2._2._1._2.tag === "Int" && v._2._1._2._2._2._2.tag === "Nil" && v._2._2.tag === "Cons" && v._2._2._2.tag === "Nil" && v._2._1._2._1 === "Pair") {
24025
23939
  const $0 = v._2._2._1;
24026
- const v$p = $BaseVal("Matrix", matrixPut(v._2._1._2._2._1._2._1)(v._2._1._2._2._2._1._2._1)((v$1) => $0)(v._1._2._1));
24027
- return Functor0.map((f) => f(v$p))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
23940
+ const $1 = $BaseVal("Matrix", matrixPut(v._2._1._2._2._1._2._1)(v._2._1._2._2._2._1._2._1)((v$1) => $0)(v._1._2._1));
23941
+ return Functor0.map((f) => f($1))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
24028
23942
  "Two",
24029
23943
  Leaf2,
24030
23944
  v._1._1,
24031
23945
  void 0,
24032
23946
  Leaf2
24033
- ))(pack4(v$p))));
23947
+ ))));
24034
23948
  }
24035
23949
  return MonadThrow0.throwError(error("Matrix, pair of integers and value expected"));
24036
23950
  };
@@ -24212,31 +24126,28 @@ var dims = /* @__PURE__ */ $Tuple(
24212
24126
  const Functor0 = Bind1.Apply0().Functor0();
24213
24127
  return (v) => {
24214
24128
  if (v.tag === "Cons" && v._1._2.tag === "Matrix" && v._2.tag === "Nil") {
24215
- const $0 = v._1._2._1._2._1._1;
24216
- const $1 = v._1._2._1._2._2._1;
24217
- const $2 = v._1._1;
24218
- const $3 = v._1._2._1._2._2._2;
24219
- return Bind1.bind(Functor0.map((f) => f($BaseVal("Int", $0)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
24129
+ const $0 = v._1._2._1._2._2._1;
24130
+ const $1 = v._1._1;
24131
+ const $2 = v._1._2._1._2._2._2;
24132
+ return Bind1.bind(Functor0.map((f) => f($BaseVal("Int", v._1._2._1._2._1._1)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
24220
24133
  "Two",
24221
24134
  Leaf2,
24222
24135
  v._1._2._1._2._1._2,
24223
24136
  void 0,
24224
24137
  Leaf2
24225
- ))(pack4($BaseVal("Int", $0))))))((v1) => Bind1.bind(Functor0.map((f) => f($BaseVal("Int", $1)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
24138
+ )))))((v1) => Bind1.bind(Functor0.map((f) => f($BaseVal("Int", $0)))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
24226
24139
  "Two",
24227
24140
  Leaf2,
24228
- $3,
24141
+ $2,
24229
24142
  void 0,
24230
24143
  Leaf2
24231
- ))(pack4($BaseVal("Int", $1))))))((v2) => Functor0.map((f) => f($BaseVal(
24232
- "Constr",
24233
- "Pair",
24234
- $List("Cons", v1, $List("Cons", v2, Nil))
24235
- )))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map("Two", Leaf2, $2, void 0, Leaf2))(pack4($BaseVal(
24236
- "Constr",
24237
- "Pair",
24238
- $List("Cons", v1, $List("Cons", v2, Nil))
24239
- )))))));
24144
+ )))))((v2) => Functor0.map((f) => f($BaseVal("Constr", "Pair", $List("Cons", v1, $List("Cons", v2, Nil)))))(Functor0.map(Val)(dictMonadWithGraphAlloc.new($$$Map(
24145
+ "Two",
24146
+ Leaf2,
24147
+ $1,
24148
+ void 0,
24149
+ Leaf2
24150
+ ))))));
24240
24151
  }
24241
24152
  return MonadThrow0.throwError(error("Matrix expected"));
24242
24153
  };
@@ -24316,7 +24227,7 @@ var dict_map = /* @__PURE__ */ $Tuple(
24316
24227
  $1,
24317
24228
  void 0,
24318
24229
  Leaf2
24319
- ))(pack4($BaseVal("Dictionary", d$p))))));
24230
+ )))));
24320
24231
  }
24321
24232
  return MonadThrow0.throwError(error("Function and dictionary expected"));
24322
24233
  };
@@ -24381,31 +24292,27 @@ var dict_intersectionWith = /* @__PURE__ */ $Tuple(
24381
24292
  const Bind1 = Monad0.Bind1();
24382
24293
  const Apply0 = Bind1.Apply0();
24383
24294
  const $0 = Apply0.Functor0();
24384
- const Applicative0 = Monad0.Applicative0();
24295
+ const sequence1 = traversableDict.sequence(Monad0.Applicative0());
24385
24296
  return (v) => {
24386
24297
  if (v.tag === "Cons" && v._2.tag === "Cons" && v._2._1._2.tag === "Dictionary" && v._2._2.tag === "Cons" && v._2._2._1._2.tag === "Dictionary" && v._2._2._2.tag === "Nil") {
24387
24298
  const $1 = v._1;
24388
- const $2 = v._2._1._1;
24389
- const $3 = v._2._2._1._1;
24390
- const v$p = $0.map(Dictionary3)($0.map(DictRep)(traversableDict.traverse(Applicative0)(identity15)(intersectionWith_Object((v2) => (v3) => {
24391
- const $4 = v3._2;
24392
- const $5 = v2._1;
24393
- const $6 = v3._1;
24394
- return Bind1.bind(Bind1.bind(apply6($1)(v2._2))((a) => apply6(a)($4)))((v4) => Bind1.bind(dictMonadWithGraphAlloc.new(insert(ordVertex)($6)()($$$Map(
24395
- "Two",
24396
- Leaf2,
24397
- $5,
24398
- void 0,
24399
- Leaf2
24400
- )))(pack4(v4._2)))((\u03B2$p$p) => $0.map(Tuple(\u03B2$p$p))(Applicative0.pure(v4))));
24401
- })(v._2._1._2._1)(v._2._2._1._2._1))));
24402
- return Bind1.bind(v$p)((packable) => Apply0.apply($0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)($3)()($$$Map(
24299
+ return Apply0.apply($0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._2._1._1)()($$$Map(
24403
24300
  "Two",
24404
24301
  Leaf2,
24405
- $2,
24302
+ v._2._1._1,
24406
24303
  void 0,
24407
24304
  Leaf2
24408
- )))(pack4(packable))))(v$p));
24305
+ )))))($0.map(Dictionary3)($0.map(DictRep)(sequence1(intersectionWith_Object((v2) => (v3) => {
24306
+ const $2 = v2._2;
24307
+ const $3 = v3._2;
24308
+ return Bind1.bind(dictMonadWithGraphAlloc.new(insert(ordVertex)(v3._1)()($$$Map(
24309
+ "Two",
24310
+ Leaf2,
24311
+ v2._1,
24312
+ void 0,
24313
+ Leaf2
24314
+ ))))((\u03B2$p$p) => $0.map(Tuple(\u03B2$p$p))(Bind1.bind(apply6($1)($2))((a) => apply6(a)($3))));
24315
+ })(v._2._1._2._1)(v._2._2._1._2._1)))));
24409
24316
  }
24410
24317
  return MonadThrow0.throwError(error("Function and two dictionaries expected"));
24411
24318
  };
@@ -24638,14 +24545,14 @@ var dict_disjointUnion = /* @__PURE__ */ $Tuple(
24638
24545
  const Functor0 = MonadThrow0.Monad0().Bind1().Apply0().Functor0();
24639
24546
  return (v) => {
24640
24547
  if (v.tag === "Cons" && v._1._2.tag === "Dictionary" && v._2.tag === "Cons" && v._2._1._2.tag === "Dictionary" && v._2._2.tag === "Nil") {
24641
- const v1 = $BaseVal("Dictionary", disjointUnion5(v._1._2._1)(v._2._1._2._1));
24642
- return Functor0.map((f) => f(v1))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._1._1)()($$$Map(
24548
+ const $0 = $BaseVal("Dictionary", disjointUnion5(v._1._2._1)(v._2._1._2._1));
24549
+ return Functor0.map((f) => f($0))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._1._1)()($$$Map(
24643
24550
  "Two",
24644
24551
  Leaf2,
24645
24552
  v._1._1,
24646
24553
  void 0,
24647
24554
  Leaf2
24648
- )))(pack4(v1))));
24555
+ )))));
24649
24556
  }
24650
24557
  return MonadThrow0.throwError(error("Dictionaries expected"));
24651
24558
  };
@@ -24686,14 +24593,14 @@ var dict_difference = /* @__PURE__ */ $Tuple(
24686
24593
  const Functor0 = MonadThrow0.Monad0().Bind1().Apply0().Functor0();
24687
24594
  return (v) => {
24688
24595
  if (v.tag === "Cons" && v._1._2.tag === "Dictionary" && v._2.tag === "Cons" && v._2._1._2.tag === "Dictionary" && v._2._2.tag === "Nil") {
24689
- const v1 = $BaseVal("Dictionary", mapFObjectString.difference(v._1._2._1)(v._2._1._2._1));
24690
- return Functor0.map((f) => f(v1))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._1._1)()($$$Map(
24596
+ const $0 = $BaseVal("Dictionary", mapFObjectString.difference(v._1._2._1)(v._2._1._2._1));
24597
+ return Functor0.map((f) => f($0))(Functor0.map(Val)(dictMonadWithGraphAlloc.new(insert(ordVertex)(v._2._1._1)()($$$Map(
24691
24598
  "Two",
24692
24599
  Leaf2,
24693
24600
  v._1._1,
24694
24601
  void 0,
24695
24602
  Leaf2
24696
- )))(pack4(v1))));
24603
+ )))));
24697
24604
  }
24698
24605
  return MonadThrow0.throwError(error("Dictionaries expected."));
24699
24606
  };
@@ -24762,8 +24669,8 @@ var primitives = /* @__PURE__ */ fromFoldable2(foldableArray)([
24762
24669
  /* @__PURE__ */ extern1(dims),
24763
24670
  /* @__PURE__ */ extern1(error_),
24764
24671
  /* @__PURE__ */ unary2("floor")({ i: number, o: $$int, fwd: floor2 }),
24765
- /* @__PURE__ */ unary(showNumber)(boundedJoinSemilatticeUni)("log")({ i: intOrNumber, o: number, fwd: log3 }),
24766
- /* @__PURE__ */ unary(showString)(boundedJoinSemilatticeUni)("numToStr")({ i: intOrNumber, o: string, fwd: numToStr }),
24672
+ /* @__PURE__ */ unary2("log")({ i: intOrNumber, o: number, fwd: log3 }),
24673
+ /* @__PURE__ */ unary2("numToStr")({ i: intOrNumber, o: string, fwd: numToStr }),
24767
24674
  /* @__PURE__ */ binary2("+")({
24768
24675
  i1: intOrNumber,
24769
24676
  i2: intOrNumber,
@@ -24776,30 +24683,25 @@ var primitives = /* @__PURE__ */ fromFoldable2(foldableArray)([
24776
24683
  o: intOrNumber,
24777
24684
  fwd: /* @__PURE__ */ union5(asIntIntOrNumber)(asNumberIntOrNumber)(asIntNumber)(asIntNumber)(intSub)(numSub)
24778
24685
  }),
24779
- /* @__PURE__ */ binaryZero2("*")({
24686
+ /* @__PURE__ */ binaryZero1("*")({
24780
24687
  i: intOrNumber,
24781
24688
  o: intOrNumber,
24782
24689
  fwd: /* @__PURE__ */ union5(asIntIntOrNumber)(asNumberIntOrNumber)(asIntNumber)(asIntNumber)(intMul)(numMul)
24783
24690
  }),
24784
- /* @__PURE__ */ binaryZero2("**")({ i: intOrNumber, o: intOrNumber, fwd: pow3 }),
24785
- /* @__PURE__ */ binaryZero2("/")({ i: intOrNumber, o: intOrNumber, fwd: divide }),
24786
- /* @__PURE__ */ binary1("==")({
24691
+ /* @__PURE__ */ binaryZero1("**")({ i: intOrNumber, o: intOrNumber, fwd: pow3 }),
24692
+ /* @__PURE__ */ binaryZero1("/")({ i: intOrNumber, o: intOrNumber, fwd: divide }),
24693
+ /* @__PURE__ */ binary2("==")({
24787
24694
  i1: intOrNumberOrString,
24788
24695
  i2: intOrNumberOrString,
24789
24696
  o: $$boolean,
24790
24697
  fwd: /* @__PURE__ */ union5(asBooleanBoolean)(asBooleanBoolean)(asIntNumberOrString)(asIntNumberOrString)(eqIntImpl)(/* @__PURE__ */ unionStr(asBooleanBoolean)(asNumberString)(eqNumberImpl)(eqStringImpl))
24791
24698
  }),
24792
- /* @__PURE__ */ binary1("/=")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: notEquals }),
24793
- /* @__PURE__ */ binary1("<")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: lessThan }),
24794
- /* @__PURE__ */ binary1(">")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: greaterThan }),
24795
- /* @__PURE__ */ binary1("<=")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: lessThanEquals }),
24796
- /* @__PURE__ */ binary1(">=")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: greaterThanEquals }),
24797
- /* @__PURE__ */ binary(showString)(boundedJoinSemilatticeUni)("++")({
24798
- i1: string,
24799
- i2: string,
24800
- o: string,
24801
- fwd: concatString
24802
- }),
24699
+ /* @__PURE__ */ binary2("/=")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: notEquals }),
24700
+ /* @__PURE__ */ binary2("<")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: lessThan }),
24701
+ /* @__PURE__ */ binary2(">")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: greaterThan }),
24702
+ /* @__PURE__ */ binary2("<=")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: lessThanEquals }),
24703
+ /* @__PURE__ */ binary2(">=")({ i1: intOrNumberOrString, i2: intOrNumberOrString, o: $$boolean, fwd: greaterThanEquals }),
24704
+ /* @__PURE__ */ binary2("++")({ i1: string, i2: string, o: string, fwd: concatString }),
24803
24705
  /* @__PURE__ */ extern1(matrixLookup),
24804
24706
  /* @__PURE__ */ extern1(dict_difference),
24805
24707
  /* @__PURE__ */ extern1(dict_disjointUnion),
@@ -24808,10 +24710,10 @@ var primitives = /* @__PURE__ */ fromFoldable2(foldableArray)([
24808
24710
  /* @__PURE__ */ extern1(dict_intersectionWith),
24809
24711
  /* @__PURE__ */ extern1(dict_map),
24810
24712
  /* @__PURE__ */ extern1(matrixUpdate),
24811
- /* @__PURE__ */ binaryZero1("div")({ i: $$int, o: $$int, fwd: intDiv2 }),
24812
- /* @__PURE__ */ binaryZero1("mod")({ i: $$int, o: $$int, fwd: intMod }),
24813
- /* @__PURE__ */ binaryZero1("quot")({ i: $$int, o: $$int, fwd: quot }),
24814
- /* @__PURE__ */ binaryZero1("rem")({ i: $$int, o: $$int, fwd: rem })
24713
+ /* @__PURE__ */ binaryZero22("div")({ i: $$int, o: $$int, fwd: intDiv2 }),
24714
+ /* @__PURE__ */ binaryZero22("mod")({ i: $$int, o: $$int, fwd: intMod }),
24715
+ /* @__PURE__ */ binaryZero22("quot")({ i: $$int, o: $$int, fwd: quot }),
24716
+ /* @__PURE__ */ binaryZero22("rem")({ i: $$int, o: $$int, fwd: rem })
24815
24717
  ]);
24816
24718
 
24817
24719
  // output-es/ProgCxt/index.js
@@ -24896,7 +24798,6 @@ var traversableProgCxt = {
24896
24798
 
24897
24799
  // output-es/Module/index.js
24898
24800
  var boundedLattice2 = { BoundedJoinSemilattice0: () => boundedJoinSemilatticeUni, BoundedMeetSemilattice1: () => boundedMeetSemilatticeUni };
24899
- var verticesVertex2 = /* @__PURE__ */ verticesVertex(functorProgCxt)(foldableProgCxt);
24900
24801
  var concatM2 = (dictMonad) => foldrArray((() => {
24901
24802
  const $0 = dictMonad.Bind1();
24902
24803
  return (f) => (g) => (a) => $0.bind(f(a))(g);
@@ -24953,7 +24854,7 @@ var initialConfig = (dictMonadError) => {
24953
24854
  Bind1: () => bindStateT(Monad0)
24954
24855
  })(graphGraphImpl);
24955
24856
  const eval_progCxt2 = eval_progCxt(monadWithGraphAllocWithGr(dictMonadError));
24956
- return (dictFV) => (e) => (progCxt) => Bind1.bind(Applicative0.pure())(() => Bind1.bind(runAllocT(Monad0)($1.bind(alloc(progCxt))((progCxt$p) => $1.bind(runWithGraphT_spy2(eval_progCxt2(progCxt$p))(verticesVertex2.vertices(progCxt$p)))((v) => applicativeStateT(Monad0).pure($Tuple(
24857
+ return (dictFV) => (e) => (progCxt) => Bind1.bind(Applicative0.pure())(() => Bind1.bind(runAllocT(Monad0)($1.bind(alloc(progCxt))((progCxt$p) => $1.bind(runWithGraphT_spy2(eval_progCxt2(progCxt$p))(foldableProgCxt.foldl((m) => (a) => insert(ordVertex)(a)()(m))(Leaf2)(progCxt$p)))((v) => applicativeStateT(Monad0).pure($Tuple(
24957
24858
  progCxt$p,
24958
24859
  (() => {
24959
24860
  const $2 = dictFV.fv(e);
@@ -25181,6 +25082,7 @@ var isArray = Array.isArray || function(value) {
25181
25082
  var isFileImpl = (s) => s.isFile();
25182
25083
 
25183
25084
  // output-es/Module.Node/index.js
25085
+ var $$try3 = /* @__PURE__ */ $$try(monadErrorAff);
25184
25086
  var findM = (dictMonad) => {
25185
25087
  const $0 = dictMonad.Bind1().Apply0();
25186
25088
  return (dictFoldable) => (xs) => (f) => (base) => dictFoldable.foldr((x) => (acc) => $0.apply($0.Functor0().map(altMaybe.alt)(acc))(f(x)))(dictMonad.Applicative0().pure(base))(xs);
@@ -25192,7 +25094,15 @@ var loadFile = (folders) => (v) => (dictMonadAff) => {
25192
25094
  return (dictMonadError) => $0.bind(findM1(arrayMap((() => {
25193
25095
  const $1 = v + ".fld";
25194
25096
  return (a) => a + "/" + $1;
25195
- })())(folders))((v1) => $0.bind(dictMonadAff.liftAff(toAff1(stat2)(v1)))((stats) => Monad0.Applicative0().pure(isFileImpl(stats) ? $Maybe("Just", v1) : Nothing)))(Nothing))((url) => {
25097
+ })())(folders))((v1) => $0.bind(dictMonadAff.liftAff($$try3(toAff1(stat2)(v1))))((stats) => Monad0.Applicative0().pure((() => {
25098
+ if (stats.tag === "Left") {
25099
+ return false;
25100
+ }
25101
+ if (stats.tag === "Right") {
25102
+ return isFileImpl(stats._1);
25103
+ }
25104
+ fail();
25105
+ })() ? $Maybe("Just", v1) : Nothing)))(Nothing))((url) => {
25196
25106
  if (url.tag === "Nothing") {
25197
25107
  return throwException(error("File " + v + " not found."))();
25198
25108
  }
@@ -28532,7 +28442,7 @@ var parseImports = /* @__PURE__ */ $Parser(
28532
28442
  );
28533
28443
  var evaluate = (v) => {
28534
28444
  const $0 = v._1.fileName;
28535
- const fluidSrcPaths = ["fluid", ...v._1.library ? ["node_modules/@explorable-viz/fluid"] : []];
28445
+ const fluidSrcPaths = [v._1.prefix, ...v._1.library ? ["node_modules/@explorable-viz/fluid/dist/fluid/fluid"] : []];
28536
28446
  return _bind(loadProgCxt3(fluidSrcPaths)(v._1.imports)(v._1.datasets))((progCxt) => _bind(prepConfig3(fluidSrcPaths)($0)(progCxt))((v1) => _bind(graphEval2(v1.gconfig)(v1.e))((v2) => _pure($Val(
28537
28447
  void 0,
28538
28448
  functorBaseVal.map((v$1) => {
@@ -28635,43 +28545,62 @@ var program = /* @__PURE__ */ (() => $Parser(
28635
28545
  $Parser(
28636
28546
  "MultP",
28637
28547
  $MultPE(
28638
- parserFunctor.map((v) => (v1) => (v2) => (v3) => $Program({ library: v, imports: v1, datasets: v2, fileName: v3 }))($Parser(
28639
- "AltP",
28640
- flag$p(true)((() => {
28641
- const $0 = help("Are you running fluid as a library?");
28642
- const $1 = $0._2._1.tag === "Nothing" ? Nothing : $0._2._1;
28643
- const $2 = $0._2._2.tag === "Nothing" ? Nothing : $0._2._2;
28644
- return $Mod(
28645
- (x) => $0._1({
28646
- flagNames: [$OptName("OptShort", "l"), $OptName("OptLong", "library"), ...x.flagNames],
28647
- flagActive: x.flagActive
28648
- }),
28649
- $DefaultProp($1.tag === "Nothing" ? Nothing : $1, $2.tag === "Nothing" ? Nothing : $2),
28650
- (x) => $0._3(x)
28651
- );
28652
- })()),
28653
- $Parser("NilP", false)
28654
- )),
28655
- parserFunctor.map(fromFoldable29)(parseImports)
28548
+ $Parser(
28549
+ "MultP",
28550
+ $MultPE(
28551
+ parserFunctor.map((v) => (v1) => (v2) => (v3) => (v4) => $Program({ library: v, imports: v1, datasets: v2, fileName: v3, prefix: v4 }))($Parser(
28552
+ "AltP",
28553
+ flag$p(true)((() => {
28554
+ const $0 = help("Are you running fluid as a library?");
28555
+ const $1 = $0._2._1.tag === "Nothing" ? Nothing : $0._2._1;
28556
+ const $2 = $0._2._2.tag === "Nothing" ? Nothing : $0._2._2;
28557
+ return $Mod(
28558
+ (x) => $0._1({
28559
+ flagNames: [$OptName("OptShort", "l"), $OptName("OptLong", "library"), ...x.flagNames],
28560
+ flagActive: x.flagActive
28561
+ }),
28562
+ $DefaultProp($1.tag === "Nothing" ? Nothing : $1, $2.tag === "Nothing" ? Nothing : $2),
28563
+ (x) => $0._3(x)
28564
+ );
28565
+ })()),
28566
+ $Parser("NilP", false)
28567
+ )),
28568
+ parserFunctor.map(fromFoldable29)(parseImports)
28569
+ )
28570
+ ),
28571
+ parserFunctor.map(fromFoldable29)(parseDatasets)
28656
28572
  )
28657
28573
  ),
28658
- parserFunctor.map(fromFoldable29)(parseDatasets)
28574
+ option(readerAsk)((() => {
28575
+ const $0 = help("The file to parse");
28576
+ const $1 = $0._2._1.tag === "Nothing" ? Nothing : $0._2._1;
28577
+ const $2 = $0._2._2.tag === "Nothing" ? Nothing : $0._2._2;
28578
+ return $Mod(
28579
+ (x) => $0._1({
28580
+ optNames: [$OptName("OptShort", "f"), $OptName("OptLong", "file"), ...x.optNames],
28581
+ optCompleter: x.optCompleter,
28582
+ optNoArgError: x.optNoArgError
28583
+ }),
28584
+ $DefaultProp($1.tag === "Nothing" ? Nothing : $1, $2.tag === "Nothing" ? Nothing : $2),
28585
+ (x) => $0._3(x)
28586
+ );
28587
+ })())
28659
28588
  )
28660
28589
  ),
28661
- option(readerAsk)((() => {
28662
- const $0 = help("The file to parse");
28590
+ parserFunctor.map(Folder)(option(readerAsk)((() => {
28591
+ const $0 = help("The prefix for the file");
28663
28592
  const $1 = $0._2._1.tag === "Nothing" ? Nothing : $0._2._1;
28664
28593
  const $2 = $0._2._2.tag === "Nothing" ? Nothing : $0._2._2;
28665
28594
  return $Mod(
28666
28595
  (x) => $0._1({
28667
- optNames: [$OptName("OptShort", "f"), $OptName("OptLong", "file"), ...x.optNames],
28596
+ optNames: [$OptName("OptShort", "p"), $OptName("OptLong", "prefix"), ...x.optNames],
28668
28597
  optCompleter: x.optCompleter,
28669
28598
  optNoArgError: x.optNoArgError
28670
28599
  }),
28671
28600
  $DefaultProp($1.tag === "Nothing" ? Nothing : $1, $2.tag === "Nothing" ? Nothing : $2),
28672
28601
  (x) => $0._3(x)
28673
28602
  );
28674
- })())
28603
+ })()))
28675
28604
  )
28676
28605
  ))();
28677
28606
  var commands = /* @__PURE__ */ (() => ({