@explorable-viz/fluid 0.12.2 → 0.12.4

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.
Files changed (1027) hide show
  1. package/dist/fluid/shared/fluid.mjs +478 -438
  2. package/dist/fluid/shared/load-figure.js +3193 -2969
  3. package/output-es/Affjax/foreign.js +52 -0
  4. package/output-es/Affjax/index.js +387 -0
  5. package/output-es/Affjax.RequestBody/index.js +22 -0
  6. package/output-es/Affjax.RequestHeader/index.js +58 -0
  7. package/output-es/Affjax.ResponseFormat/index.js +47 -0
  8. package/output-es/Affjax.ResponseHeader/index.js +19 -0
  9. package/output-es/Affjax.StatusCode/index.js +8 -0
  10. package/output-es/Affjax.Web/foreign.js +8 -0
  11. package/output-es/Affjax.Web/index.js +14 -0
  12. package/output-es/App.CodeMirror/foreign.js +69 -0
  13. package/output-es/App.CodeMirror/index.js +3 -0
  14. package/output-es/App.Fig/index.js +713 -0
  15. package/output-es/App.LoadFigure/index.js +131 -0
  16. package/output-es/App.Util/index.js +773 -0
  17. package/output-es/App.Util.Selector/index.js +273 -0
  18. package/output-es/App.View/index.js +310 -0
  19. package/output-es/App.View.BarChart/index.js +153 -0
  20. package/output-es/App.View.DocView/index.js +40 -0
  21. package/output-es/App.View.LineChart/index.js +437 -0
  22. package/output-es/App.View.MatrixView/foreign.js +182 -0
  23. package/output-es/App.View.MatrixView/index.js +232 -0
  24. package/output-es/App.View.MultiView/index.js +30 -0
  25. package/output-es/App.View.Paragraph/index.js +44 -0
  26. package/output-es/App.View.ScatterPlot/foreign.js +110 -0
  27. package/output-es/App.View.ScatterPlot/index.js +122 -0
  28. package/output-es/App.View.Segment/index.js +92 -0
  29. package/output-es/App.View.StackedBar/index.js +54 -0
  30. package/output-es/App.View.TableView/index.js +397 -0
  31. package/output-es/App.View.Text/index.js +157 -0
  32. package/output-es/App.View.Util/index.js +222 -0
  33. package/output-es/App.View.Util.Axes/index.js +79 -0
  34. package/output-es/App.View.Util.D3/foreign.js +263 -0
  35. package/output-es/App.View.Util.D3/index.js +678 -0
  36. package/output-es/App.View.Util.Point/index.js +3 -0
  37. package/output-es/Benchmark/index.js +63 -0
  38. package/output-es/Bind/index.js +24 -0
  39. package/output-es/Control.Alt/index.js +5 -0
  40. package/output-es/Control.Alternative/index.js +11 -0
  41. package/output-es/Control.Applicative/index.js +18 -0
  42. package/output-es/Control.Apply/foreign.js +15 -0
  43. package/output-es/Control.Apply/index.js +17 -0
  44. package/output-es/Control.Biapplicative/index.js +5 -0
  45. package/output-es/Control.Biapply/index.js +11 -0
  46. package/output-es/Control.Bind/foreign.js +9 -0
  47. package/output-es/Control.Bind/index.js +21 -0
  48. package/output-es/Control.Category/index.js +4 -0
  49. package/output-es/Control.Comonad/index.js +2 -0
  50. package/output-es/Control.Comonad.Cofree/index.js +255 -0
  51. package/output-es/Control.Comonad.Cofree.Class/index.js +43 -0
  52. package/output-es/Control.Comonad.Env/index.js +8 -0
  53. package/output-es/Control.Comonad.Env.Class/index.js +17 -0
  54. package/output-es/Control.Comonad.Env.Trans/index.js +113 -0
  55. package/output-es/Control.Comonad.Store/index.js +5 -0
  56. package/output-es/Control.Comonad.Store.Class/index.js +56 -0
  57. package/output-es/Control.Comonad.Store.Trans/index.js +27 -0
  58. package/output-es/Control.Comonad.Traced/index.js +4 -0
  59. package/output-es/Control.Comonad.Traced.Class/index.js +16 -0
  60. package/output-es/Control.Comonad.Traced.Trans/index.js +28 -0
  61. package/output-es/Control.Comonad.Trans.Class/index.js +3 -0
  62. package/output-es/Control.Extend/foreign.js +7 -0
  63. package/output-es/Control.Extend/index.js +12 -0
  64. package/output-es/Control.Lazy/index.js +10 -0
  65. package/output-es/Control.Monad/index.js +27 -0
  66. package/output-es/Control.Monad.Cont/index.js +6 -0
  67. package/output-es/Control.Monad.Cont.Class/index.js +3 -0
  68. package/output-es/Control.Monad.Cont.Trans/index.js +122 -0
  69. package/output-es/Control.Monad.Error.Class/index.js +83 -0
  70. package/output-es/Control.Monad.Except/index.js +10 -0
  71. package/output-es/Control.Monad.Except.Trans/index.js +241 -0
  72. package/output-es/Control.Monad.Free/index.js +423 -0
  73. package/output-es/Control.Monad.Free.Class/index.js +45 -0
  74. package/output-es/Control.Monad.Gen/index.js +132 -0
  75. package/output-es/Control.Monad.Gen.Class/index.js +6 -0
  76. package/output-es/Control.Monad.Gen.Common/index.js +44 -0
  77. package/output-es/Control.Monad.Identity.Trans/index.js +88 -0
  78. package/output-es/Control.Monad.List.Trans/index.js +536 -0
  79. package/output-es/Control.Monad.Maybe.Trans/index.js +217 -0
  80. package/output-es/Control.Monad.RWS/index.js +16 -0
  81. package/output-es/Control.Monad.RWS.Trans/index.js +260 -0
  82. package/output-es/Control.Monad.Reader/index.js +6 -0
  83. package/output-es/Control.Monad.Reader.Class/index.js +11 -0
  84. package/output-es/Control.Monad.Reader.Trans/index.js +320 -0
  85. package/output-es/Control.Monad.Rec.Class/index.js +265 -0
  86. package/output-es/Control.Monad.ST/index.js +1 -0
  87. package/output-es/Control.Monad.ST.Class/index.js +7 -0
  88. package/output-es/Control.Monad.ST.Global/index.js +3 -0
  89. package/output-es/Control.Monad.ST.Internal/foreign.js +90 -0
  90. package/output-es/Control.Monad.ST.Internal/index.js +75 -0
  91. package/output-es/Control.Monad.ST.Ref/index.js +1 -0
  92. package/output-es/Control.Monad.ST.Uncurried/foreign.js +229 -0
  93. package/output-es/Control.Monad.ST.Uncurried/index.js +39 -0
  94. package/output-es/Control.Monad.State/index.js +8 -0
  95. package/output-es/Control.Monad.State.Class/index.js +12 -0
  96. package/output-es/Control.Monad.State.Trans/index.js +209 -0
  97. package/output-es/Control.Monad.Trampoline/index.js +9 -0
  98. package/output-es/Control.Monad.Trans.Class/index.js +3 -0
  99. package/output-es/Control.Monad.Writer/index.js +6 -0
  100. package/output-es/Control.Monad.Writer.Class/index.js +14 -0
  101. package/output-es/Control.Monad.Writer.Trans/index.js +256 -0
  102. package/output-es/Control.MonadPlus/index.js +4 -0
  103. package/output-es/Control.Parallel/index.js +49 -0
  104. package/output-es/Control.Parallel.Class/index.js +191 -0
  105. package/output-es/Control.Plus/index.js +4 -0
  106. package/output-es/Control.Promise/foreign.js +24 -0
  107. package/output-es/Control.Promise/index.js +40 -0
  108. package/output-es/Control.Semigroupoid/index.js +4 -0
  109. package/output-es/Data.Argonaut.Core/foreign.js +102 -0
  110. package/output-es/Data.Argonaut.Core/index.js +72 -0
  111. package/output-es/Data.Argonaut.Decode/index.js +10 -0
  112. package/output-es/Data.Argonaut.Decode.Class/index.js +173 -0
  113. package/output-es/Data.Argonaut.Decode.Combinators/index.js +21 -0
  114. package/output-es/Data.Argonaut.Decode.Decoders/index.js +463 -0
  115. package/output-es/Data.Argonaut.Decode.Error/index.js +151 -0
  116. package/output-es/Data.Argonaut.Decode.Parser/index.js +11 -0
  117. package/output-es/Data.Argonaut.Encode/index.js +3 -0
  118. package/output-es/Data.Argonaut.Encode.Class/index.js +114 -0
  119. package/output-es/Data.Argonaut.Encode.Combinators/index.js +15 -0
  120. package/output-es/Data.Argonaut.Encode.Encoders/index.js +222 -0
  121. package/output-es/Data.Argonaut.Gen/index.js +68 -0
  122. package/output-es/Data.Argonaut.Parser/foreign.js +8 -0
  123. package/output-es/Data.Argonaut.Parser/index.js +5 -0
  124. package/output-es/Data.Array/foreign.js +298 -0
  125. package/output-es/Data.Array/index.js +555 -0
  126. package/output-es/Data.Array.NonEmpty/index.js +317 -0
  127. package/output-es/Data.Array.NonEmpty.Internal/foreign.js +77 -0
  128. package/output-es/Data.Array.NonEmpty.Internal/index.js +90 -0
  129. package/output-es/Data.Array.Partial/index.js +7 -0
  130. package/output-es/Data.Array.ST/foreign.js +107 -0
  131. package/output-es/Data.Array.ST/index.js +82 -0
  132. package/output-es/Data.Array.ST.Iterator/index.js +83 -0
  133. package/output-es/Data.Array.ST.Partial/foreign.js +7 -0
  134. package/output-es/Data.Array.ST.Partial/index.js +9 -0
  135. package/output-es/Data.ArrayBuffer.Types/index.js +1 -0
  136. package/output-es/Data.Bifoldable/index.js +149 -0
  137. package/output-es/Data.Bifunctor/index.js +17 -0
  138. package/output-es/Data.Bifunctor.Join/index.js +21 -0
  139. package/output-es/Data.Bitraversable/index.js +195 -0
  140. package/output-es/Data.Boolean/index.js +2 -0
  141. package/output-es/Data.BooleanAlgebra/index.js +42 -0
  142. package/output-es/Data.Bounded/foreign.js +8 -0
  143. package/output-es/Data.Bounded/index.js +76 -0
  144. package/output-es/Data.Bounded.Generic/index.js +37 -0
  145. package/output-es/Data.CatList/index.js +326 -0
  146. package/output-es/Data.CatQueue/index.js +364 -0
  147. package/output-es/Data.Char/index.js +5 -0
  148. package/output-es/Data.Char.Gen/index.js +21 -0
  149. package/output-es/Data.CodePoint.Unicode/index.js +382 -0
  150. package/output-es/Data.CodePoint.Unicode.Internal/index.js +5476 -0
  151. package/output-es/Data.CodePoint.Unicode.Internal.Casing/index.js +1636 -0
  152. package/output-es/Data.CommutativeRing/index.js +49 -0
  153. package/output-es/Data.Compactable/index.js +228 -0
  154. package/output-es/Data.Comparison/index.js +22 -0
  155. package/output-es/Data.Const/index.js +56 -0
  156. package/output-es/Data.Coyoneda/index.js +212 -0
  157. package/output-es/Data.Date/foreign.js +22 -0
  158. package/output-es/Data.Date/index.js +370 -0
  159. package/output-es/Data.Date.Component/index.js +451 -0
  160. package/output-es/Data.Date.Component.Gen/index.js +11 -0
  161. package/output-es/Data.Date.Gen/index.js +25 -0
  162. package/output-es/Data.DateTime/foreign.js +33 -0
  163. package/output-es/Data.DateTime/index.js +131 -0
  164. package/output-es/Data.DateTime.Gen/index.js +8 -0
  165. package/output-es/Data.DateTime.Instant/foreign.js +18 -0
  166. package/output-es/Data.DateTime.Instant/index.js +86 -0
  167. package/output-es/Data.Decidable/index.js +70 -0
  168. package/output-es/Data.Decide/index.js +64 -0
  169. package/output-es/Data.Distributive/index.js +55 -0
  170. package/output-es/Data.Divide/index.js +47 -0
  171. package/output-es/Data.Divisible/index.js +17 -0
  172. package/output-es/Data.DivisionRing/index.js +6 -0
  173. package/output-es/Data.Either/index.js +242 -0
  174. package/output-es/Data.Either.Inject/index.js +25 -0
  175. package/output-es/Data.Either.Nested/index.js +450 -0
  176. package/output-es/Data.Enum/foreign.js +7 -0
  177. package/output-es/Data.Enum/index.js +441 -0
  178. package/output-es/Data.Enum.Gen/index.js +19 -0
  179. package/output-es/Data.Enum.Generic/index.js +211 -0
  180. package/output-es/Data.Eq/foreign.js +23 -0
  181. package/output-es/Data.Eq/index.js +33 -0
  182. package/output-es/Data.Eq.Generic/index.js +16 -0
  183. package/output-es/Data.Equivalence/index.js +8 -0
  184. package/output-es/Data.EuclideanRing/foreign.js +26 -0
  185. package/output-es/Data.EuclideanRing/index.js +25 -0
  186. package/output-es/Data.Exists/index.js +4 -0
  187. package/output-es/Data.Field/index.js +2 -0
  188. package/output-es/Data.Filterable/index.js +317 -0
  189. package/output-es/Data.Foldable/foreign.js +25 -0
  190. package/output-es/Data.Foldable/index.js +394 -0
  191. package/output-es/Data.FoldableWithIndex/index.js +431 -0
  192. package/output-es/Data.FormURLEncoded/index.js +110 -0
  193. package/output-es/Data.Function/index.js +23 -0
  194. package/output-es/Data.Function.Memoize/index.js +242 -0
  195. package/output-es/Data.Function.Uncurried/foreign.js +218 -0
  196. package/output-es/Data.Function.Uncurried/index.js +5 -0
  197. package/output-es/Data.Functor/foreign.js +10 -0
  198. package/output-es/Data.Functor/index.js +14 -0
  199. package/output-es/Data.Functor.App/index.js +87 -0
  200. package/output-es/Data.Functor.Clown/index.js +24 -0
  201. package/output-es/Data.Functor.Compose/index.js +131 -0
  202. package/output-es/Data.Functor.Contravariant/index.js +7 -0
  203. package/output-es/Data.Functor.Coproduct/index.js +171 -0
  204. package/output-es/Data.Functor.Coproduct.Inject/index.js +25 -0
  205. package/output-es/Data.Functor.Coproduct.Nested/index.js +433 -0
  206. package/output-es/Data.Functor.Costar/index.js +82 -0
  207. package/output-es/Data.Functor.Flip/index.js +31 -0
  208. package/output-es/Data.Functor.Invariant/index.js +14 -0
  209. package/output-es/Data.Functor.Joker/index.js +88 -0
  210. package/output-es/Data.Functor.Product/index.js +127 -0
  211. package/output-es/Data.Functor.Product.Nested/index.js +46 -0
  212. package/output-es/Data.Functor.Product2/index.js +46 -0
  213. package/output-es/Data.FunctorWithIndex/foreign.js +10 -0
  214. package/output-es/Data.FunctorWithIndex/index.js +147 -0
  215. package/output-es/Data.Generic.Rep/index.js +31 -0
  216. package/output-es/Data.Graph/index.js +370 -0
  217. package/output-es/Data.HTTP.Method/index.js +223 -0
  218. package/output-es/Data.HeytingAlgebra/foreign.js +15 -0
  219. package/output-es/Data.HeytingAlgebra/index.js +104 -0
  220. package/output-es/Data.HeytingAlgebra.Generic/index.js +76 -0
  221. package/output-es/Data.Identity/index.js +54 -0
  222. package/output-es/Data.Int/foreign.js +65 -0
  223. package/output-es/Data.Int/index.js +122 -0
  224. package/output-es/Data.Int.Bits/foreign.js +48 -0
  225. package/output-es/Data.Int.Bits/index.js +4 -0
  226. package/output-es/Data.Interval/index.js +331 -0
  227. package/output-es/Data.Interval.Duration/index.js +124 -0
  228. package/output-es/Data.Interval.Duration.Iso/index.js +423 -0
  229. package/output-es/Data.JSDate/foreign.js +83 -0
  230. package/output-es/Data.JSDate/index.js +123 -0
  231. package/output-es/Data.Lazy/foreign.js +14 -0
  232. package/output-es/Data.Lazy/index.js +143 -0
  233. package/output-es/Data.List/index.js +1505 -0
  234. package/output-es/Data.List.Internal/index.js +155 -0
  235. package/output-es/Data.List.Lazy/index.js +658 -0
  236. package/output-es/Data.List.Lazy.NonEmpty/index.js +77 -0
  237. package/output-es/Data.List.Lazy.Types/index.js +511 -0
  238. package/output-es/Data.List.NonEmpty/index.js +540 -0
  239. package/output-es/Data.List.Partial/index.js +37 -0
  240. package/output-es/Data.List.Types/index.js +841 -0
  241. package/output-es/Data.List.ZipList/index.js +43 -0
  242. package/output-es/Data.Map/index.js +80 -0
  243. package/output-es/Data.Map.Gen/index.js +15 -0
  244. package/output-es/Data.Map.Internal/index.js +1216 -0
  245. package/output-es/Data.Maybe/index.js +253 -0
  246. package/output-es/Data.Maybe.First/index.js +85 -0
  247. package/output-es/Data.Maybe.Last/index.js +86 -0
  248. package/output-es/Data.MediaType/index.js +8 -0
  249. package/output-es/Data.MediaType.Common/index.js +30 -0
  250. package/output-es/Data.Monoid/index.js +66 -0
  251. package/output-es/Data.Monoid.Additive/index.js +33 -0
  252. package/output-es/Data.Monoid.Alternate/index.js +46 -0
  253. package/output-es/Data.Monoid.Conj/index.js +21 -0
  254. package/output-es/Data.Monoid.Disj/index.js +21 -0
  255. package/output-es/Data.Monoid.Dual/index.js +19 -0
  256. package/output-es/Data.Monoid.Endo/index.js +12 -0
  257. package/output-es/Data.Monoid.Generic/index.js +11 -0
  258. package/output-es/Data.Monoid.Multiplicative/index.js +33 -0
  259. package/output-es/Data.NaturalTransformation/index.js +1 -0
  260. package/output-es/Data.Newtype/index.js +51 -0
  261. package/output-es/Data.NonEmpty/index.js +217 -0
  262. package/output-es/Data.Nullable/foreign.js +12 -0
  263. package/output-es/Data.Nullable/index.js +53 -0
  264. package/output-es/Data.Number/foreign.js +80 -0
  265. package/output-es/Data.Number/index.js +15 -0
  266. package/output-es/Data.Number.Approximate/index.js +13 -0
  267. package/output-es/Data.Number.Format/foreign.js +12 -0
  268. package/output-es/Data.Number.Format/index.js +53 -0
  269. package/output-es/Data.Op/index.js +13 -0
  270. package/output-es/Data.Ord/foreign.js +43 -0
  271. package/output-es/Data.Ord/index.js +161 -0
  272. package/output-es/Data.Ord.Down/index.js +35 -0
  273. package/output-es/Data.Ord.Generic/index.js +34 -0
  274. package/output-es/Data.Ord.Max/index.js +34 -0
  275. package/output-es/Data.Ord.Min/index.js +34 -0
  276. package/output-es/Data.Ordering/index.js +35 -0
  277. package/output-es/Data.Posix/index.js +19 -0
  278. package/output-es/Data.Posix.Signal/index.js +405 -0
  279. package/output-es/Data.Predicate/index.js +14 -0
  280. package/output-es/Data.Profunctor/index.js +13 -0
  281. package/output-es/Data.Profunctor.Choice/index.js +32 -0
  282. package/output-es/Data.Profunctor.Closed/index.js +5 -0
  283. package/output-es/Data.Profunctor.Cochoice/index.js +3 -0
  284. package/output-es/Data.Profunctor.Costrong/index.js +3 -0
  285. package/output-es/Data.Profunctor.Join/index.js +13 -0
  286. package/output-es/Data.Profunctor.Split/index.js +11 -0
  287. package/output-es/Data.Profunctor.Star/index.js +250 -0
  288. package/output-es/Data.Profunctor.Strong/index.js +19 -0
  289. package/output-es/Data.Reflectable/foreign.js +5 -0
  290. package/output-es/Data.Reflectable/index.js +10 -0
  291. package/output-es/Data.Ring/foreign.js +12 -0
  292. package/output-es/Data.Ring/index.js +50 -0
  293. package/output-es/Data.Ring.Generic/index.js +10 -0
  294. package/output-es/Data.Semigroup/foreign.js +13 -0
  295. package/output-es/Data.Semigroup/index.js +25 -0
  296. package/output-es/Data.Semigroup.First/index.js +14 -0
  297. package/output-es/Data.Semigroup.Foldable/index.js +143 -0
  298. package/output-es/Data.Semigroup.Generic/index.js +11 -0
  299. package/output-es/Data.Semigroup.Last/index.js +14 -0
  300. package/output-es/Data.Semigroup.Traversable/index.js +39 -0
  301. package/output-es/Data.Semiring/foreign.js +25 -0
  302. package/output-es/Data.Semiring/index.js +66 -0
  303. package/output-es/Data.Semiring.Generic/index.js +52 -0
  304. package/output-es/Data.Set/index.js +310 -0
  305. package/output-es/Data.Set.NonEmpty/index.js +198 -0
  306. package/output-es/Data.Show/foreign.js +59 -0
  307. package/output-es/Data.Show/index.js +56 -0
  308. package/output-es/Data.Show.Generic/foreign.js +5 -0
  309. package/output-es/Data.Show.Generic/index.js +43 -0
  310. package/output-es/Data.String/index.js +1 -0
  311. package/output-es/Data.String.CaseInsensitive/index.js +12 -0
  312. package/output-es/Data.String.CodePoints/foreign.js +107 -0
  313. package/output-es/Data.String.CodePoints/index.js +201 -0
  314. package/output-es/Data.String.CodeUnits/foreign.js +116 -0
  315. package/output-es/Data.String.CodeUnits/index.js +55 -0
  316. package/output-es/Data.String.Common/foreign.js +52 -0
  317. package/output-es/Data.String.Common/index.js +6 -0
  318. package/output-es/Data.String.Gen/index.js +26 -0
  319. package/output-es/Data.String.NonEmpty/index.js +1 -0
  320. package/output-es/Data.String.NonEmpty.CaseInsensitive/index.js +12 -0
  321. package/output-es/Data.String.NonEmpty.CodePoints/index.js +89 -0
  322. package/output-es/Data.String.NonEmpty.CodeUnits/index.js +98 -0
  323. package/output-es/Data.String.NonEmpty.Internal/index.js +119 -0
  324. package/output-es/Data.String.Pattern/index.js +13 -0
  325. package/output-es/Data.String.Regex/foreign.js +103 -0
  326. package/output-es/Data.String.Regex/index.js +28 -0
  327. package/output-es/Data.String.Regex.Flags/index.js +44 -0
  328. package/output-es/Data.String.Regex.Unsafe/index.js +10 -0
  329. package/output-es/Data.String.Unicode/index.js +18 -0
  330. package/output-es/Data.String.Unsafe/foreign.js +11 -0
  331. package/output-es/Data.String.Unsafe/index.js +4 -0
  332. package/output-es/Data.Symbol/foreign.js +6 -0
  333. package/output-es/Data.Symbol/index.js +6 -0
  334. package/output-es/Data.Time/index.js +119 -0
  335. package/output-es/Data.Time.Component/index.js +138 -0
  336. package/output-es/Data.Time.Component.Gen/index.js +7 -0
  337. package/output-es/Data.Time.Duration/index.js +95 -0
  338. package/output-es/Data.Time.Duration.Gen/index.js +7 -0
  339. package/output-es/Data.Time.Gen/index.js +8 -0
  340. package/output-es/Data.Traversable/foreign.js +52 -0
  341. package/output-es/Data.Traversable/index.js +303 -0
  342. package/output-es/Data.Traversable.Accum/index.js +1 -0
  343. package/output-es/Data.Traversable.Accum.Internal/index.js +35 -0
  344. package/output-es/Data.TraversableWithIndex/index.js +280 -0
  345. package/output-es/Data.Tuple/index.js +194 -0
  346. package/output-es/Data.Tuple.Nested/index.js +290 -0
  347. package/output-es/Data.Unfoldable/foreign.js +21 -0
  348. package/output-es/Data.Unfoldable/index.js +45 -0
  349. package/output-es/Data.Unfoldable1/foreign.js +21 -0
  350. package/output-es/Data.Unfoldable1/index.js +39 -0
  351. package/output-es/Data.Unit/foreign.js +1 -0
  352. package/output-es/Data.Unit/index.js +3 -0
  353. package/output-es/Data.Void/index.js +12 -0
  354. package/output-es/Data.Witherable/index.js +371 -0
  355. package/output-es/Data.Yoneda/index.js +85 -0
  356. package/output-es/DataType/index.js +276 -0
  357. package/output-es/Debug/foreign.js +57 -0
  358. package/output-es/Debug/index.js +13 -0
  359. package/output-es/Desug/index.js +17 -0
  360. package/output-es/Desugarable/index.js +3 -0
  361. package/output-es/Dict/index.js +118 -0
  362. package/output-es/Effect/foreign.js +51 -0
  363. package/output-es/Effect/index.js +49 -0
  364. package/output-es/Effect.Aff/foreign.js +1154 -0
  365. package/output-es/Effect.Aff/index.js +268 -0
  366. package/output-es/Effect.Aff.Class/index.js +114 -0
  367. package/output-es/Effect.Aff.Compat/index.js +14 -0
  368. package/output-es/Effect.Class/index.js +4 -0
  369. package/output-es/Effect.Class.Console/index.js +25 -0
  370. package/output-es/Effect.Console/foreign.js +67 -0
  371. package/output-es/Effect.Console/index.js +17 -0
  372. package/output-es/Effect.Exception/foreign.js +45 -0
  373. package/output-es/Effect.Exception/index.js +14 -0
  374. package/output-es/Effect.Exception.Unsafe/index.js +4 -0
  375. package/output-es/Effect.Now/foreign.js +8 -0
  376. package/output-es/Effect.Now/index.js +16 -0
  377. package/output-es/Effect.Random/foreign.js +1 -0
  378. package/output-es/Effect.Random/index.js +17 -0
  379. package/output-es/Effect.Ref/foreign.js +37 -0
  380. package/output-es/Effect.Ref/index.js +34 -0
  381. package/output-es/Effect.Uncurried/foreign.js +229 -0
  382. package/output-es/Effect.Uncurried/index.js +386 -0
  383. package/output-es/Effect.Unsafe/foreign.js +3 -0
  384. package/output-es/Effect.Unsafe/index.js +3 -0
  385. package/output-es/Eval/index.js +951 -0
  386. package/output-es/ExitCodes/index.js +461 -0
  387. package/output-es/Expr/index.js +1732 -0
  388. package/output-es/File/index.js +125 -0
  389. package/output-es/Fluid/index.js +229 -0
  390. package/output-es/Foreign/foreign.js +19 -0
  391. package/output-es/Foreign/index.js +171 -0
  392. package/output-es/Foreign.Index/foreign.js +11 -0
  393. package/output-es/Foreign.Index/index.js +80 -0
  394. package/output-es/Foreign.Keys/foreign.js +9 -0
  395. package/output-es/Foreign.Keys/index.js +28 -0
  396. package/output-es/Foreign.Object/foreign.js +116 -0
  397. package/output-es/Foreign.Object/index.js +304 -0
  398. package/output-es/Foreign.Object.Gen/index.js +13 -0
  399. package/output-es/Foreign.Object.ST/foreign.js +37 -0
  400. package/output-es/Foreign.Object.ST/index.js +9 -0
  401. package/output-es/Foreign.Object.ST.Unsafe/foreign.js +5 -0
  402. package/output-es/Foreign.Object.ST.Unsafe/index.js +3 -0
  403. package/output-es/Foreign.Object.Unsafe/foreign.js +5 -0
  404. package/output-es/Foreign.Object.Unsafe/index.js +3 -0
  405. package/output-es/GaloisConnection/index.js +72 -0
  406. package/output-es/Graph/index.js +279 -0
  407. package/output-es/Graph.GraphImpl/index.js +296 -0
  408. package/output-es/Graph.Slice/index.js +125 -0
  409. package/output-es/Graph.WithGraph/index.js +190 -0
  410. package/output-es/JSURI/foreign.js +61 -0
  411. package/output-es/JSURI/index.js +10 -0
  412. package/output-es/Lattice/index.js +397 -0
  413. package/output-es/Link/index.js +84 -0
  414. package/output-es/Module/index.js +317 -0
  415. package/output-es/Module.Node/index.js +95 -0
  416. package/output-es/Module.Web/index.js +79 -0
  417. package/output-es/ModuleGraph/index.js +1 -0
  418. package/output-es/Node.Buffer/foreign.js +33 -0
  419. package/output-es/Node.Buffer/index.js +191 -0
  420. package/output-es/Node.Buffer.Class/index.js +48 -0
  421. package/output-es/Node.Buffer.Constants/foreign.js +5 -0
  422. package/output-es/Node.Buffer.Constants/index.js +3 -0
  423. package/output-es/Node.Buffer.Immutable/foreign.js +45 -0
  424. package/output-es/Node.Buffer.Immutable/index.js +121 -0
  425. package/output-es/Node.Buffer.ST/index.js +98 -0
  426. package/output-es/Node.Buffer.Types/index.js +36 -0
  427. package/output-es/Node.Encoding/foreign.js +3 -0
  428. package/output-es/Node.Encoding/index.js +55 -0
  429. package/output-es/Node.EventEmitter/foreign.js +24 -0
  430. package/output-es/Node.EventEmitter/index.js +142 -0
  431. package/output-es/Node.EventEmitter.UtilTypes/index.js +1 -0
  432. package/output-es/Node.FS/index.js +27 -0
  433. package/output-es/Node.FS.Aff/index.js +132 -0
  434. package/output-es/Node.FS.Async/foreign.js +28 -0
  435. package/output-es/Node.FS.Async/index.js +241 -0
  436. package/output-es/Node.FS.Constants/foreign.js +17 -0
  437. package/output-es/Node.FS.Constants/index.js +103 -0
  438. package/output-es/Node.FS.Perms/index.js +125 -0
  439. package/output-es/Node.FS.Stats/foreign.js +27 -0
  440. package/output-es/Node.FS.Stats/index.js +102 -0
  441. package/output-es/Node.FS.Stream/foreign.js +11 -0
  442. package/output-es/Node.FS.Stream/index.js +20 -0
  443. package/output-es/Node.FS.Sync/foreign.js +30 -0
  444. package/output-es/Node.FS.Sync/index.js +258 -0
  445. package/output-es/Node.Path/foreign.js +30 -0
  446. package/output-es/Node.Path/index.js +3 -0
  447. package/output-es/Node.Platform/index.js +104 -0
  448. package/output-es/Node.Process/foreign.js +65 -0
  449. package/output-es/Node.Process/index.js +180 -0
  450. package/output-es/Node.Stream/foreign.js +97 -0
  451. package/output-es/Node.Stream/index.js +310 -0
  452. package/output-es/Node.Stream.Aff/index.js +445 -0
  453. package/output-es/Node.Symbol/foreign.js +3 -0
  454. package/output-es/Node.Symbol/index.js +12 -0
  455. package/output-es/Options.Applicative/index.js +1 -0
  456. package/output-es/Options.Applicative.BashCompletion/index.js +417 -0
  457. package/output-es/Options.Applicative.Builder/index.js +505 -0
  458. package/output-es/Options.Applicative.Builder.Completer/foreign.js +8 -0
  459. package/output-es/Options.Applicative.Builder.Completer/index.js +133 -0
  460. package/output-es/Options.Applicative.Builder.Internal/index.js +122 -0
  461. package/output-es/Options.Applicative.Common/index.js +497 -0
  462. package/output-es/Options.Applicative.Extra/index.js +273 -0
  463. package/output-es/Options.Applicative.Help/index.js +3 -0
  464. package/output-es/Options.Applicative.Help.Chunk/index.js +229 -0
  465. package/output-es/Options.Applicative.Help.Core/index.js +450 -0
  466. package/output-es/Options.Applicative.Help.Levenshtein/index.js +22 -0
  467. package/output-es/Options.Applicative.Help.Pretty/index.js +1 -0
  468. package/output-es/Options.Applicative.Help.Types/index.js +112 -0
  469. package/output-es/Options.Applicative.Internal/index.js +447 -0
  470. package/output-es/Options.Applicative.Internal.Utils/index.js +36 -0
  471. package/output-es/Options.Applicative.Types/index.js +979 -0
  472. package/output-es/PSCI.Support/index.js +15 -0
  473. package/output-es/Parse/index.js +2003 -0
  474. package/output-es/Parse.Number/index.js +390 -0
  475. package/output-es/Parse.Parser/index.js +428 -0
  476. package/output-es/Parsing/index.js +342 -0
  477. package/output-es/Parsing.Combinators/index.js +901 -0
  478. package/output-es/Parsing.Combinators.Array/index.js +131 -0
  479. package/output-es/Parsing.Expr/index.js +317 -0
  480. package/output-es/Parsing.Indent/index.js +492 -0
  481. package/output-es/Parsing.Language/index.js +224 -0
  482. package/output-es/Parsing.String/index.js +378 -0
  483. package/output-es/Parsing.String.Basic/index.js +236 -0
  484. package/output-es/Parsing.String.Replace/index.js +342 -0
  485. package/output-es/Parsing.Token/index.js +1980 -0
  486. package/output-es/Partial/foreign.js +5 -0
  487. package/output-es/Partial/index.js +6 -0
  488. package/output-es/Partial.Unsafe/foreign.js +5 -0
  489. package/output-es/Partial.Unsafe/index.js +8 -0
  490. package/output-es/Prelude/index.js +13 -0
  491. package/output-es/Pretty/index.js +1334 -0
  492. package/output-es/Pretty.Doc/index.js +139 -0
  493. package/output-es/Pretty.Util/index.js +90 -0
  494. package/output-es/Primitive/index.js +304 -0
  495. package/output-es/Primitive.Defs/index.js +872 -0
  496. package/output-es/Primitive.Parse/index.js +93 -0
  497. package/output-es/Random.LCG/index.js +35 -0
  498. package/output-es/Record/index.js +23 -0
  499. package/output-es/Record.Builder/foreign.js +44 -0
  500. package/output-es/Record.Builder/index.js +20 -0
  501. package/output-es/Record.Unsafe/foreign.js +38 -0
  502. package/output-es/Record.Unsafe/index.js +9 -0
  503. package/output-es/Record.Unsafe.Union/foreign.js +14 -0
  504. package/output-es/Record.Unsafe.Union/index.js +4 -0
  505. package/output-es/SExpr/index.js +3972 -0
  506. package/output-es/Safe.Coerce/index.js +3 -0
  507. package/output-es/Test.Assert/foreign.js +21 -0
  508. package/output-es/Test.Assert/index.js +37 -0
  509. package/output-es/Test.Benchmark.Util/foreign.js +3 -0
  510. package/output-es/Test.Benchmark.Util/index.js +273 -0
  511. package/output-es/Test.QuickCheck/index.js +297 -0
  512. package/output-es/Test.QuickCheck.Arbitrary/index.js +482 -0
  513. package/output-es/Test.QuickCheck.Gen/foreign.js +10 -0
  514. package/output-es/Test.QuickCheck.Gen/index.js +270 -0
  515. package/output-es/Test.Specs.Bwd/index.js +220 -0
  516. package/output-es/Test.Specs.Comments/index.js +25 -0
  517. package/output-es/Test.Specs.Desugar/index.js +17 -0
  518. package/output-es/Test.Specs.Graphics/index.js +7 -0
  519. package/output-es/Test.Specs.LinkedInputs/index.js +52 -0
  520. package/output-es/Test.Specs.LinkedOutputs/index.js +61 -0
  521. package/output-es/Test.Specs.Misc/index.js +35 -0
  522. package/output-es/Test.Specs.Paragraph/index.js +5 -0
  523. package/output-es/Test.Test/index.js +106 -0
  524. package/output-es/Test.Util/index.js +239 -0
  525. package/output-es/Test.Util.Debug/index.js +6 -0
  526. package/output-es/Test.Util.Debug.Defaults/index.js +16 -0
  527. package/output-es/Test.Util.Mocha/foreign.js +55 -0
  528. package/output-es/Test.Util.Mocha/index.js +21 -0
  529. package/output-es/Test.Util.Puppeteer/index.js +83 -0
  530. package/output-es/Test.Util.Suite/index.js +197 -0
  531. package/output-es/Text.PrettyPrint.Leijen/index.js +700 -0
  532. package/output-es/Toppokki/foreign.js +170 -0
  533. package/output-es/Toppokki/index.js +122 -0
  534. package/output-es/Type.Data.Boolean/index.js +21 -0
  535. package/output-es/Type.Data.Ordering/index.js +56 -0
  536. package/output-es/Type.Data.Symbol/index.js +7 -0
  537. package/output-es/Type.Equality/index.js +5 -0
  538. package/output-es/Type.Function/index.js +1 -0
  539. package/output-es/Type.Prelude/index.js +1 -0
  540. package/output-es/Type.Proxy/index.js +51 -0
  541. package/output-es/Type.Row/index.js +1 -0
  542. package/output-es/Type.Row.Homogeneous/index.js +4 -0
  543. package/output-es/Type.RowList/index.js +10 -0
  544. package/output-es/Unsafe.Coerce/foreign.js +5 -0
  545. package/output-es/Unsafe.Coerce/index.js +3 -0
  546. package/output-es/Util/index.js +340 -0
  547. package/output-es/Util.Map/foreign.js +13 -0
  548. package/output-es/Util.Map/index.js +129 -0
  549. package/output-es/Util.Pair/index.js +90 -0
  550. package/output-es/Util.Set/index.js +75 -0
  551. package/output-es/Val/index.js +1771 -0
  552. package/output-es/Web.DOM/index.js +1 -0
  553. package/output-es/Web.DOM.CharacterData/foreign.js +61 -0
  554. package/output-es/Web.DOM.CharacterData/index.js +13 -0
  555. package/output-es/Web.DOM.ChildNode/foreign.js +5 -0
  556. package/output-es/Web.DOM.ChildNode/index.js +3 -0
  557. package/output-es/Web.DOM.Comment/index.js +13 -0
  558. package/output-es/Web.DOM.DOMTokenList/foreign.js +49 -0
  559. package/output-es/Web.DOM.DOMTokenList/index.js +15 -0
  560. package/output-es/Web.DOM.Document/foreign.js +112 -0
  561. package/output-es/Web.DOM.Document/index.js +75 -0
  562. package/output-es/Web.DOM.DocumentFragment/index.js +13 -0
  563. package/output-es/Web.DOM.DocumentType/foreign.js +9 -0
  564. package/output-es/Web.DOM.DocumentType/index.js +11 -0
  565. package/output-es/Web.DOM.Element/foreign.js +210 -0
  566. package/output-es/Web.DOM.Element/index.js +101 -0
  567. package/output-es/Web.DOM.HTMLCollection/foreign.js +27 -0
  568. package/output-es/Web.DOM.HTMLCollection/index.js +25 -0
  569. package/output-es/Web.DOM.Internal.Types/index.js +1 -0
  570. package/output-es/Web.DOM.MutationObserver/foreign.js +29 -0
  571. package/output-es/Web.DOM.MutationObserver/index.js +4 -0
  572. package/output-es/Web.DOM.MutationRecord/foreign.js +53 -0
  573. package/output-es/Web.DOM.MutationRecord/index.js +66 -0
  574. package/output-es/Web.DOM.Node/foreign.js +153 -0
  575. package/output-es/Web.DOM.Node/index.js +147 -0
  576. package/output-es/Web.DOM.NodeList/foreign.js +19 -0
  577. package/output-es/Web.DOM.NodeList/index.js +15 -0
  578. package/output-es/Web.DOM.NodeType/index.js +199 -0
  579. package/output-es/Web.DOM.NonDocumentTypeChildNode/foreign.js +11 -0
  580. package/output-es/Web.DOM.NonDocumentTypeChildNode/index.js +19 -0
  581. package/output-es/Web.DOM.NonElementParentNode/foreign.js +7 -0
  582. package/output-es/Web.DOM.NonElementParentNode/index.js +15 -0
  583. package/output-es/Web.DOM.ParentNode/foreign.js +28 -0
  584. package/output-es/Web.DOM.ParentNode/index.js +35 -0
  585. package/output-es/Web.DOM.ProcessingInstruction/foreign.js +5 -0
  586. package/output-es/Web.DOM.ProcessingInstruction/index.js +15 -0
  587. package/output-es/Web.DOM.ShadowRoot/foreign.js +9 -0
  588. package/output-es/Web.DOM.ShadowRoot/index.js +23 -0
  589. package/output-es/Web.DOM.Text/foreign.js +13 -0
  590. package/output-es/Web.DOM.Text/index.js +15 -0
  591. package/output-es/Web.Event.CustomEvent/foreign.js +18 -0
  592. package/output-es/Web.Event.CustomEvent/index.js +20 -0
  593. package/output-es/Web.Event.Event/foreign.js +51 -0
  594. package/output-es/Web.Event.Event/index.js +23 -0
  595. package/output-es/Web.Event.EventPhase/index.js +99 -0
  596. package/output-es/Web.Event.EventTarget/foreign.js +51 -0
  597. package/output-es/Web.Event.EventTarget/index.js +3 -0
  598. package/output-es/Web.Event.Internal.Types/index.js +1 -0
  599. package/output-es/Web.File.Blob/foreign.js +19 -0
  600. package/output-es/Web.File.Blob/index.js +18 -0
  601. package/output-es/Web.File.File/foreign.js +2 -0
  602. package/output-es/Web.File.File/index.js +13 -0
  603. package/output-es/Web.File.FileList/foreign.js +7 -0
  604. package/output-es/Web.File.FileList/index.js +16 -0
  605. package/output-es/Web.File.FileReader/foreign.js +51 -0
  606. package/output-es/Web.File.FileReader/index.js +19 -0
  607. package/output-es/Web.File.FileReader.ReadyState/index.js +94 -0
  608. package/output-es/Web.File.Url/foreign.js +11 -0
  609. package/output-es/Web.File.Url/index.js +3 -0
  610. package/output-es/Web.HTML/foreign.js +4 -0
  611. package/output-es/Web.HTML/index.js +3 -0
  612. package/output-es/Web.HTML.Common/index.js +15 -0
  613. package/output-es/Web.HTML.Event.BeforeUnloadEvent/foreign.js +13 -0
  614. package/output-es/Web.HTML.Event.BeforeUnloadEvent/index.js +7 -0
  615. package/output-es/Web.HTML.Event.BeforeUnloadEvent.EventTypes/index.js +2 -0
  616. package/output-es/Web.HTML.Event.DataTransfer/foreign.js +55 -0
  617. package/output-es/Web.HTML.Event.DataTransfer/index.js +63 -0
  618. package/output-es/Web.HTML.Event.DataTransfer.DataTransferItem/foreign.js +23 -0
  619. package/output-es/Web.HTML.Event.DataTransfer.DataTransferItem/index.js +41 -0
  620. package/output-es/Web.HTML.Event.DragEvent/foreign.js +3 -0
  621. package/output-es/Web.HTML.Event.DragEvent/index.js +7 -0
  622. package/output-es/Web.HTML.Event.DragEvent.EventTypes/index.js +9 -0
  623. package/output-es/Web.HTML.Event.ErrorEvent/foreign.js +15 -0
  624. package/output-es/Web.HTML.Event.ErrorEvent/index.js +7 -0
  625. package/output-es/Web.HTML.Event.EventTypes/index.js +68 -0
  626. package/output-es/Web.HTML.Event.HashChangeEvent/foreign.js +7 -0
  627. package/output-es/Web.HTML.Event.HashChangeEvent/index.js +7 -0
  628. package/output-es/Web.HTML.Event.HashChangeEvent.EventTypes/index.js +2 -0
  629. package/output-es/Web.HTML.Event.PageTransitionEvent/foreign.js +3 -0
  630. package/output-es/Web.HTML.Event.PageTransitionEvent/index.js +7 -0
  631. package/output-es/Web.HTML.Event.PageTransitionEvent.EventTypes/index.js +3 -0
  632. package/output-es/Web.HTML.Event.PopStateEvent/foreign.js +3 -0
  633. package/output-es/Web.HTML.Event.PopStateEvent/index.js +7 -0
  634. package/output-es/Web.HTML.Event.PopStateEvent.EventTypes/index.js +2 -0
  635. package/output-es/Web.HTML.Event.TrackEvent/index.js +5 -0
  636. package/output-es/Web.HTML.Event.TrackEvent.EventTypes/index.js +3 -0
  637. package/output-es/Web.HTML.HTMLAnchorElement/foreign.js +117 -0
  638. package/output-es/Web.HTML.HTMLAnchorElement/index.js +36 -0
  639. package/output-es/Web.HTML.HTMLAreaElement/foreign.js +133 -0
  640. package/output-es/Web.HTML.HTMLAreaElement/index.js +34 -0
  641. package/output-es/Web.HTML.HTMLAudioElement/foreign.js +9 -0
  642. package/output-es/Web.HTML.HTMLAudioElement/index.js +40 -0
  643. package/output-es/Web.HTML.HTMLBRElement/index.js +32 -0
  644. package/output-es/Web.HTML.HTMLBaseElement/foreign.js +29 -0
  645. package/output-es/Web.HTML.HTMLBaseElement/index.js +34 -0
  646. package/output-es/Web.HTML.HTMLBodyElement/index.js +32 -0
  647. package/output-es/Web.HTML.HTMLButtonElement/foreign.js +223 -0
  648. package/output-es/Web.HTML.HTMLButtonElement/index.js +73 -0
  649. package/output-es/Web.HTML.HTMLCanvasElement/foreign.js +29 -0
  650. package/output-es/Web.HTML.HTMLCanvasElement/index.js +34 -0
  651. package/output-es/Web.HTML.HTMLDListElement/index.js +32 -0
  652. package/output-es/Web.HTML.HTMLDataElement/foreign.js +13 -0
  653. package/output-es/Web.HTML.HTMLDataElement/index.js +34 -0
  654. package/output-es/Web.HTML.HTMLDataListElement/foreign.js +5 -0
  655. package/output-es/Web.HTML.HTMLDataListElement/index.js +34 -0
  656. package/output-es/Web.HTML.HTMLDivElement/index.js +32 -0
  657. package/output-es/Web.HTML.HTMLDocument/foreign.js +39 -0
  658. package/output-es/Web.HTML.HTMLDocument/index.js +76 -0
  659. package/output-es/Web.HTML.HTMLDocument.ReadyState/index.js +52 -0
  660. package/output-es/Web.HTML.HTMLDocument.VisibilityState/index.js +42 -0
  661. package/output-es/Web.HTML.HTMLElement/foreign.js +194 -0
  662. package/output-es/Web.HTML.HTMLElement/index.js +66 -0
  663. package/output-es/Web.HTML.HTMLEmbedElement/foreign.js +61 -0
  664. package/output-es/Web.HTML.HTMLEmbedElement/index.js +34 -0
  665. package/output-es/Web.HTML.HTMLFieldSetElement/foreign.js +103 -0
  666. package/output-es/Web.HTML.HTMLFieldSetElement/index.js +44 -0
  667. package/output-es/Web.HTML.HTMLFormElement/foreign.js +181 -0
  668. package/output-es/Web.HTML.HTMLFormElement/index.js +58 -0
  669. package/output-es/Web.HTML.HTMLHRElement/index.js +32 -0
  670. package/output-es/Web.HTML.HTMLHeadElement/index.js +32 -0
  671. package/output-es/Web.HTML.HTMLHeadingElement/index.js +32 -0
  672. package/output-es/Web.HTML.HTMLHtmlElement/index.js +32 -0
  673. package/output-es/Web.HTML.HTMLHyperlinkElementUtils/foreign.js +165 -0
  674. package/output-es/Web.HTML.HTMLHyperlinkElementUtils/index.js +26 -0
  675. package/output-es/Web.HTML.HTMLIFrameElement/foreign.js +91 -0
  676. package/output-es/Web.HTML.HTMLIFrameElement/index.js +52 -0
  677. package/output-es/Web.HTML.HTMLImageElement/foreign.js +215 -0
  678. package/output-es/Web.HTML.HTMLImageElement/index.js +140 -0
  679. package/output-es/Web.HTML.HTMLImageElement.CORSMode/index.js +43 -0
  680. package/output-es/Web.HTML.HTMLImageElement.DecodingHint/index.js +53 -0
  681. package/output-es/Web.HTML.HTMLImageElement.Laziness/index.js +43 -0
  682. package/output-es/Web.HTML.HTMLInputElement/foreign.js +727 -0
  683. package/output-es/Web.HTML.HTMLInputElement/index.js +171 -0
  684. package/output-es/Web.HTML.HTMLKeygenElement/foreign.js +151 -0
  685. package/output-es/Web.HTML.HTMLKeygenElement/index.js +64 -0
  686. package/output-es/Web.HTML.HTMLLIElement/foreign.js +13 -0
  687. package/output-es/Web.HTML.HTMLLIElement/index.js +34 -0
  688. package/output-es/Web.HTML.HTMLLabelElement/foreign.js +29 -0
  689. package/output-es/Web.HTML.HTMLLabelElement/index.js +52 -0
  690. package/output-es/Web.HTML.HTMLLegendElement/foreign.js +5 -0
  691. package/output-es/Web.HTML.HTMLLegendElement/index.js +44 -0
  692. package/output-es/Web.HTML.HTMLLinkElement/foreign.js +133 -0
  693. package/output-es/Web.HTML.HTMLLinkElement/index.js +34 -0
  694. package/output-es/Web.HTML.HTMLMapElement/foreign.js +29 -0
  695. package/output-es/Web.HTML.HTMLMapElement/index.js +34 -0
  696. package/output-es/Web.HTML.HTMLMediaElement/foreign.js +295 -0
  697. package/output-es/Web.HTML.HTMLMediaElement/index.js +103 -0
  698. package/output-es/Web.HTML.HTMLMediaElement.CanPlayType/index.js +52 -0
  699. package/output-es/Web.HTML.HTMLMediaElement.NetworkState/index.js +109 -0
  700. package/output-es/Web.HTML.HTMLMediaElement.ReadyState/index.js +124 -0
  701. package/output-es/Web.HTML.HTMLMetaElement/foreign.js +45 -0
  702. package/output-es/Web.HTML.HTMLMetaElement/index.js +34 -0
  703. package/output-es/Web.HTML.HTMLMeterElement/foreign.js +101 -0
  704. package/output-es/Web.HTML.HTMLMeterElement/index.js +34 -0
  705. package/output-es/Web.HTML.HTMLModElement/foreign.js +29 -0
  706. package/output-es/Web.HTML.HTMLModElement/index.js +34 -0
  707. package/output-es/Web.HTML.HTMLOListElement/foreign.js +45 -0
  708. package/output-es/Web.HTML.HTMLOListElement/index.js +34 -0
  709. package/output-es/Web.HTML.HTMLObjectElement/foreign.js +167 -0
  710. package/output-es/Web.HTML.HTMLObjectElement/index.js +74 -0
  711. package/output-es/Web.HTML.HTMLOptGroupElement/foreign.js +29 -0
  712. package/output-es/Web.HTML.HTMLOptGroupElement/index.js +34 -0
  713. package/output-es/Web.HTML.HTMLOptionElement/foreign.js +109 -0
  714. package/output-es/Web.HTML.HTMLOptionElement/index.js +44 -0
  715. package/output-es/Web.HTML.HTMLOutputElement/foreign.js +119 -0
  716. package/output-es/Web.HTML.HTMLOutputElement/index.js +60 -0
  717. package/output-es/Web.HTML.HTMLParagraphElement/index.js +32 -0
  718. package/output-es/Web.HTML.HTMLParamElement/foreign.js +29 -0
  719. package/output-es/Web.HTML.HTMLParamElement/index.js +34 -0
  720. package/output-es/Web.HTML.HTMLPreElement/index.js +32 -0
  721. package/output-es/Web.HTML.HTMLProgressElement/foreign.js +45 -0
  722. package/output-es/Web.HTML.HTMLProgressElement/index.js +34 -0
  723. package/output-es/Web.HTML.HTMLQuoteElement/foreign.js +13 -0
  724. package/output-es/Web.HTML.HTMLQuoteElement/index.js +34 -0
  725. package/output-es/Web.HTML.HTMLScriptElement/foreign.js +109 -0
  726. package/output-es/Web.HTML.HTMLScriptElement/index.js +34 -0
  727. package/output-es/Web.HTML.HTMLSelectElement/foreign.js +223 -0
  728. package/output-es/Web.HTML.HTMLSelectElement/index.js +73 -0
  729. package/output-es/Web.HTML.HTMLSourceElement/foreign.js +45 -0
  730. package/output-es/Web.HTML.HTMLSourceElement/index.js +34 -0
  731. package/output-es/Web.HTML.HTMLSpanElement/index.js +32 -0
  732. package/output-es/Web.HTML.HTMLStyleElement/foreign.js +29 -0
  733. package/output-es/Web.HTML.HTMLStyleElement/index.js +34 -0
  734. package/output-es/Web.HTML.HTMLTableCaptionElement/index.js +32 -0
  735. package/output-es/Web.HTML.HTMLTableCellElement/foreign.js +37 -0
  736. package/output-es/Web.HTML.HTMLTableCellElement/index.js +34 -0
  737. package/output-es/Web.HTML.HTMLTableColElement/foreign.js +13 -0
  738. package/output-es/Web.HTML.HTMLTableColElement/index.js +34 -0
  739. package/output-es/Web.HTML.HTMLTableDataCellElement/index.js +36 -0
  740. package/output-es/Web.HTML.HTMLTableElement/foreign.js +153 -0
  741. package/output-es/Web.HTML.HTMLTableElement/index.js +103 -0
  742. package/output-es/Web.HTML.HTMLTableHeaderCellElement/foreign.js +29 -0
  743. package/output-es/Web.HTML.HTMLTableHeaderCellElement/index.js +38 -0
  744. package/output-es/Web.HTML.HTMLTableRowElement/foreign.js +41 -0
  745. package/output-es/Web.HTML.HTMLTableRowElement/index.js +38 -0
  746. package/output-es/Web.HTML.HTMLTableSectionElement/foreign.js +25 -0
  747. package/output-es/Web.HTML.HTMLTableSectionElement/index.js +38 -0
  748. package/output-es/Web.HTML.HTMLTemplateElement/foreign.js +5 -0
  749. package/output-es/Web.HTML.HTMLTemplateElement/index.js +34 -0
  750. package/output-es/Web.HTML.HTMLTextAreaElement/foreign.js +403 -0
  751. package/output-es/Web.HTML.HTMLTextAreaElement/index.js +107 -0
  752. package/output-es/Web.HTML.HTMLTimeElement/foreign.js +13 -0
  753. package/output-es/Web.HTML.HTMLTimeElement/index.js +34 -0
  754. package/output-es/Web.HTML.HTMLTitleElement/foreign.js +13 -0
  755. package/output-es/Web.HTML.HTMLTitleElement/index.js +34 -0
  756. package/output-es/Web.HTML.HTMLTrackElement/foreign.js +84 -0
  757. package/output-es/Web.HTML.HTMLTrackElement/index.js +44 -0
  758. package/output-es/Web.HTML.HTMLTrackElement.ReadyState/index.js +109 -0
  759. package/output-es/Web.HTML.HTMLUListElement/index.js +32 -0
  760. package/output-es/Web.HTML.HTMLVideoElement/foreign.js +63 -0
  761. package/output-es/Web.HTML.HTMLVideoElement/index.js +38 -0
  762. package/output-es/Web.HTML.History/foreign.js +49 -0
  763. package/output-es/Web.HTML.History/index.js +16 -0
  764. package/output-es/Web.HTML.Location/foreign.js +169 -0
  765. package/output-es/Web.HTML.Location/index.js +25 -0
  766. package/output-es/Web.HTML.Navigator/foreign.js +29 -0
  767. package/output-es/Web.HTML.Navigator/index.js +3 -0
  768. package/output-es/Web.HTML.SelectionMode/index.js +62 -0
  769. package/output-es/Web.HTML.ValidityState/foreign.js +3 -0
  770. package/output-es/Web.HTML.ValidityState/index.js +15 -0
  771. package/output-es/Web.HTML.Window/foreign.js +239 -0
  772. package/output-es/Web.HTML.Window/index.js +86 -0
  773. package/output-es/Web.Internal.FFI/foreign.js +20 -0
  774. package/output-es/Web.Internal.FFI/index.js +5 -0
  775. package/output-es/Web.Storage.Event.StorageEvent/foreign.js +19 -0
  776. package/output-es/Web.Storage.Event.StorageEvent/index.js +13 -0
  777. package/output-es/Web.Storage.Storage/foreign.js +45 -0
  778. package/output-es/Web.Storage.Storage/index.js +52 -0
  779. package/output-es/Web.XHR.EventTypes/index.js +8 -0
  780. package/output-es/Web.XHR.FormData/foreign.js +32 -0
  781. package/output-es/Web.XHR.FormData/index.js +52 -0
  782. package/output-es/Web.XHR.ProgressEvent/foreign.js +11 -0
  783. package/output-es/Web.XHR.ProgressEvent/index.js +7 -0
  784. package/output-es/Web.XHR.ReadyState/index.js +99 -0
  785. package/output-es/Web.XHR.ResponseType/index.js +5 -0
  786. package/output-es/Web.XHR.XMLHttpRequest/foreign.js +41 -0
  787. package/output-es/Web.XHR.XMLHttpRequest/index.js +95 -0
  788. package/output-es/Web.XHR.XMLHttpRequestUpload/index.js +3 -0
  789. package/output-es/Website.Test.Article.EnergyScatter/index.js +12 -0
  790. package/output-es/Website.Test.Article.RenewablesLinked/index.js +14 -0
  791. package/output-es/package.json +1 -0
  792. package/output-es/runtime.js +33 -0
  793. package/package.json +13 -26
  794. package/script/install-website.sh +34 -9
  795. package/web/lib/CodeMirror.svelte +19 -0
  796. package/web/lib/DataPane.svelte +46 -0
  797. package/web/lib/Figure.svelte +38 -0
  798. package/web/lib/FigureSrc.svelte +35 -0
  799. package/web/lib/Grid.svelte +32 -0
  800. package/web/lib/index.js +5 -0
  801. package/web/lib/view-styles.css +262 -0
  802. package/website/article/eslint.config.js +45 -0
  803. package/website/article/package.json +46 -0
  804. package/website/article/src/app.d.ts +13 -0
  805. package/website/article/src/app.html +12 -0
  806. package/website/article/src/lib/assets/css/styles.css +245 -0
  807. package/website/article/src/lib/assets/image/bristol.png +0 -0
  808. package/website/article/src/lib/assets/image/fluid.png +0 -0
  809. package/website/article/src/lib/assets/image/iccs.png +0 -0
  810. package/website/article/src/lib/assets/image/schmidt.png +0 -0
  811. package/website/article/src/lib/assets/image/turing.jpg +0 -0
  812. package/website/article/src/lib/config/nav.ts +7 -0
  813. package/website/article/src/lib/config/supporters.ts +27 -0
  814. package/website/article/src/routes/+layout.svelte +15 -0
  815. package/website/article/src/routes/+layout.ts +1 -0
  816. package/website/article/src/routes/+page.svelte +31 -0
  817. package/website/article/src/routes/convolution/+page.svelte +62 -0
  818. package/website/article/src/routes/energy-scatter/+page.svelte +34 -0
  819. package/website/article/src/routes/methane/+page.svelte +35 -0
  820. package/website/article/src/routes/moving-average/+page.svelte +57 -0
  821. package/website/article/src/routes/non-renewables/+page.svelte +40 -0
  822. package/website/article/src/routes/renewables-linked/+page.svelte +34 -0
  823. package/website/article/src/routes/scigen-1805.02474v1-10/+page.svelte +40 -0
  824. package/website/article/static/fluid/lib/graphics.fld +274 -0
  825. package/website/article/static/fluid/lib/matrix.fld +40 -0
  826. package/website/article/static/fluid/lib/prelude.fld +348 -0
  827. package/website/article/static/fluid/lib/stats.fld +83 -0
  828. package/website/article/svelte.config.js +13 -0
  829. package/website/article/test.mjs +66 -11
  830. package/website/article/tsconfig.json +20 -0
  831. package/website/article/vite.config.ts +6 -0
  832. package/.spago/aff/v7.1.0/.editorconfig +0 -13
  833. package/.spago/aff/v7.1.0/.eslintrc.json +0 -28
  834. package/.spago/aff/v7.1.0/.gitignore +0 -14
  835. package/.spago/aff/v7.1.0/.tidyrc.json +0 -10
  836. package/.spago/affjax/v13.0.0/.editorconfig +0 -13
  837. package/.spago/affjax/v13.0.0/.eslintrc.json +0 -28
  838. package/.spago/affjax/v13.0.0/.gitignore +0 -14
  839. package/.spago/affjax/v13.0.0/.tidyrc.json +0 -10
  840. package/.spago/affjax-web/v1.0.0/.editorconfig +0 -13
  841. package/.spago/affjax-web/v1.0.0/.eslintrc.json +0 -30
  842. package/.spago/affjax-web/v1.0.0/.gitignore +0 -14
  843. package/.spago/affjax-web/v1.0.0/.tidyrc.json +0 -10
  844. package/.spago/argonaut-codecs/v9.1.0/.editorconfig +0 -13
  845. package/.spago/argonaut-codecs/v9.1.0/.gitignore +0 -9
  846. package/.spago/argonaut-codecs/v9.1.0/.tidyrc.json +0 -10
  847. package/.spago/argonaut-core/v7.0.0/.editorconfig +0 -13
  848. package/.spago/argonaut-core/v7.0.0/.eslintrc.json +0 -29
  849. package/.spago/argonaut-core/v7.0.0/.gitignore +0 -14
  850. package/.spago/argonaut-core/v7.0.0/.tidyrc.json +0 -10
  851. package/.spago/arraybuffer-types/v3.0.2/.editorconfig +0 -13
  852. package/.spago/arraybuffer-types/v3.0.2/.gitignore +0 -9
  853. package/.spago/arraybuffer-types/v3.0.2/.tidyrc.json +0 -10
  854. package/.spago/arrays/v7.2.1/.eslintrc.json +0 -26
  855. package/.spago/arrays/v7.2.1/.gitignore +0 -9
  856. package/.spago/assert/v6.0.0/.eslintrc.json +0 -26
  857. package/.spago/assert/v6.0.0/.gitignore +0 -8
  858. package/.spago/bifunctors/v6.0.0/.gitignore +0 -7
  859. package/.spago/catenable-lists/v7.0.0/.gitignore +0 -7
  860. package/.spago/console/v6.1.0/.eslintrc.json +0 -30
  861. package/.spago/console/v6.1.0/.gitignore +0 -9
  862. package/.spago/const/v6.0.0/.gitignore +0 -7
  863. package/.spago/contravariant/v6.0.0/.gitignore +0 -7
  864. package/.spago/control/v6.0.0/.gitignore +0 -7
  865. package/.spago/datetime/v6.1.0/.eslintrc.json +0 -26
  866. package/.spago/datetime/v6.1.0/.gitignore +0 -8
  867. package/.spago/debug/v6.0.2/.eslintrc.json +0 -36
  868. package/.spago/debug/v6.0.2/.gitignore +0 -8
  869. package/.spago/distributive/v6.0.0/.gitignore +0 -7
  870. package/.spago/effect/v4.0.0/.eslintrc.json +0 -26
  871. package/.spago/effect/v4.0.0/.gitignore +0 -8
  872. package/.spago/either/v6.1.0/.gitignore +0 -7
  873. package/.spago/enums/v6.0.1/.gitignore +0 -7
  874. package/.spago/exceptions/v6.0.0/.eslintrc.json +0 -26
  875. package/.spago/exceptions/v6.0.0/.gitignore +0 -8
  876. package/.spago/exists/v6.0.0/.gitignore +0 -7
  877. package/.spago/filterable/v5.0.0/.gitignore +0 -11
  878. package/.spago/foldable-traversable/v6.0.0/.eslintrc.json +0 -26
  879. package/.spago/foldable-traversable/v6.0.0/.gitignore +0 -8
  880. package/.spago/foreign/v7.0.0/.eslintrc.json +0 -26
  881. package/.spago/foreign/v7.0.0/.gitignore +0 -8
  882. package/.spago/foreign-object/v4.1.0/.eslintrc.json +0 -26
  883. package/.spago/foreign-object/v4.1.0/.gitignore +0 -8
  884. package/.spago/form-urlencoded/v7.0.0/.editorconfig +0 -13
  885. package/.spago/form-urlencoded/v7.0.0/.gitignore +0 -9
  886. package/.spago/form-urlencoded/v7.0.0/.tidyrc.json +0 -10
  887. package/.spago/free/v7.1.0/.gitignore +0 -8
  888. package/.spago/functions/v6.0.0/.eslintrc.json +0 -26
  889. package/.spago/functions/v6.0.0/.gitignore +0 -8
  890. package/.spago/functors/v5.0.0/.gitignore +0 -7
  891. package/.spago/gen/v4.0.0/.gitignore +0 -8
  892. package/.spago/graphs/v8.1.0/.gitignore +0 -7
  893. package/.spago/http-methods/v6.0.0/.editorconfig +0 -13
  894. package/.spago/http-methods/v6.0.0/.gitignore +0 -9
  895. package/.spago/http-methods/v6.0.0/.tidyrc.json +0 -10
  896. package/.spago/identity/v6.0.0/.gitignore +0 -7
  897. package/.spago/integers/v6.0.0/.eslintrc.json +0 -26
  898. package/.spago/integers/v6.0.0/.gitignore +0 -8
  899. package/.spago/invariant/v6.0.0/.gitignore +0 -7
  900. package/.spago/js-date/v8.0.0/.editorconfig +0 -13
  901. package/.spago/js-date/v8.0.0/.eslintrc.json +0 -29
  902. package/.spago/js-date/v8.0.0/.gitignore +0 -14
  903. package/.spago/js-date/v8.0.0/.tidyrc.json +0 -10
  904. package/.spago/js-uri/v3.1.0/.eslintrc.json +0 -30
  905. package/.spago/js-uri/v3.1.0/.gitignore +0 -14
  906. package/.spago/js-uri/v3.1.0/.tidyrc.json +0 -10
  907. package/.spago/lazy/v6.0.0/.eslintrc.json +0 -26
  908. package/.spago/lazy/v6.0.0/.gitignore +0 -8
  909. package/.spago/lcg/v4.0.0/.gitignore +0 -8
  910. package/.spago/lists/v7.0.0/.gitignore +0 -7
  911. package/.spago/maybe/v6.0.0/.gitignore +0 -7
  912. package/.spago/media-types/v6.0.0/.editorconfig +0 -13
  913. package/.spago/media-types/v6.0.0/.gitignore +0 -9
  914. package/.spago/media-types/v6.0.0/.tidyrc.json +0 -10
  915. package/.spago/newtype/v5.0.0/.gitignore +0 -7
  916. package/.spago/node-buffer/v9.0.0/.eslintrc.json +0 -26
  917. package/.spago/node-buffer/v9.0.0/.gitignore +0 -8
  918. package/.spago/node-fs/v9.1.0/.eslintrc.json +0 -29
  919. package/.spago/node-fs/v9.1.0/.gitignore +0 -9
  920. package/.spago/node-path/v5.0.0/.eslintrc.json +0 -26
  921. package/.spago/node-path/v5.0.0/.gitignore +0 -8
  922. package/.spago/node-process/v11.2.0/.eslintrc.json +0 -29
  923. package/.spago/node-process/v11.2.0/.gitignore +0 -8
  924. package/.spago/node-streams/v9.0.0/.eslintrc.json +0 -29
  925. package/.spago/node-streams/v9.0.0/.gitignore +0 -8
  926. package/.spago/nonempty/v7.0.0/.gitignore +0 -7
  927. package/.spago/now/v6.0.0/.editorconfig +0 -13
  928. package/.spago/now/v6.0.0/.eslintrc.json +0 -29
  929. package/.spago/now/v6.0.0/.gitignore +0 -14
  930. package/.spago/now/v6.0.0/.tidyrc.json +0 -10
  931. package/.spago/nullable/v6.0.0/.editorconfig +0 -13
  932. package/.spago/nullable/v6.0.0/.eslintrc.json +0 -29
  933. package/.spago/nullable/v6.0.0/.gitignore +0 -14
  934. package/.spago/nullable/v6.0.0/.tidyrc.json +0 -10
  935. package/.spago/optparse/v6.0.0/.gitignore +0 -8
  936. package/.spago/optparse/v6.0.0/.npmrc +0 -1
  937. package/.spago/ordered-collections/v3.1.1/.gitignore +0 -8
  938. package/.spago/orders/v6.0.0/.gitignore +0 -7
  939. package/.spago/parallel/v7.0.0/.gitignore +0 -7
  940. package/.spago/parsing/v10.3.1/.editorconfig +0 -13
  941. package/.spago/parsing/v10.3.1/.gitignore +0 -12
  942. package/.spago/parsing/v10.3.1/.tidyoperators +0 -231
  943. package/.spago/parsing/v10.3.1/.tidyrc.json +0 -10
  944. package/.spago/partial/v4.0.0/.eslintrc.json +0 -26
  945. package/.spago/partial/v4.0.0/.gitignore +0 -8
  946. package/.spago/posix-types/v6.0.0/.gitignore +0 -7
  947. package/.spago/prelude/v6.0.1/.eslintrc.json +0 -26
  948. package/.spago/prelude/v6.0.1/.gitignore +0 -8
  949. package/.spago/profunctor/v6.0.0/.gitignore +0 -7
  950. package/.spago/psci-support/v6.0.0/.eslintrc.json +0 -28
  951. package/.spago/psci-support/v6.0.0/.gitignore +0 -8
  952. package/.spago/quickcheck/v8.0.1/.eslintrc.json +0 -26
  953. package/.spago/quickcheck/v8.0.1/.gitignore +0 -8
  954. package/.spago/random/v6.0.0/.eslintrc.json +0 -26
  955. package/.spago/random/v6.0.0/.gitignore +0 -8
  956. package/.spago/record/v4.0.0/.eslintrc.json +0 -26
  957. package/.spago/record/v4.0.0/.gitignore +0 -8
  958. package/.spago/refs/v6.0.0/.eslintrc.json +0 -26
  959. package/.spago/refs/v6.0.0/.gitignore +0 -8
  960. package/.spago/st/v6.2.0/.eslintrc.json +0 -26
  961. package/.spago/st/v6.2.0/.gitignore +0 -8
  962. package/.spago/strings/v6.0.1/.eslintrc.json +0 -26
  963. package/.spago/strings/v6.0.1/.gitignore +0 -8
  964. package/.spago/tailrec/v6.1.0/.gitignore +0 -7
  965. package/.spago/transformers/v6.0.0/.gitignore +0 -7
  966. package/.spago/tuples/v7.0.0/.gitignore +0 -7
  967. package/.spago/type-equality/v4.0.1/.gitignore +0 -7
  968. package/.spago/typelevel-prelude/v7.0.0/.gitignore +0 -8
  969. package/.spago/unfoldable/v6.0.0/.eslintrc.json +0 -26
  970. package/.spago/unfoldable/v6.0.0/.gitignore +0 -8
  971. package/.spago/unicode/v6.0.0/.editorconfig +0 -13
  972. package/.spago/unicode/v6.0.0/.gitattributes +0 -2
  973. package/.spago/unicode/v6.0.0/.gitignore +0 -19
  974. package/.spago/unicode/v6.0.0/.tidyrc.json +0 -10
  975. package/.spago/unsafe-coerce/v6.0.0/.eslintrc.json +0 -26
  976. package/.spago/unsafe-coerce/v6.0.0/.gitignore +0 -8
  977. package/.spago/web-dom/v6.0.0/.eslintrc.json +0 -29
  978. package/.spago/web-dom/v6.0.0/.gitignore +0 -9
  979. package/.spago/web-events/v4.0.0/.eslintrc.json +0 -29
  980. package/.spago/web-events/v4.0.0/.gitignore +0 -8
  981. package/.spago/web-file/v4.0.0/.eslintrc.json +0 -29
  982. package/.spago/web-file/v4.0.0/.gitignore +0 -8
  983. package/.spago/web-html/v4.1.0/.eslintrc.json +0 -29
  984. package/.spago/web-html/v4.1.0/.gitignore +0 -8
  985. package/.spago/web-storage/v5.0.0/.eslintrc.json +0 -29
  986. package/.spago/web-storage/v5.0.0/.gitignore +0 -8
  987. package/.spago/web-xhr/v5.0.1/.eslintrc.json +0 -29
  988. package/.spago/web-xhr/v5.0.1/.gitignore +0 -8
  989. package/LICENSE +0 -21
  990. package/README.md +0 -95
  991. package/dist/fluid/shared/website-test.js +0 -41
  992. package/dist/fluid/shared/webtest-lib.js +0 -300023
  993. package/script/bundle-website.sh +0 -52
  994. package/script/util/clean.sh +0 -5
  995. package/script/util/lisp-case.sh +0 -10
  996. package/website/article/convolution/index.html +0 -97
  997. package/website/article/css/styles.css +0 -325
  998. package/website/article/css/view-styles.css +0 -205
  999. package/website/article/energy-scatter/index.html +0 -47
  1000. package/website/article/index.html +0 -40
  1001. package/website/article/methane/index.html +0 -46
  1002. package/website/article/moving-average/index.html +0 -64
  1003. package/website/article/non-renewables/index.html +0 -52
  1004. package/website/article/renewables-linked/index.html +0 -46
  1005. package/website/article/scigen-1805.02474v1-10/index.html +0 -54
  1006. package/website/article/shared/util.js +0 -15
  1007. /package/website/article/{favicon.ico → src/lib/assets/image/favicon.ico} +0 -0
  1008. /package/website/article/{dataset → static/dataset}/SciGen/1805.02474v1-10.json +0 -0
  1009. /package/website/article/{dataset → static/dataset}/methane-emissions.json +0 -0
  1010. /package/website/article/{dataset → static/dataset}/non-renewables.json +0 -0
  1011. /package/website/article/{dataset → static/dataset}/renewable-new.json +0 -0
  1012. /package/website/article/{dataset → static/dataset}/renewable.json +0 -0
  1013. /package/website/article/{fluid → static/fluid}/1805.02474v1-10.fld +0 -0
  1014. /package/website/article/{fluid → static/fluid}/bar-chart-line-chart.fld +0 -0
  1015. /package/website/article/{fluid → static/fluid}/convolution/emboss.fld +0 -0
  1016. /package/website/article/{fluid → static/fluid}/convolution/testImage.fld +0 -0
  1017. /package/website/article/{fluid → static/fluid}/convolution.fld +0 -0
  1018. /package/website/article/{fluid → static/fluid}/dataset/scigen/_1805_02474v1_10.fld +0 -0
  1019. /package/website/article/{fluid → static/fluid}/energyscatter.fld +0 -0
  1020. /package/website/article/{fluid → static/fluid}/methane.fld +0 -0
  1021. /package/website/article/{fluid → static/fluid}/methane_data.fld +0 -0
  1022. /package/website/article/{fluid → static/fluid}/moving-average.fld +0 -0
  1023. /package/website/article/{fluid → static/fluid}/non-renewables.fld +0 -0
  1024. /package/website/article/{fluid → static/fluid}/nonRenewables.fld +0 -0
  1025. /package/website/article/{fluid → static/fluid}/renewables.fld +0 -0
  1026. /package/website/article/{fluid → static/fluid}/scigen.fld +0 -0
  1027. /package/website/article/{fluid → static/fluid}/util.fld +0 -0
@@ -0,0 +1,433 @@
1
+ import * as $runtime from "../runtime.js";
2
+ import * as Data$dEither from "../Data.Either/index.js";
3
+ import * as Data$dFunctor$dCoproduct from "../Data.Functor.Coproduct/index.js";
4
+ const in9 = v => Data$dEither.$Either(
5
+ "Right",
6
+ Data$dEither.$Either(
7
+ "Right",
8
+ Data$dEither.$Either(
9
+ "Right",
10
+ Data$dEither.$Either(
11
+ "Right",
12
+ Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)))))
13
+ )
14
+ )
15
+ )
16
+ );
17
+ const in8 = v => Data$dEither.$Either(
18
+ "Right",
19
+ Data$dEither.$Either(
20
+ "Right",
21
+ Data$dEither.$Either(
22
+ "Right",
23
+ Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)))))
24
+ )
25
+ )
26
+ );
27
+ const in7 = v => Data$dEither.$Either(
28
+ "Right",
29
+ Data$dEither.$Either(
30
+ "Right",
31
+ Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)))))
32
+ )
33
+ );
34
+ const in6 = v => Data$dEither.$Either(
35
+ "Right",
36
+ Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)))))
37
+ );
38
+ const in5 = v => Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)))));
39
+ const in4 = v => Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v))));
40
+ const in3 = v => Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)));
41
+ const in2 = v => Data$dEither.$Either("Right", Data$dEither.$Either("Left", v));
42
+ const in10 = v => Data$dEither.$Either(
43
+ "Right",
44
+ Data$dEither.$Either(
45
+ "Right",
46
+ Data$dEither.$Either(
47
+ "Right",
48
+ Data$dEither.$Either(
49
+ "Right",
50
+ Data$dEither.$Either(
51
+ "Right",
52
+ Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Right", Data$dEither.$Either("Left", v)))))
53
+ )
54
+ )
55
+ )
56
+ )
57
+ );
58
+ const in1 = Data$dFunctor$dCoproduct.left;
59
+ const coproduct9 = a => b => c => d => e => f => g => h => i => y => {
60
+ if (y.tag === "Left") { return a(y._1); }
61
+ if (y.tag === "Right") {
62
+ if (y._1.tag === "Left") { return b(y._1._1); }
63
+ if (y._1.tag === "Right") {
64
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
65
+ if (y._1._1.tag === "Right") {
66
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
67
+ if (y._1._1._1.tag === "Right") {
68
+ if (y._1._1._1._1.tag === "Left") { return e(y._1._1._1._1._1); }
69
+ if (y._1._1._1._1.tag === "Right") {
70
+ if (y._1._1._1._1._1.tag === "Left") { return f(y._1._1._1._1._1._1); }
71
+ if (y._1._1._1._1._1.tag === "Right") {
72
+ if (y._1._1._1._1._1._1.tag === "Left") { return g(y._1._1._1._1._1._1._1); }
73
+ if (y._1._1._1._1._1._1.tag === "Right") {
74
+ if (y._1._1._1._1._1._1._1.tag === "Left") { return h(y._1._1._1._1._1._1._1._1); }
75
+ if (y._1._1._1._1._1._1._1.tag === "Right") {
76
+ if (y._1._1._1._1._1._1._1._1.tag === "Left") { return i(y._1._1._1._1._1._1._1._1._1); }
77
+ if (y._1._1._1._1._1._1._1._1.tag === "Right") {
78
+ const spin = spin$a0$copy => {
79
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
80
+ while (spin$c) {
81
+ const v = spin$a0;
82
+ spin$a0 = v;
83
+ }
84
+ return spin$r;
85
+ };
86
+ return spin(y._1._1._1._1._1._1._1._1._1);
87
+ }
88
+ }
89
+ }
90
+ }
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
96
+ $runtime.fail();
97
+ };
98
+ const coproduct8 = a => b => c => d => e => f => g => h => y => {
99
+ if (y.tag === "Left") { return a(y._1); }
100
+ if (y.tag === "Right") {
101
+ if (y._1.tag === "Left") { return b(y._1._1); }
102
+ if (y._1.tag === "Right") {
103
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
104
+ if (y._1._1.tag === "Right") {
105
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
106
+ if (y._1._1._1.tag === "Right") {
107
+ if (y._1._1._1._1.tag === "Left") { return e(y._1._1._1._1._1); }
108
+ if (y._1._1._1._1.tag === "Right") {
109
+ if (y._1._1._1._1._1.tag === "Left") { return f(y._1._1._1._1._1._1); }
110
+ if (y._1._1._1._1._1.tag === "Right") {
111
+ if (y._1._1._1._1._1._1.tag === "Left") { return g(y._1._1._1._1._1._1._1); }
112
+ if (y._1._1._1._1._1._1.tag === "Right") {
113
+ if (y._1._1._1._1._1._1._1.tag === "Left") { return h(y._1._1._1._1._1._1._1._1); }
114
+ if (y._1._1._1._1._1._1._1.tag === "Right") {
115
+ const spin = spin$a0$copy => {
116
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
117
+ while (spin$c) {
118
+ const v = spin$a0;
119
+ spin$a0 = v;
120
+ }
121
+ return spin$r;
122
+ };
123
+ return spin(y._1._1._1._1._1._1._1._1);
124
+ }
125
+ }
126
+ }
127
+ }
128
+ }
129
+ }
130
+ }
131
+ }
132
+ $runtime.fail();
133
+ };
134
+ const coproduct7 = a => b => c => d => e => f => g => y => {
135
+ if (y.tag === "Left") { return a(y._1); }
136
+ if (y.tag === "Right") {
137
+ if (y._1.tag === "Left") { return b(y._1._1); }
138
+ if (y._1.tag === "Right") {
139
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
140
+ if (y._1._1.tag === "Right") {
141
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
142
+ if (y._1._1._1.tag === "Right") {
143
+ if (y._1._1._1._1.tag === "Left") { return e(y._1._1._1._1._1); }
144
+ if (y._1._1._1._1.tag === "Right") {
145
+ if (y._1._1._1._1._1.tag === "Left") { return f(y._1._1._1._1._1._1); }
146
+ if (y._1._1._1._1._1.tag === "Right") {
147
+ if (y._1._1._1._1._1._1.tag === "Left") { return g(y._1._1._1._1._1._1._1); }
148
+ if (y._1._1._1._1._1._1.tag === "Right") {
149
+ const spin = spin$a0$copy => {
150
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
151
+ while (spin$c) {
152
+ const v = spin$a0;
153
+ spin$a0 = v;
154
+ }
155
+ return spin$r;
156
+ };
157
+ return spin(y._1._1._1._1._1._1._1);
158
+ }
159
+ }
160
+ }
161
+ }
162
+ }
163
+ }
164
+ }
165
+ $runtime.fail();
166
+ };
167
+ const coproduct6 = a => b => c => d => e => f => y => {
168
+ if (y.tag === "Left") { return a(y._1); }
169
+ if (y.tag === "Right") {
170
+ if (y._1.tag === "Left") { return b(y._1._1); }
171
+ if (y._1.tag === "Right") {
172
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
173
+ if (y._1._1.tag === "Right") {
174
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
175
+ if (y._1._1._1.tag === "Right") {
176
+ if (y._1._1._1._1.tag === "Left") { return e(y._1._1._1._1._1); }
177
+ if (y._1._1._1._1.tag === "Right") {
178
+ if (y._1._1._1._1._1.tag === "Left") { return f(y._1._1._1._1._1._1); }
179
+ if (y._1._1._1._1._1.tag === "Right") {
180
+ const spin = spin$a0$copy => {
181
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
182
+ while (spin$c) {
183
+ const v = spin$a0;
184
+ spin$a0 = v;
185
+ }
186
+ return spin$r;
187
+ };
188
+ return spin(y._1._1._1._1._1._1);
189
+ }
190
+ }
191
+ }
192
+ }
193
+ }
194
+ }
195
+ $runtime.fail();
196
+ };
197
+ const coproduct5 = a => b => c => d => e => y => {
198
+ if (y.tag === "Left") { return a(y._1); }
199
+ if (y.tag === "Right") {
200
+ if (y._1.tag === "Left") { return b(y._1._1); }
201
+ if (y._1.tag === "Right") {
202
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
203
+ if (y._1._1.tag === "Right") {
204
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
205
+ if (y._1._1._1.tag === "Right") {
206
+ if (y._1._1._1._1.tag === "Left") { return e(y._1._1._1._1._1); }
207
+ if (y._1._1._1._1.tag === "Right") {
208
+ const spin = spin$a0$copy => {
209
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
210
+ while (spin$c) {
211
+ const v = spin$a0;
212
+ spin$a0 = v;
213
+ }
214
+ return spin$r;
215
+ };
216
+ return spin(y._1._1._1._1._1);
217
+ }
218
+ }
219
+ }
220
+ }
221
+ }
222
+ $runtime.fail();
223
+ };
224
+ const coproduct4 = a => b => c => d => y => {
225
+ if (y.tag === "Left") { return a(y._1); }
226
+ if (y.tag === "Right") {
227
+ if (y._1.tag === "Left") { return b(y._1._1); }
228
+ if (y._1.tag === "Right") {
229
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
230
+ if (y._1._1.tag === "Right") {
231
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
232
+ if (y._1._1._1.tag === "Right") {
233
+ const spin = spin$a0$copy => {
234
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
235
+ while (spin$c) {
236
+ const v = spin$a0;
237
+ spin$a0 = v;
238
+ }
239
+ return spin$r;
240
+ };
241
+ return spin(y._1._1._1._1);
242
+ }
243
+ }
244
+ }
245
+ }
246
+ $runtime.fail();
247
+ };
248
+ const coproduct3 = a => b => c => y => {
249
+ if (y.tag === "Left") { return a(y._1); }
250
+ if (y.tag === "Right") {
251
+ if (y._1.tag === "Left") { return b(y._1._1); }
252
+ if (y._1.tag === "Right") {
253
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
254
+ if (y._1._1.tag === "Right") {
255
+ const spin = spin$a0$copy => {
256
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
257
+ while (spin$c) {
258
+ const v = spin$a0;
259
+ spin$a0 = v;
260
+ }
261
+ return spin$r;
262
+ };
263
+ return spin(y._1._1._1);
264
+ }
265
+ }
266
+ }
267
+ $runtime.fail();
268
+ };
269
+ const coproduct2 = a => b => y => {
270
+ if (y.tag === "Left") { return a(y._1); }
271
+ if (y.tag === "Right") {
272
+ if (y._1.tag === "Left") { return b(y._1._1); }
273
+ if (y._1.tag === "Right") {
274
+ const spin = spin$a0$copy => {
275
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
276
+ while (spin$c) {
277
+ const v = spin$a0;
278
+ spin$a0 = v;
279
+ }
280
+ return spin$r;
281
+ };
282
+ return spin(y._1._1);
283
+ }
284
+ }
285
+ $runtime.fail();
286
+ };
287
+ const coproduct10 = a => b => c => d => e => f => g => h => i => j => y => {
288
+ if (y.tag === "Left") { return a(y._1); }
289
+ if (y.tag === "Right") {
290
+ if (y._1.tag === "Left") { return b(y._1._1); }
291
+ if (y._1.tag === "Right") {
292
+ if (y._1._1.tag === "Left") { return c(y._1._1._1); }
293
+ if (y._1._1.tag === "Right") {
294
+ if (y._1._1._1.tag === "Left") { return d(y._1._1._1._1); }
295
+ if (y._1._1._1.tag === "Right") {
296
+ if (y._1._1._1._1.tag === "Left") { return e(y._1._1._1._1._1); }
297
+ if (y._1._1._1._1.tag === "Right") {
298
+ if (y._1._1._1._1._1.tag === "Left") { return f(y._1._1._1._1._1._1); }
299
+ if (y._1._1._1._1._1.tag === "Right") {
300
+ if (y._1._1._1._1._1._1.tag === "Left") { return g(y._1._1._1._1._1._1._1); }
301
+ if (y._1._1._1._1._1._1.tag === "Right") {
302
+ if (y._1._1._1._1._1._1._1.tag === "Left") { return h(y._1._1._1._1._1._1._1._1); }
303
+ if (y._1._1._1._1._1._1._1.tag === "Right") {
304
+ if (y._1._1._1._1._1._1._1._1.tag === "Left") { return i(y._1._1._1._1._1._1._1._1._1); }
305
+ if (y._1._1._1._1._1._1._1._1.tag === "Right") {
306
+ if (y._1._1._1._1._1._1._1._1._1.tag === "Left") { return j(y._1._1._1._1._1._1._1._1._1._1); }
307
+ if (y._1._1._1._1._1._1._1._1._1.tag === "Right") {
308
+ const spin = spin$a0$copy => {
309
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
310
+ while (spin$c) {
311
+ const v = spin$a0;
312
+ spin$a0 = v;
313
+ }
314
+ return spin$r;
315
+ };
316
+ return spin(y._1._1._1._1._1._1._1._1._1._1);
317
+ }
318
+ }
319
+ }
320
+ }
321
+ }
322
+ }
323
+ }
324
+ }
325
+ }
326
+ }
327
+ $runtime.fail();
328
+ };
329
+ const coproduct1 = y => {
330
+ if (y.tag === "Left") { return y._1; }
331
+ if (y.tag === "Right") {
332
+ const spin = spin$a0$copy => {
333
+ let spin$a0 = spin$a0$copy, spin$c = true, spin$r;
334
+ while (spin$c) {
335
+ const v = spin$a0;
336
+ spin$a0 = v;
337
+ }
338
+ return spin$r;
339
+ };
340
+ return spin(y._1);
341
+ }
342
+ $runtime.fail();
343
+ };
344
+ const at9 = b => f => y => {
345
+ if (
346
+ y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Right" && y._1._1._1._1.tag === "Right" && y._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1._1._1.tag === "Left"
347
+ ) {
348
+ return f(y._1._1._1._1._1._1._1._1._1);
349
+ }
350
+ return b;
351
+ };
352
+ const at8 = b => f => y => {
353
+ if (
354
+ y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Right" && y._1._1._1._1.tag === "Right" && y._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1._1.tag === "Left"
355
+ ) {
356
+ return f(y._1._1._1._1._1._1._1._1);
357
+ }
358
+ return b;
359
+ };
360
+ const at7 = b => f => y => {
361
+ if (
362
+ y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Right" && y._1._1._1._1.tag === "Right" && y._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1.tag === "Left"
363
+ ) {
364
+ return f(y._1._1._1._1._1._1._1);
365
+ }
366
+ return b;
367
+ };
368
+ const at6 = b => f => y => {
369
+ if (y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Right" && y._1._1._1._1.tag === "Right" && y._1._1._1._1._1.tag === "Left") {
370
+ return f(y._1._1._1._1._1._1);
371
+ }
372
+ return b;
373
+ };
374
+ const at5 = b => f => y => {
375
+ if (y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Right" && y._1._1._1._1.tag === "Left") { return f(y._1._1._1._1._1); }
376
+ return b;
377
+ };
378
+ const at4 = b => f => y => {
379
+ if (y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Left") { return f(y._1._1._1._1); }
380
+ return b;
381
+ };
382
+ const at3 = b => f => y => {
383
+ if (y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Left") { return f(y._1._1._1); }
384
+ return b;
385
+ };
386
+ const at2 = b => f => y => {
387
+ if (y.tag === "Right" && y._1.tag === "Left") { return f(y._1._1); }
388
+ return b;
389
+ };
390
+ const at10 = b => f => y => {
391
+ if (
392
+ y.tag === "Right" && y._1.tag === "Right" && y._1._1.tag === "Right" && y._1._1._1.tag === "Right" && y._1._1._1._1.tag === "Right" && y._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1._1._1.tag === "Right" && y._1._1._1._1._1._1._1._1._1.tag === "Left"
393
+ ) {
394
+ return f(y._1._1._1._1._1._1._1._1._1._1);
395
+ }
396
+ return b;
397
+ };
398
+ const at1 = b => f => y => {
399
+ if (y.tag === "Left") { return f(y._1); }
400
+ return b;
401
+ };
402
+ export {
403
+ at1,
404
+ at10,
405
+ at2,
406
+ at3,
407
+ at4,
408
+ at5,
409
+ at6,
410
+ at7,
411
+ at8,
412
+ at9,
413
+ coproduct1,
414
+ coproduct10,
415
+ coproduct2,
416
+ coproduct3,
417
+ coproduct4,
418
+ coproduct5,
419
+ coproduct6,
420
+ coproduct7,
421
+ coproduct8,
422
+ coproduct9,
423
+ in1,
424
+ in10,
425
+ in2,
426
+ in3,
427
+ in4,
428
+ in5,
429
+ in6,
430
+ in7,
431
+ in8,
432
+ in9
433
+ };
@@ -0,0 +1,82 @@
1
+ import * as Data$dTuple from "../Data.Tuple/index.js";
2
+ const Costar = x => x;
3
+ const semigroupoidCostar = dictExtend => ({compose: v => v1 => w => v(dictExtend.extend(v1)(w))});
4
+ const profunctorCostar = dictFunctor => (
5
+ {
6
+ dimap: f => g => v => {
7
+ const $0 = dictFunctor.map(f);
8
+ return x => g(v($0(x)));
9
+ }
10
+ }
11
+ );
12
+ const strongCostar = dictComonad => {
13
+ const Functor0 = dictComonad.Extend0().Functor0();
14
+ const profunctorCostar1 = {
15
+ dimap: f => g => v => {
16
+ const $0 = Functor0.map(f);
17
+ return x => g(v($0(x)));
18
+ }
19
+ };
20
+ return {
21
+ first: v => x => Data$dTuple.$Tuple(v(Functor0.map(Data$dTuple.fst)(x)), dictComonad.extract(x)._2),
22
+ second: v => x => Data$dTuple.$Tuple(dictComonad.extract(x)._1, v(Functor0.map(Data$dTuple.snd)(x))),
23
+ Profunctor0: () => profunctorCostar1
24
+ };
25
+ };
26
+ const newtypeCostar = {Coercible0: () => {}};
27
+ const hoistCostar = f => v => x => v(f(x));
28
+ const functorCostar = {map: f => v => x => f(v(x))};
29
+ const invariantCostar = {imap: f => v => v$1 => x => f(v$1(x))};
30
+ const distributiveCostar = {
31
+ distribute: dictFunctor => f => a => dictFunctor.map(v => v(a))(f),
32
+ collect: dictFunctor => f => {
33
+ const $0 = distributiveCostar.distribute(dictFunctor);
34
+ const $1 = dictFunctor.map(f);
35
+ return x => $0($1(x));
36
+ },
37
+ Functor0: () => functorCostar
38
+ };
39
+ const closedCostar = dictFunctor => {
40
+ const profunctorCostar1 = {
41
+ dimap: f => g => v => {
42
+ const $0 = dictFunctor.map(f);
43
+ return x => g(v($0(x)));
44
+ }
45
+ };
46
+ return {closed: v => g => x => v(dictFunctor.map(v1 => v1(x))(g)), Profunctor0: () => profunctorCostar1};
47
+ };
48
+ const categoryCostar = dictComonad => {
49
+ const $0 = dictComonad.Extend0();
50
+ const semigroupoidCostar1 = {compose: v => v1 => w => v($0.extend(v1)(w))};
51
+ return {identity: dictComonad.extract, Semigroupoid0: () => semigroupoidCostar1};
52
+ };
53
+ const bifunctorCostar = dictContravariant => (
54
+ {
55
+ bimap: f => g => v => {
56
+ const $0 = dictContravariant.cmap(f);
57
+ return x => g(v($0(x)));
58
+ }
59
+ }
60
+ );
61
+ const applyCostar = {apply: v => v1 => a => v(a)(v1(a)), Functor0: () => functorCostar};
62
+ const bindCostar = {bind: v => f => x => f(v(x))(x), Apply0: () => applyCostar};
63
+ const applicativeCostar = {pure: a => v => a, Apply0: () => applyCostar};
64
+ const monadCostar = {Applicative0: () => applicativeCostar, Bind1: () => bindCostar};
65
+ export {
66
+ Costar,
67
+ applicativeCostar,
68
+ applyCostar,
69
+ bifunctorCostar,
70
+ bindCostar,
71
+ categoryCostar,
72
+ closedCostar,
73
+ distributiveCostar,
74
+ functorCostar,
75
+ hoistCostar,
76
+ invariantCostar,
77
+ monadCostar,
78
+ newtypeCostar,
79
+ profunctorCostar,
80
+ semigroupoidCostar,
81
+ strongCostar
82
+ };
@@ -0,0 +1,31 @@
1
+ import * as Data$dBifunctor from "../Data.Bifunctor/index.js";
2
+ import * as Data$dProfunctor from "../Data.Profunctor/index.js";
3
+ const Flip = x => x;
4
+ const showFlip = dictShow => ({show: v => "(Flip " + dictShow.show(v) + ")"});
5
+ const semigroupoidFlip = dictSemigroupoid => ({compose: v => v1 => dictSemigroupoid.compose(v1)(v)});
6
+ const ordFlip = dictOrd => dictOrd;
7
+ const newtypeFlip = {Coercible0: () => {}};
8
+ const functorFlip = dictBifunctor => ({map: f => v => dictBifunctor.bimap(f)(Data$dBifunctor.identity)(v)});
9
+ const eqFlip = dictEq => dictEq;
10
+ const contravariantFlip = dictProfunctor => ({cmap: f => v => dictProfunctor.dimap(f)(Data$dProfunctor.identity)(v)});
11
+ const categoryFlip = dictCategory => {
12
+ const $0 = dictCategory.Semigroupoid0();
13
+ const semigroupoidFlip1 = {compose: v => v1 => $0.compose(v1)(v)};
14
+ return {identity: dictCategory.identity, Semigroupoid0: () => semigroupoidFlip1};
15
+ };
16
+ const bifunctorFlip = dictBifunctor => ({bimap: f => g => v => dictBifunctor.bimap(g)(f)(v)});
17
+ const biapplyFlip = dictBiapply => {
18
+ const $0 = dictBiapply.Bifunctor0();
19
+ const bifunctorFlip1 = {bimap: f => g => v => $0.bimap(g)(f)(v)};
20
+ return {biapply: v => v1 => dictBiapply.biapply(v)(v1), Bifunctor0: () => bifunctorFlip1};
21
+ };
22
+ const biapplicativeFlip = dictBiapplicative => {
23
+ const $0 = dictBiapplicative.Biapply0();
24
+ const $1 = $0.Bifunctor0();
25
+ const biapplyFlip1 = (() => {
26
+ const bifunctorFlip1 = {bimap: f => g => v => $1.bimap(g)(f)(v)};
27
+ return {biapply: v => v1 => $0.biapply(v)(v1), Bifunctor0: () => bifunctorFlip1};
28
+ })();
29
+ return {bipure: a => b => dictBiapplicative.bipure(b)(a), Biapply0: () => biapplyFlip1};
30
+ };
31
+ export {Flip, biapplicativeFlip, biapplyFlip, bifunctorFlip, categoryFlip, contravariantFlip, eqFlip, functorFlip, newtypeFlip, ordFlip, semigroupoidFlip, showFlip};
@@ -0,0 +1,14 @@
1
+ import * as Control$dSemigroupoid from "../Control.Semigroupoid/index.js";
2
+ import * as Data$dFunctor from "../Data.Functor/index.js";
3
+ const invariantMultiplicative = {imap: f => v => v1 => f(v1)};
4
+ const invariantEndo = {imap: ab => ba => v => x => ab(v(ba(x)))};
5
+ const invariantDual = {imap: f => v => v1 => f(v1)};
6
+ const invariantDisj = {imap: f => v => v1 => f(v1)};
7
+ const invariantConj = {imap: f => v => v1 => f(v1)};
8
+ const invariantAdditive = {imap: f => v => v1 => f(v1)};
9
+ const imapF = dictFunctor => f => v => dictFunctor.map(f);
10
+ const invariantArray = {imap: f => v => Data$dFunctor.arrayMap(f)};
11
+ const invariantFn = {imap: f => v => Control$dSemigroupoid.semigroupoidFn.compose(f)};
12
+ const imap = dict => dict.imap;
13
+ const invariantAlternate = dictInvariant => ({imap: f => g => v => dictInvariant.imap(f)(g)(v)});
14
+ export {imap, imapF, invariantAdditive, invariantAlternate, invariantArray, invariantConj, invariantDisj, invariantDual, invariantEndo, invariantFn, invariantMultiplicative};
@@ -0,0 +1,88 @@
1
+ import * as Data$dEither from "../Data.Either/index.js";
2
+ const Joker = x => x;
3
+ const showJoker = dictShow => ({show: v => "(Joker " + dictShow.show(v) + ")"});
4
+ const profunctorJoker = dictFunctor => ({dimap: v => g => v1 => dictFunctor.map(g)(v1)});
5
+ const ordJoker = dictOrd => dictOrd;
6
+ const newtypeJoker = {Coercible0: () => {}};
7
+ const hoistJoker = f => v => f(v);
8
+ const functorJoker = dictFunctor => ({map: f => v => dictFunctor.map(f)(v)});
9
+ const eqJoker = dictEq => dictEq;
10
+ const choiceJoker = dictFunctor => {
11
+ const profunctorJoker1 = {dimap: v => g => v1 => dictFunctor.map(g)(v1)};
12
+ return {left: v => dictFunctor.map(Data$dEither.Left)(v), right: v => dictFunctor.map(Data$dEither.Right)(v), Profunctor0: () => profunctorJoker1};
13
+ };
14
+ const bifunctorJoker = dictFunctor => ({bimap: v => g => v1 => dictFunctor.map(g)(v1)});
15
+ const biapplyJoker = dictApply => {
16
+ const $0 = dictApply.Functor0();
17
+ const bifunctorJoker1 = {bimap: v => g => v1 => $0.map(g)(v1)};
18
+ return {biapply: v => v1 => dictApply.apply(v)(v1), Bifunctor0: () => bifunctorJoker1};
19
+ };
20
+ const biapplicativeJoker = dictApplicative => {
21
+ const $0 = dictApplicative.Apply0();
22
+ const $1 = $0.Functor0();
23
+ const biapplyJoker1 = (() => {
24
+ const bifunctorJoker1 = {bimap: v => g => v1 => $1.map(g)(v1)};
25
+ return {biapply: v => v1 => $0.apply(v)(v1), Bifunctor0: () => bifunctorJoker1};
26
+ })();
27
+ return {bipure: v => b => dictApplicative.pure(b), Biapply0: () => biapplyJoker1};
28
+ };
29
+ const applyJoker = dictApply => {
30
+ const $0 = dictApply.Functor0();
31
+ const functorJoker1 = {map: f => v => $0.map(f)(v)};
32
+ return {apply: v => v1 => dictApply.apply(v)(v1), Functor0: () => functorJoker1};
33
+ };
34
+ const bindJoker = dictBind => {
35
+ const $0 = dictBind.Apply0();
36
+ const $1 = $0.Functor0();
37
+ const applyJoker1 = (() => {
38
+ const functorJoker1 = {map: f => v => $1.map(f)(v)};
39
+ return {apply: v => v1 => $0.apply(v)(v1), Functor0: () => functorJoker1};
40
+ })();
41
+ return {bind: v => amb => dictBind.bind(v)(x => amb(x)), Apply0: () => applyJoker1};
42
+ };
43
+ const applicativeJoker = dictApplicative => {
44
+ const $0 = dictApplicative.Apply0();
45
+ const $1 = $0.Functor0();
46
+ const applyJoker1 = (() => {
47
+ const functorJoker1 = {map: f => v => $1.map(f)(v)};
48
+ return {apply: v => v1 => $0.apply(v)(v1), Functor0: () => functorJoker1};
49
+ })();
50
+ return {pure: x => dictApplicative.pure(x), Apply0: () => applyJoker1};
51
+ };
52
+ const monadJoker = dictMonad => {
53
+ const $0 = dictMonad.Applicative0();
54
+ const $1 = $0.Apply0();
55
+ const applicativeJoker1 = (() => {
56
+ const $2 = $1.Functor0();
57
+ const functorJoker1 = {map: f => v => $2.map(f)(v)};
58
+ const applyJoker1 = {apply: v => v1 => $1.apply(v)(v1), Functor0: () => functorJoker1};
59
+ return {pure: x => $0.pure(x), Apply0: () => applyJoker1};
60
+ })();
61
+ const $2 = dictMonad.Bind1();
62
+ const $3 = $2.Apply0();
63
+ const bindJoker1 = (() => {
64
+ const $4 = $3.Functor0();
65
+ const functorJoker1 = {map: f => v => $4.map(f)(v)};
66
+ const applyJoker1 = {apply: v => v1 => $3.apply(v)(v1), Functor0: () => functorJoker1};
67
+ return {bind: v => amb => $2.bind(v)(x => amb(x)), Apply0: () => applyJoker1};
68
+ })();
69
+ return {Applicative0: () => applicativeJoker1, Bind1: () => bindJoker1};
70
+ };
71
+ export {
72
+ Joker,
73
+ applicativeJoker,
74
+ applyJoker,
75
+ biapplicativeJoker,
76
+ biapplyJoker,
77
+ bifunctorJoker,
78
+ bindJoker,
79
+ choiceJoker,
80
+ eqJoker,
81
+ functorJoker,
82
+ hoistJoker,
83
+ monadJoker,
84
+ newtypeJoker,
85
+ ordJoker,
86
+ profunctorJoker,
87
+ showJoker
88
+ };