@explorable-viz/fluid 0.12.3 → 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.
- package/output-es/Affjax/foreign.js +52 -0
- package/output-es/Affjax/index.js +387 -0
- package/output-es/Affjax.RequestBody/index.js +22 -0
- package/output-es/Affjax.RequestHeader/index.js +58 -0
- package/output-es/Affjax.ResponseFormat/index.js +47 -0
- package/output-es/Affjax.ResponseHeader/index.js +19 -0
- package/output-es/Affjax.StatusCode/index.js +8 -0
- package/output-es/Affjax.Web/foreign.js +8 -0
- package/output-es/Affjax.Web/index.js +14 -0
- package/output-es/App.CodeMirror/foreign.js +69 -0
- package/output-es/App.CodeMirror/index.js +3 -0
- package/output-es/App.Fig/index.js +713 -0
- package/output-es/App.LoadFigure/index.js +131 -0
- package/output-es/App.Util/index.js +773 -0
- package/output-es/App.Util.Selector/index.js +273 -0
- package/output-es/App.View/index.js +310 -0
- package/output-es/App.View.BarChart/index.js +153 -0
- package/output-es/App.View.DocView/index.js +40 -0
- package/output-es/App.View.LineChart/index.js +437 -0
- package/output-es/App.View.MatrixView/foreign.js +182 -0
- package/output-es/App.View.MatrixView/index.js +232 -0
- package/output-es/App.View.MultiView/index.js +30 -0
- package/output-es/App.View.Paragraph/index.js +44 -0
- package/output-es/App.View.ScatterPlot/foreign.js +110 -0
- package/output-es/App.View.ScatterPlot/index.js +122 -0
- package/output-es/App.View.Segment/index.js +92 -0
- package/output-es/App.View.StackedBar/index.js +54 -0
- package/output-es/App.View.TableView/index.js +397 -0
- package/output-es/App.View.Text/index.js +157 -0
- package/output-es/App.View.Util/index.js +222 -0
- package/output-es/App.View.Util.Axes/index.js +79 -0
- package/output-es/App.View.Util.D3/foreign.js +263 -0
- package/output-es/App.View.Util.D3/index.js +678 -0
- package/output-es/App.View.Util.Point/index.js +3 -0
- package/output-es/Benchmark/index.js +63 -0
- package/output-es/Bind/index.js +24 -0
- package/output-es/Control.Alt/index.js +5 -0
- package/output-es/Control.Alternative/index.js +11 -0
- package/output-es/Control.Applicative/index.js +18 -0
- package/output-es/Control.Apply/foreign.js +15 -0
- package/output-es/Control.Apply/index.js +17 -0
- package/output-es/Control.Biapplicative/index.js +5 -0
- package/output-es/Control.Biapply/index.js +11 -0
- package/output-es/Control.Bind/foreign.js +9 -0
- package/output-es/Control.Bind/index.js +21 -0
- package/output-es/Control.Category/index.js +4 -0
- package/output-es/Control.Comonad/index.js +2 -0
- package/output-es/Control.Comonad.Cofree/index.js +255 -0
- package/output-es/Control.Comonad.Cofree.Class/index.js +43 -0
- package/output-es/Control.Comonad.Env/index.js +8 -0
- package/output-es/Control.Comonad.Env.Class/index.js +17 -0
- package/output-es/Control.Comonad.Env.Trans/index.js +113 -0
- package/output-es/Control.Comonad.Store/index.js +5 -0
- package/output-es/Control.Comonad.Store.Class/index.js +56 -0
- package/output-es/Control.Comonad.Store.Trans/index.js +27 -0
- package/output-es/Control.Comonad.Traced/index.js +4 -0
- package/output-es/Control.Comonad.Traced.Class/index.js +16 -0
- package/output-es/Control.Comonad.Traced.Trans/index.js +28 -0
- package/output-es/Control.Comonad.Trans.Class/index.js +3 -0
- package/output-es/Control.Extend/foreign.js +7 -0
- package/output-es/Control.Extend/index.js +12 -0
- package/output-es/Control.Lazy/index.js +10 -0
- package/output-es/Control.Monad/index.js +27 -0
- package/output-es/Control.Monad.Cont/index.js +6 -0
- package/output-es/Control.Monad.Cont.Class/index.js +3 -0
- package/output-es/Control.Monad.Cont.Trans/index.js +122 -0
- package/output-es/Control.Monad.Error.Class/index.js +83 -0
- package/output-es/Control.Monad.Except/index.js +10 -0
- package/output-es/Control.Monad.Except.Trans/index.js +241 -0
- package/output-es/Control.Monad.Free/index.js +423 -0
- package/output-es/Control.Monad.Free.Class/index.js +45 -0
- package/output-es/Control.Monad.Gen/index.js +132 -0
- package/output-es/Control.Monad.Gen.Class/index.js +6 -0
- package/output-es/Control.Monad.Gen.Common/index.js +44 -0
- package/output-es/Control.Monad.Identity.Trans/index.js +88 -0
- package/output-es/Control.Monad.List.Trans/index.js +536 -0
- package/output-es/Control.Monad.Maybe.Trans/index.js +217 -0
- package/output-es/Control.Monad.RWS/index.js +16 -0
- package/output-es/Control.Monad.RWS.Trans/index.js +260 -0
- package/output-es/Control.Monad.Reader/index.js +6 -0
- package/output-es/Control.Monad.Reader.Class/index.js +11 -0
- package/output-es/Control.Monad.Reader.Trans/index.js +320 -0
- package/output-es/Control.Monad.Rec.Class/index.js +265 -0
- package/output-es/Control.Monad.ST/index.js +1 -0
- package/output-es/Control.Monad.ST.Class/index.js +7 -0
- package/output-es/Control.Monad.ST.Global/index.js +3 -0
- package/output-es/Control.Monad.ST.Internal/foreign.js +90 -0
- package/output-es/Control.Monad.ST.Internal/index.js +75 -0
- package/output-es/Control.Monad.ST.Ref/index.js +1 -0
- package/output-es/Control.Monad.ST.Uncurried/foreign.js +229 -0
- package/output-es/Control.Monad.ST.Uncurried/index.js +39 -0
- package/output-es/Control.Monad.State/index.js +8 -0
- package/output-es/Control.Monad.State.Class/index.js +12 -0
- package/output-es/Control.Monad.State.Trans/index.js +209 -0
- package/output-es/Control.Monad.Trampoline/index.js +9 -0
- package/output-es/Control.Monad.Trans.Class/index.js +3 -0
- package/output-es/Control.Monad.Writer/index.js +6 -0
- package/output-es/Control.Monad.Writer.Class/index.js +14 -0
- package/output-es/Control.Monad.Writer.Trans/index.js +256 -0
- package/output-es/Control.MonadPlus/index.js +4 -0
- package/output-es/Control.Parallel/index.js +49 -0
- package/output-es/Control.Parallel.Class/index.js +191 -0
- package/output-es/Control.Plus/index.js +4 -0
- package/output-es/Control.Promise/foreign.js +24 -0
- package/output-es/Control.Promise/index.js +40 -0
- package/output-es/Control.Semigroupoid/index.js +4 -0
- package/output-es/Data.Argonaut.Core/foreign.js +102 -0
- package/output-es/Data.Argonaut.Core/index.js +72 -0
- package/output-es/Data.Argonaut.Decode/index.js +10 -0
- package/output-es/Data.Argonaut.Decode.Class/index.js +173 -0
- package/output-es/Data.Argonaut.Decode.Combinators/index.js +21 -0
- package/output-es/Data.Argonaut.Decode.Decoders/index.js +463 -0
- package/output-es/Data.Argonaut.Decode.Error/index.js +151 -0
- package/output-es/Data.Argonaut.Decode.Parser/index.js +11 -0
- package/output-es/Data.Argonaut.Encode/index.js +3 -0
- package/output-es/Data.Argonaut.Encode.Class/index.js +114 -0
- package/output-es/Data.Argonaut.Encode.Combinators/index.js +15 -0
- package/output-es/Data.Argonaut.Encode.Encoders/index.js +222 -0
- package/output-es/Data.Argonaut.Gen/index.js +68 -0
- package/output-es/Data.Argonaut.Parser/foreign.js +8 -0
- package/output-es/Data.Argonaut.Parser/index.js +5 -0
- package/output-es/Data.Array/foreign.js +298 -0
- package/output-es/Data.Array/index.js +555 -0
- package/output-es/Data.Array.NonEmpty/index.js +317 -0
- package/output-es/Data.Array.NonEmpty.Internal/foreign.js +77 -0
- package/output-es/Data.Array.NonEmpty.Internal/index.js +90 -0
- package/output-es/Data.Array.Partial/index.js +7 -0
- package/output-es/Data.Array.ST/foreign.js +107 -0
- package/output-es/Data.Array.ST/index.js +82 -0
- package/output-es/Data.Array.ST.Iterator/index.js +83 -0
- package/output-es/Data.Array.ST.Partial/foreign.js +7 -0
- package/output-es/Data.Array.ST.Partial/index.js +9 -0
- package/output-es/Data.ArrayBuffer.Types/index.js +1 -0
- package/output-es/Data.Bifoldable/index.js +149 -0
- package/output-es/Data.Bifunctor/index.js +17 -0
- package/output-es/Data.Bifunctor.Join/index.js +21 -0
- package/output-es/Data.Bitraversable/index.js +195 -0
- package/output-es/Data.Boolean/index.js +2 -0
- package/output-es/Data.BooleanAlgebra/index.js +42 -0
- package/output-es/Data.Bounded/foreign.js +8 -0
- package/output-es/Data.Bounded/index.js +76 -0
- package/output-es/Data.Bounded.Generic/index.js +37 -0
- package/output-es/Data.CatList/index.js +326 -0
- package/output-es/Data.CatQueue/index.js +364 -0
- package/output-es/Data.Char/index.js +5 -0
- package/output-es/Data.Char.Gen/index.js +21 -0
- package/output-es/Data.CodePoint.Unicode/index.js +382 -0
- package/output-es/Data.CodePoint.Unicode.Internal/index.js +5476 -0
- package/output-es/Data.CodePoint.Unicode.Internal.Casing/index.js +1636 -0
- package/output-es/Data.CommutativeRing/index.js +49 -0
- package/output-es/Data.Compactable/index.js +228 -0
- package/output-es/Data.Comparison/index.js +22 -0
- package/output-es/Data.Const/index.js +56 -0
- package/output-es/Data.Coyoneda/index.js +212 -0
- package/output-es/Data.Date/foreign.js +22 -0
- package/output-es/Data.Date/index.js +370 -0
- package/output-es/Data.Date.Component/index.js +451 -0
- package/output-es/Data.Date.Component.Gen/index.js +11 -0
- package/output-es/Data.Date.Gen/index.js +25 -0
- package/output-es/Data.DateTime/foreign.js +33 -0
- package/output-es/Data.DateTime/index.js +131 -0
- package/output-es/Data.DateTime.Gen/index.js +8 -0
- package/output-es/Data.DateTime.Instant/foreign.js +18 -0
- package/output-es/Data.DateTime.Instant/index.js +86 -0
- package/output-es/Data.Decidable/index.js +70 -0
- package/output-es/Data.Decide/index.js +64 -0
- package/output-es/Data.Distributive/index.js +55 -0
- package/output-es/Data.Divide/index.js +47 -0
- package/output-es/Data.Divisible/index.js +17 -0
- package/output-es/Data.DivisionRing/index.js +6 -0
- package/output-es/Data.Either/index.js +242 -0
- package/output-es/Data.Either.Inject/index.js +25 -0
- package/output-es/Data.Either.Nested/index.js +450 -0
- package/output-es/Data.Enum/foreign.js +7 -0
- package/output-es/Data.Enum/index.js +441 -0
- package/output-es/Data.Enum.Gen/index.js +19 -0
- package/output-es/Data.Enum.Generic/index.js +211 -0
- package/output-es/Data.Eq/foreign.js +23 -0
- package/output-es/Data.Eq/index.js +33 -0
- package/output-es/Data.Eq.Generic/index.js +16 -0
- package/output-es/Data.Equivalence/index.js +8 -0
- package/output-es/Data.EuclideanRing/foreign.js +26 -0
- package/output-es/Data.EuclideanRing/index.js +25 -0
- package/output-es/Data.Exists/index.js +4 -0
- package/output-es/Data.Field/index.js +2 -0
- package/output-es/Data.Filterable/index.js +317 -0
- package/output-es/Data.Foldable/foreign.js +25 -0
- package/output-es/Data.Foldable/index.js +394 -0
- package/output-es/Data.FoldableWithIndex/index.js +431 -0
- package/output-es/Data.FormURLEncoded/index.js +110 -0
- package/output-es/Data.Function/index.js +23 -0
- package/output-es/Data.Function.Memoize/index.js +242 -0
- package/output-es/Data.Function.Uncurried/foreign.js +218 -0
- package/output-es/Data.Function.Uncurried/index.js +5 -0
- package/output-es/Data.Functor/foreign.js +10 -0
- package/output-es/Data.Functor/index.js +14 -0
- package/output-es/Data.Functor.App/index.js +87 -0
- package/output-es/Data.Functor.Clown/index.js +24 -0
- package/output-es/Data.Functor.Compose/index.js +131 -0
- package/output-es/Data.Functor.Contravariant/index.js +7 -0
- package/output-es/Data.Functor.Coproduct/index.js +171 -0
- package/output-es/Data.Functor.Coproduct.Inject/index.js +25 -0
- package/output-es/Data.Functor.Coproduct.Nested/index.js +433 -0
- package/output-es/Data.Functor.Costar/index.js +82 -0
- package/output-es/Data.Functor.Flip/index.js +31 -0
- package/output-es/Data.Functor.Invariant/index.js +14 -0
- package/output-es/Data.Functor.Joker/index.js +88 -0
- package/output-es/Data.Functor.Product/index.js +127 -0
- package/output-es/Data.Functor.Product.Nested/index.js +46 -0
- package/output-es/Data.Functor.Product2/index.js +46 -0
- package/output-es/Data.FunctorWithIndex/foreign.js +10 -0
- package/output-es/Data.FunctorWithIndex/index.js +147 -0
- package/output-es/Data.Generic.Rep/index.js +31 -0
- package/output-es/Data.Graph/index.js +370 -0
- package/output-es/Data.HTTP.Method/index.js +223 -0
- package/output-es/Data.HeytingAlgebra/foreign.js +15 -0
- package/output-es/Data.HeytingAlgebra/index.js +104 -0
- package/output-es/Data.HeytingAlgebra.Generic/index.js +76 -0
- package/output-es/Data.Identity/index.js +54 -0
- package/output-es/Data.Int/foreign.js +65 -0
- package/output-es/Data.Int/index.js +122 -0
- package/output-es/Data.Int.Bits/foreign.js +48 -0
- package/output-es/Data.Int.Bits/index.js +4 -0
- package/output-es/Data.Interval/index.js +331 -0
- package/output-es/Data.Interval.Duration/index.js +124 -0
- package/output-es/Data.Interval.Duration.Iso/index.js +423 -0
- package/output-es/Data.JSDate/foreign.js +83 -0
- package/output-es/Data.JSDate/index.js +123 -0
- package/output-es/Data.Lazy/foreign.js +14 -0
- package/output-es/Data.Lazy/index.js +143 -0
- package/output-es/Data.List/index.js +1505 -0
- package/output-es/Data.List.Internal/index.js +155 -0
- package/output-es/Data.List.Lazy/index.js +658 -0
- package/output-es/Data.List.Lazy.NonEmpty/index.js +77 -0
- package/output-es/Data.List.Lazy.Types/index.js +511 -0
- package/output-es/Data.List.NonEmpty/index.js +540 -0
- package/output-es/Data.List.Partial/index.js +37 -0
- package/output-es/Data.List.Types/index.js +841 -0
- package/output-es/Data.List.ZipList/index.js +43 -0
- package/output-es/Data.Map/index.js +80 -0
- package/output-es/Data.Map.Gen/index.js +15 -0
- package/output-es/Data.Map.Internal/index.js +1216 -0
- package/output-es/Data.Maybe/index.js +253 -0
- package/output-es/Data.Maybe.First/index.js +85 -0
- package/output-es/Data.Maybe.Last/index.js +86 -0
- package/output-es/Data.MediaType/index.js +8 -0
- package/output-es/Data.MediaType.Common/index.js +30 -0
- package/output-es/Data.Monoid/index.js +66 -0
- package/output-es/Data.Monoid.Additive/index.js +33 -0
- package/output-es/Data.Monoid.Alternate/index.js +46 -0
- package/output-es/Data.Monoid.Conj/index.js +21 -0
- package/output-es/Data.Monoid.Disj/index.js +21 -0
- package/output-es/Data.Monoid.Dual/index.js +19 -0
- package/output-es/Data.Monoid.Endo/index.js +12 -0
- package/output-es/Data.Monoid.Generic/index.js +11 -0
- package/output-es/Data.Monoid.Multiplicative/index.js +33 -0
- package/output-es/Data.NaturalTransformation/index.js +1 -0
- package/output-es/Data.Newtype/index.js +51 -0
- package/output-es/Data.NonEmpty/index.js +217 -0
- package/output-es/Data.Nullable/foreign.js +12 -0
- package/output-es/Data.Nullable/index.js +53 -0
- package/output-es/Data.Number/foreign.js +80 -0
- package/output-es/Data.Number/index.js +15 -0
- package/output-es/Data.Number.Approximate/index.js +13 -0
- package/output-es/Data.Number.Format/foreign.js +12 -0
- package/output-es/Data.Number.Format/index.js +53 -0
- package/output-es/Data.Op/index.js +13 -0
- package/output-es/Data.Ord/foreign.js +43 -0
- package/output-es/Data.Ord/index.js +161 -0
- package/output-es/Data.Ord.Down/index.js +35 -0
- package/output-es/Data.Ord.Generic/index.js +34 -0
- package/output-es/Data.Ord.Max/index.js +34 -0
- package/output-es/Data.Ord.Min/index.js +34 -0
- package/output-es/Data.Ordering/index.js +35 -0
- package/output-es/Data.Posix/index.js +19 -0
- package/output-es/Data.Posix.Signal/index.js +405 -0
- package/output-es/Data.Predicate/index.js +14 -0
- package/output-es/Data.Profunctor/index.js +13 -0
- package/output-es/Data.Profunctor.Choice/index.js +32 -0
- package/output-es/Data.Profunctor.Closed/index.js +5 -0
- package/output-es/Data.Profunctor.Cochoice/index.js +3 -0
- package/output-es/Data.Profunctor.Costrong/index.js +3 -0
- package/output-es/Data.Profunctor.Join/index.js +13 -0
- package/output-es/Data.Profunctor.Split/index.js +11 -0
- package/output-es/Data.Profunctor.Star/index.js +250 -0
- package/output-es/Data.Profunctor.Strong/index.js +19 -0
- package/output-es/Data.Reflectable/foreign.js +5 -0
- package/output-es/Data.Reflectable/index.js +10 -0
- package/output-es/Data.Ring/foreign.js +12 -0
- package/output-es/Data.Ring/index.js +50 -0
- package/output-es/Data.Ring.Generic/index.js +10 -0
- package/output-es/Data.Semigroup/foreign.js +13 -0
- package/output-es/Data.Semigroup/index.js +25 -0
- package/output-es/Data.Semigroup.First/index.js +14 -0
- package/output-es/Data.Semigroup.Foldable/index.js +143 -0
- package/output-es/Data.Semigroup.Generic/index.js +11 -0
- package/output-es/Data.Semigroup.Last/index.js +14 -0
- package/output-es/Data.Semigroup.Traversable/index.js +39 -0
- package/output-es/Data.Semiring/foreign.js +25 -0
- package/output-es/Data.Semiring/index.js +66 -0
- package/output-es/Data.Semiring.Generic/index.js +52 -0
- package/output-es/Data.Set/index.js +310 -0
- package/output-es/Data.Set.NonEmpty/index.js +198 -0
- package/output-es/Data.Show/foreign.js +59 -0
- package/output-es/Data.Show/index.js +56 -0
- package/output-es/Data.Show.Generic/foreign.js +5 -0
- package/output-es/Data.Show.Generic/index.js +43 -0
- package/output-es/Data.String/index.js +1 -0
- package/output-es/Data.String.CaseInsensitive/index.js +12 -0
- package/output-es/Data.String.CodePoints/foreign.js +107 -0
- package/output-es/Data.String.CodePoints/index.js +201 -0
- package/output-es/Data.String.CodeUnits/foreign.js +116 -0
- package/output-es/Data.String.CodeUnits/index.js +55 -0
- package/output-es/Data.String.Common/foreign.js +52 -0
- package/output-es/Data.String.Common/index.js +6 -0
- package/output-es/Data.String.Gen/index.js +26 -0
- package/output-es/Data.String.NonEmpty/index.js +1 -0
- package/output-es/Data.String.NonEmpty.CaseInsensitive/index.js +12 -0
- package/output-es/Data.String.NonEmpty.CodePoints/index.js +89 -0
- package/output-es/Data.String.NonEmpty.CodeUnits/index.js +98 -0
- package/output-es/Data.String.NonEmpty.Internal/index.js +119 -0
- package/output-es/Data.String.Pattern/index.js +13 -0
- package/output-es/Data.String.Regex/foreign.js +103 -0
- package/output-es/Data.String.Regex/index.js +28 -0
- package/output-es/Data.String.Regex.Flags/index.js +44 -0
- package/output-es/Data.String.Regex.Unsafe/index.js +10 -0
- package/output-es/Data.String.Unicode/index.js +18 -0
- package/output-es/Data.String.Unsafe/foreign.js +11 -0
- package/output-es/Data.String.Unsafe/index.js +4 -0
- package/output-es/Data.Symbol/foreign.js +6 -0
- package/output-es/Data.Symbol/index.js +6 -0
- package/output-es/Data.Time/index.js +119 -0
- package/output-es/Data.Time.Component/index.js +138 -0
- package/output-es/Data.Time.Component.Gen/index.js +7 -0
- package/output-es/Data.Time.Duration/index.js +95 -0
- package/output-es/Data.Time.Duration.Gen/index.js +7 -0
- package/output-es/Data.Time.Gen/index.js +8 -0
- package/output-es/Data.Traversable/foreign.js +52 -0
- package/output-es/Data.Traversable/index.js +303 -0
- package/output-es/Data.Traversable.Accum/index.js +1 -0
- package/output-es/Data.Traversable.Accum.Internal/index.js +35 -0
- package/output-es/Data.TraversableWithIndex/index.js +280 -0
- package/output-es/Data.Tuple/index.js +194 -0
- package/output-es/Data.Tuple.Nested/index.js +290 -0
- package/output-es/Data.Unfoldable/foreign.js +21 -0
- package/output-es/Data.Unfoldable/index.js +45 -0
- package/output-es/Data.Unfoldable1/foreign.js +21 -0
- package/output-es/Data.Unfoldable1/index.js +39 -0
- package/output-es/Data.Unit/foreign.js +1 -0
- package/output-es/Data.Unit/index.js +3 -0
- package/output-es/Data.Void/index.js +12 -0
- package/output-es/Data.Witherable/index.js +371 -0
- package/output-es/Data.Yoneda/index.js +85 -0
- package/output-es/DataType/index.js +276 -0
- package/output-es/Debug/foreign.js +57 -0
- package/output-es/Debug/index.js +13 -0
- package/output-es/Desug/index.js +17 -0
- package/output-es/Desugarable/index.js +3 -0
- package/output-es/Dict/index.js +118 -0
- package/output-es/Effect/foreign.js +51 -0
- package/output-es/Effect/index.js +49 -0
- package/output-es/Effect.Aff/foreign.js +1154 -0
- package/output-es/Effect.Aff/index.js +268 -0
- package/output-es/Effect.Aff.Class/index.js +114 -0
- package/output-es/Effect.Aff.Compat/index.js +14 -0
- package/output-es/Effect.Class/index.js +4 -0
- package/output-es/Effect.Class.Console/index.js +25 -0
- package/output-es/Effect.Console/foreign.js +67 -0
- package/output-es/Effect.Console/index.js +17 -0
- package/output-es/Effect.Exception/foreign.js +45 -0
- package/output-es/Effect.Exception/index.js +14 -0
- package/output-es/Effect.Exception.Unsafe/index.js +4 -0
- package/output-es/Effect.Now/foreign.js +8 -0
- package/output-es/Effect.Now/index.js +16 -0
- package/output-es/Effect.Random/foreign.js +1 -0
- package/output-es/Effect.Random/index.js +17 -0
- package/output-es/Effect.Ref/foreign.js +37 -0
- package/output-es/Effect.Ref/index.js +34 -0
- package/output-es/Effect.Uncurried/foreign.js +229 -0
- package/output-es/Effect.Uncurried/index.js +386 -0
- package/output-es/Effect.Unsafe/foreign.js +3 -0
- package/output-es/Effect.Unsafe/index.js +3 -0
- package/output-es/Eval/index.js +951 -0
- package/output-es/ExitCodes/index.js +461 -0
- package/output-es/Expr/index.js +1732 -0
- package/output-es/File/index.js +125 -0
- package/output-es/Fluid/index.js +229 -0
- package/output-es/Foreign/foreign.js +19 -0
- package/output-es/Foreign/index.js +171 -0
- package/output-es/Foreign.Index/foreign.js +11 -0
- package/output-es/Foreign.Index/index.js +80 -0
- package/output-es/Foreign.Keys/foreign.js +9 -0
- package/output-es/Foreign.Keys/index.js +28 -0
- package/output-es/Foreign.Object/foreign.js +116 -0
- package/output-es/Foreign.Object/index.js +304 -0
- package/output-es/Foreign.Object.Gen/index.js +13 -0
- package/output-es/Foreign.Object.ST/foreign.js +37 -0
- package/output-es/Foreign.Object.ST/index.js +9 -0
- package/output-es/Foreign.Object.ST.Unsafe/foreign.js +5 -0
- package/output-es/Foreign.Object.ST.Unsafe/index.js +3 -0
- package/output-es/Foreign.Object.Unsafe/foreign.js +5 -0
- package/output-es/Foreign.Object.Unsafe/index.js +3 -0
- package/output-es/GaloisConnection/index.js +72 -0
- package/output-es/Graph/index.js +279 -0
- package/output-es/Graph.GraphImpl/index.js +296 -0
- package/output-es/Graph.Slice/index.js +125 -0
- package/output-es/Graph.WithGraph/index.js +190 -0
- package/output-es/JSURI/foreign.js +61 -0
- package/output-es/JSURI/index.js +10 -0
- package/output-es/Lattice/index.js +397 -0
- package/output-es/Link/index.js +84 -0
- package/output-es/Module/index.js +317 -0
- package/output-es/Module.Node/index.js +95 -0
- package/output-es/Module.Web/index.js +79 -0
- package/output-es/ModuleGraph/index.js +1 -0
- package/output-es/Node.Buffer/foreign.js +33 -0
- package/output-es/Node.Buffer/index.js +191 -0
- package/output-es/Node.Buffer.Class/index.js +48 -0
- package/output-es/Node.Buffer.Constants/foreign.js +5 -0
- package/output-es/Node.Buffer.Constants/index.js +3 -0
- package/output-es/Node.Buffer.Immutable/foreign.js +45 -0
- package/output-es/Node.Buffer.Immutable/index.js +121 -0
- package/output-es/Node.Buffer.ST/index.js +98 -0
- package/output-es/Node.Buffer.Types/index.js +36 -0
- package/output-es/Node.Encoding/foreign.js +3 -0
- package/output-es/Node.Encoding/index.js +55 -0
- package/output-es/Node.EventEmitter/foreign.js +24 -0
- package/output-es/Node.EventEmitter/index.js +142 -0
- package/output-es/Node.EventEmitter.UtilTypes/index.js +1 -0
- package/output-es/Node.FS/index.js +27 -0
- package/output-es/Node.FS.Aff/index.js +132 -0
- package/output-es/Node.FS.Async/foreign.js +28 -0
- package/output-es/Node.FS.Async/index.js +241 -0
- package/output-es/Node.FS.Constants/foreign.js +17 -0
- package/output-es/Node.FS.Constants/index.js +103 -0
- package/output-es/Node.FS.Perms/index.js +125 -0
- package/output-es/Node.FS.Stats/foreign.js +27 -0
- package/output-es/Node.FS.Stats/index.js +102 -0
- package/output-es/Node.FS.Stream/foreign.js +11 -0
- package/output-es/Node.FS.Stream/index.js +20 -0
- package/output-es/Node.FS.Sync/foreign.js +30 -0
- package/output-es/Node.FS.Sync/index.js +258 -0
- package/output-es/Node.Path/foreign.js +30 -0
- package/output-es/Node.Path/index.js +3 -0
- package/output-es/Node.Platform/index.js +104 -0
- package/output-es/Node.Process/foreign.js +65 -0
- package/output-es/Node.Process/index.js +180 -0
- package/output-es/Node.Stream/foreign.js +97 -0
- package/output-es/Node.Stream/index.js +310 -0
- package/output-es/Node.Stream.Aff/index.js +445 -0
- package/output-es/Node.Symbol/foreign.js +3 -0
- package/output-es/Node.Symbol/index.js +12 -0
- package/output-es/Options.Applicative/index.js +1 -0
- package/output-es/Options.Applicative.BashCompletion/index.js +417 -0
- package/output-es/Options.Applicative.Builder/index.js +505 -0
- package/output-es/Options.Applicative.Builder.Completer/foreign.js +8 -0
- package/output-es/Options.Applicative.Builder.Completer/index.js +133 -0
- package/output-es/Options.Applicative.Builder.Internal/index.js +122 -0
- package/output-es/Options.Applicative.Common/index.js +497 -0
- package/output-es/Options.Applicative.Extra/index.js +273 -0
- package/output-es/Options.Applicative.Help/index.js +3 -0
- package/output-es/Options.Applicative.Help.Chunk/index.js +229 -0
- package/output-es/Options.Applicative.Help.Core/index.js +450 -0
- package/output-es/Options.Applicative.Help.Levenshtein/index.js +22 -0
- package/output-es/Options.Applicative.Help.Pretty/index.js +1 -0
- package/output-es/Options.Applicative.Help.Types/index.js +112 -0
- package/output-es/Options.Applicative.Internal/index.js +447 -0
- package/output-es/Options.Applicative.Internal.Utils/index.js +36 -0
- package/output-es/Options.Applicative.Types/index.js +979 -0
- package/output-es/PSCI.Support/index.js +15 -0
- package/output-es/Parse/index.js +2003 -0
- package/output-es/Parse.Number/index.js +390 -0
- package/output-es/Parse.Parser/index.js +428 -0
- package/output-es/Parsing/index.js +342 -0
- package/output-es/Parsing.Combinators/index.js +901 -0
- package/output-es/Parsing.Combinators.Array/index.js +131 -0
- package/output-es/Parsing.Expr/index.js +317 -0
- package/output-es/Parsing.Indent/index.js +492 -0
- package/output-es/Parsing.Language/index.js +224 -0
- package/output-es/Parsing.String/index.js +378 -0
- package/output-es/Parsing.String.Basic/index.js +236 -0
- package/output-es/Parsing.String.Replace/index.js +342 -0
- package/output-es/Parsing.Token/index.js +1980 -0
- package/output-es/Partial/foreign.js +5 -0
- package/output-es/Partial/index.js +6 -0
- package/output-es/Partial.Unsafe/foreign.js +5 -0
- package/output-es/Partial.Unsafe/index.js +8 -0
- package/output-es/Prelude/index.js +13 -0
- package/output-es/Pretty/index.js +1334 -0
- package/output-es/Pretty.Doc/index.js +139 -0
- package/output-es/Pretty.Util/index.js +90 -0
- package/output-es/Primitive/index.js +304 -0
- package/output-es/Primitive.Defs/index.js +872 -0
- package/output-es/Primitive.Parse/index.js +93 -0
- package/output-es/Random.LCG/index.js +35 -0
- package/output-es/Record/index.js +23 -0
- package/output-es/Record.Builder/foreign.js +44 -0
- package/output-es/Record.Builder/index.js +20 -0
- package/output-es/Record.Unsafe/foreign.js +38 -0
- package/output-es/Record.Unsafe/index.js +9 -0
- package/output-es/Record.Unsafe.Union/foreign.js +14 -0
- package/output-es/Record.Unsafe.Union/index.js +4 -0
- package/output-es/SExpr/index.js +3972 -0
- package/output-es/Safe.Coerce/index.js +3 -0
- package/output-es/Test.Assert/foreign.js +21 -0
- package/output-es/Test.Assert/index.js +37 -0
- package/output-es/Test.Benchmark.Util/foreign.js +3 -0
- package/output-es/Test.Benchmark.Util/index.js +273 -0
- package/output-es/Test.QuickCheck/index.js +297 -0
- package/output-es/Test.QuickCheck.Arbitrary/index.js +482 -0
- package/output-es/Test.QuickCheck.Gen/foreign.js +10 -0
- package/output-es/Test.QuickCheck.Gen/index.js +270 -0
- package/output-es/Test.Specs.Bwd/index.js +220 -0
- package/output-es/Test.Specs.Comments/index.js +25 -0
- package/output-es/Test.Specs.Desugar/index.js +17 -0
- package/output-es/Test.Specs.Graphics/index.js +7 -0
- package/output-es/Test.Specs.LinkedInputs/index.js +52 -0
- package/output-es/Test.Specs.LinkedOutputs/index.js +61 -0
- package/output-es/Test.Specs.Misc/index.js +35 -0
- package/output-es/Test.Specs.Paragraph/index.js +5 -0
- package/output-es/Test.Test/index.js +106 -0
- package/output-es/Test.Util/index.js +239 -0
- package/output-es/Test.Util.Debug/index.js +6 -0
- package/output-es/Test.Util.Debug.Defaults/index.js +16 -0
- package/output-es/Test.Util.Mocha/foreign.js +55 -0
- package/output-es/Test.Util.Mocha/index.js +21 -0
- package/output-es/Test.Util.Puppeteer/index.js +83 -0
- package/output-es/Test.Util.Suite/index.js +197 -0
- package/output-es/Text.PrettyPrint.Leijen/index.js +700 -0
- package/output-es/Toppokki/foreign.js +170 -0
- package/output-es/Toppokki/index.js +122 -0
- package/output-es/Type.Data.Boolean/index.js +21 -0
- package/output-es/Type.Data.Ordering/index.js +56 -0
- package/output-es/Type.Data.Symbol/index.js +7 -0
- package/output-es/Type.Equality/index.js +5 -0
- package/output-es/Type.Function/index.js +1 -0
- package/output-es/Type.Prelude/index.js +1 -0
- package/output-es/Type.Proxy/index.js +51 -0
- package/output-es/Type.Row/index.js +1 -0
- package/output-es/Type.Row.Homogeneous/index.js +4 -0
- package/output-es/Type.RowList/index.js +10 -0
- package/output-es/Unsafe.Coerce/foreign.js +5 -0
- package/output-es/Unsafe.Coerce/index.js +3 -0
- package/output-es/Util/index.js +340 -0
- package/output-es/Util.Map/foreign.js +13 -0
- package/output-es/Util.Map/index.js +129 -0
- package/output-es/Util.Pair/index.js +90 -0
- package/output-es/Util.Set/index.js +75 -0
- package/output-es/Val/index.js +1771 -0
- package/output-es/Web.DOM/index.js +1 -0
- package/output-es/Web.DOM.CharacterData/foreign.js +61 -0
- package/output-es/Web.DOM.CharacterData/index.js +13 -0
- package/output-es/Web.DOM.ChildNode/foreign.js +5 -0
- package/output-es/Web.DOM.ChildNode/index.js +3 -0
- package/output-es/Web.DOM.Comment/index.js +13 -0
- package/output-es/Web.DOM.DOMTokenList/foreign.js +49 -0
- package/output-es/Web.DOM.DOMTokenList/index.js +15 -0
- package/output-es/Web.DOM.Document/foreign.js +112 -0
- package/output-es/Web.DOM.Document/index.js +75 -0
- package/output-es/Web.DOM.DocumentFragment/index.js +13 -0
- package/output-es/Web.DOM.DocumentType/foreign.js +9 -0
- package/output-es/Web.DOM.DocumentType/index.js +11 -0
- package/output-es/Web.DOM.Element/foreign.js +210 -0
- package/output-es/Web.DOM.Element/index.js +101 -0
- package/output-es/Web.DOM.HTMLCollection/foreign.js +27 -0
- package/output-es/Web.DOM.HTMLCollection/index.js +25 -0
- package/output-es/Web.DOM.Internal.Types/index.js +1 -0
- package/output-es/Web.DOM.MutationObserver/foreign.js +29 -0
- package/output-es/Web.DOM.MutationObserver/index.js +4 -0
- package/output-es/Web.DOM.MutationRecord/foreign.js +53 -0
- package/output-es/Web.DOM.MutationRecord/index.js +66 -0
- package/output-es/Web.DOM.Node/foreign.js +153 -0
- package/output-es/Web.DOM.Node/index.js +147 -0
- package/output-es/Web.DOM.NodeList/foreign.js +19 -0
- package/output-es/Web.DOM.NodeList/index.js +15 -0
- package/output-es/Web.DOM.NodeType/index.js +199 -0
- package/output-es/Web.DOM.NonDocumentTypeChildNode/foreign.js +11 -0
- package/output-es/Web.DOM.NonDocumentTypeChildNode/index.js +19 -0
- package/output-es/Web.DOM.NonElementParentNode/foreign.js +7 -0
- package/output-es/Web.DOM.NonElementParentNode/index.js +15 -0
- package/output-es/Web.DOM.ParentNode/foreign.js +28 -0
- package/output-es/Web.DOM.ParentNode/index.js +35 -0
- package/output-es/Web.DOM.ProcessingInstruction/foreign.js +5 -0
- package/output-es/Web.DOM.ProcessingInstruction/index.js +15 -0
- package/output-es/Web.DOM.ShadowRoot/foreign.js +9 -0
- package/output-es/Web.DOM.ShadowRoot/index.js +23 -0
- package/output-es/Web.DOM.Text/foreign.js +13 -0
- package/output-es/Web.DOM.Text/index.js +15 -0
- package/output-es/Web.Event.CustomEvent/foreign.js +18 -0
- package/output-es/Web.Event.CustomEvent/index.js +20 -0
- package/output-es/Web.Event.Event/foreign.js +51 -0
- package/output-es/Web.Event.Event/index.js +23 -0
- package/output-es/Web.Event.EventPhase/index.js +99 -0
- package/output-es/Web.Event.EventTarget/foreign.js +51 -0
- package/output-es/Web.Event.EventTarget/index.js +3 -0
- package/output-es/Web.Event.Internal.Types/index.js +1 -0
- package/output-es/Web.File.Blob/foreign.js +19 -0
- package/output-es/Web.File.Blob/index.js +18 -0
- package/output-es/Web.File.File/foreign.js +2 -0
- package/output-es/Web.File.File/index.js +13 -0
- package/output-es/Web.File.FileList/foreign.js +7 -0
- package/output-es/Web.File.FileList/index.js +16 -0
- package/output-es/Web.File.FileReader/foreign.js +51 -0
- package/output-es/Web.File.FileReader/index.js +19 -0
- package/output-es/Web.File.FileReader.ReadyState/index.js +94 -0
- package/output-es/Web.File.Url/foreign.js +11 -0
- package/output-es/Web.File.Url/index.js +3 -0
- package/output-es/Web.HTML/foreign.js +4 -0
- package/output-es/Web.HTML/index.js +3 -0
- package/output-es/Web.HTML.Common/index.js +15 -0
- package/output-es/Web.HTML.Event.BeforeUnloadEvent/foreign.js +13 -0
- package/output-es/Web.HTML.Event.BeforeUnloadEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.BeforeUnloadEvent.EventTypes/index.js +2 -0
- package/output-es/Web.HTML.Event.DataTransfer/foreign.js +55 -0
- package/output-es/Web.HTML.Event.DataTransfer/index.js +63 -0
- package/output-es/Web.HTML.Event.DataTransfer.DataTransferItem/foreign.js +23 -0
- package/output-es/Web.HTML.Event.DataTransfer.DataTransferItem/index.js +41 -0
- package/output-es/Web.HTML.Event.DragEvent/foreign.js +3 -0
- package/output-es/Web.HTML.Event.DragEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.DragEvent.EventTypes/index.js +9 -0
- package/output-es/Web.HTML.Event.ErrorEvent/foreign.js +15 -0
- package/output-es/Web.HTML.Event.ErrorEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.EventTypes/index.js +68 -0
- package/output-es/Web.HTML.Event.HashChangeEvent/foreign.js +7 -0
- package/output-es/Web.HTML.Event.HashChangeEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.HashChangeEvent.EventTypes/index.js +2 -0
- package/output-es/Web.HTML.Event.PageTransitionEvent/foreign.js +3 -0
- package/output-es/Web.HTML.Event.PageTransitionEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.PageTransitionEvent.EventTypes/index.js +3 -0
- package/output-es/Web.HTML.Event.PopStateEvent/foreign.js +3 -0
- package/output-es/Web.HTML.Event.PopStateEvent/index.js +7 -0
- package/output-es/Web.HTML.Event.PopStateEvent.EventTypes/index.js +2 -0
- package/output-es/Web.HTML.Event.TrackEvent/index.js +5 -0
- package/output-es/Web.HTML.Event.TrackEvent.EventTypes/index.js +3 -0
- package/output-es/Web.HTML.HTMLAnchorElement/foreign.js +117 -0
- package/output-es/Web.HTML.HTMLAnchorElement/index.js +36 -0
- package/output-es/Web.HTML.HTMLAreaElement/foreign.js +133 -0
- package/output-es/Web.HTML.HTMLAreaElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLAudioElement/foreign.js +9 -0
- package/output-es/Web.HTML.HTMLAudioElement/index.js +40 -0
- package/output-es/Web.HTML.HTMLBRElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLBaseElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLBaseElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLBodyElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLButtonElement/foreign.js +223 -0
- package/output-es/Web.HTML.HTMLButtonElement/index.js +73 -0
- package/output-es/Web.HTML.HTMLCanvasElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLCanvasElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLDListElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLDataElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLDataElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLDataListElement/foreign.js +5 -0
- package/output-es/Web.HTML.HTMLDataListElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLDivElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLDocument/foreign.js +39 -0
- package/output-es/Web.HTML.HTMLDocument/index.js +76 -0
- package/output-es/Web.HTML.HTMLDocument.ReadyState/index.js +52 -0
- package/output-es/Web.HTML.HTMLDocument.VisibilityState/index.js +42 -0
- package/output-es/Web.HTML.HTMLElement/foreign.js +194 -0
- package/output-es/Web.HTML.HTMLElement/index.js +66 -0
- package/output-es/Web.HTML.HTMLEmbedElement/foreign.js +61 -0
- package/output-es/Web.HTML.HTMLEmbedElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLFieldSetElement/foreign.js +103 -0
- package/output-es/Web.HTML.HTMLFieldSetElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLFormElement/foreign.js +181 -0
- package/output-es/Web.HTML.HTMLFormElement/index.js +58 -0
- package/output-es/Web.HTML.HTMLHRElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHeadElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHeadingElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHtmlElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLHyperlinkElementUtils/foreign.js +165 -0
- package/output-es/Web.HTML.HTMLHyperlinkElementUtils/index.js +26 -0
- package/output-es/Web.HTML.HTMLIFrameElement/foreign.js +91 -0
- package/output-es/Web.HTML.HTMLIFrameElement/index.js +52 -0
- package/output-es/Web.HTML.HTMLImageElement/foreign.js +215 -0
- package/output-es/Web.HTML.HTMLImageElement/index.js +140 -0
- package/output-es/Web.HTML.HTMLImageElement.CORSMode/index.js +43 -0
- package/output-es/Web.HTML.HTMLImageElement.DecodingHint/index.js +53 -0
- package/output-es/Web.HTML.HTMLImageElement.Laziness/index.js +43 -0
- package/output-es/Web.HTML.HTMLInputElement/foreign.js +727 -0
- package/output-es/Web.HTML.HTMLInputElement/index.js +171 -0
- package/output-es/Web.HTML.HTMLKeygenElement/foreign.js +151 -0
- package/output-es/Web.HTML.HTMLKeygenElement/index.js +64 -0
- package/output-es/Web.HTML.HTMLLIElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLLIElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLLabelElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLLabelElement/index.js +52 -0
- package/output-es/Web.HTML.HTMLLegendElement/foreign.js +5 -0
- package/output-es/Web.HTML.HTMLLegendElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLLinkElement/foreign.js +133 -0
- package/output-es/Web.HTML.HTMLLinkElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLMapElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLMapElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLMediaElement/foreign.js +295 -0
- package/output-es/Web.HTML.HTMLMediaElement/index.js +103 -0
- package/output-es/Web.HTML.HTMLMediaElement.CanPlayType/index.js +52 -0
- package/output-es/Web.HTML.HTMLMediaElement.NetworkState/index.js +109 -0
- package/output-es/Web.HTML.HTMLMediaElement.ReadyState/index.js +124 -0
- package/output-es/Web.HTML.HTMLMetaElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLMetaElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLMeterElement/foreign.js +101 -0
- package/output-es/Web.HTML.HTMLMeterElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLModElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLModElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLOListElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLOListElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLObjectElement/foreign.js +167 -0
- package/output-es/Web.HTML.HTMLObjectElement/index.js +74 -0
- package/output-es/Web.HTML.HTMLOptGroupElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLOptGroupElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLOptionElement/foreign.js +109 -0
- package/output-es/Web.HTML.HTMLOptionElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLOutputElement/foreign.js +119 -0
- package/output-es/Web.HTML.HTMLOutputElement/index.js +60 -0
- package/output-es/Web.HTML.HTMLParagraphElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLParamElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLParamElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLPreElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLProgressElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLProgressElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLQuoteElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLQuoteElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLScriptElement/foreign.js +109 -0
- package/output-es/Web.HTML.HTMLScriptElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLSelectElement/foreign.js +223 -0
- package/output-es/Web.HTML.HTMLSelectElement/index.js +73 -0
- package/output-es/Web.HTML.HTMLSourceElement/foreign.js +45 -0
- package/output-es/Web.HTML.HTMLSourceElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLSpanElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLStyleElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLStyleElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTableCaptionElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLTableCellElement/foreign.js +37 -0
- package/output-es/Web.HTML.HTMLTableCellElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTableColElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLTableColElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTableDataCellElement/index.js +36 -0
- package/output-es/Web.HTML.HTMLTableElement/foreign.js +153 -0
- package/output-es/Web.HTML.HTMLTableElement/index.js +103 -0
- package/output-es/Web.HTML.HTMLTableHeaderCellElement/foreign.js +29 -0
- package/output-es/Web.HTML.HTMLTableHeaderCellElement/index.js +38 -0
- package/output-es/Web.HTML.HTMLTableRowElement/foreign.js +41 -0
- package/output-es/Web.HTML.HTMLTableRowElement/index.js +38 -0
- package/output-es/Web.HTML.HTMLTableSectionElement/foreign.js +25 -0
- package/output-es/Web.HTML.HTMLTableSectionElement/index.js +38 -0
- package/output-es/Web.HTML.HTMLTemplateElement/foreign.js +5 -0
- package/output-es/Web.HTML.HTMLTemplateElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTextAreaElement/foreign.js +403 -0
- package/output-es/Web.HTML.HTMLTextAreaElement/index.js +107 -0
- package/output-es/Web.HTML.HTMLTimeElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLTimeElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTitleElement/foreign.js +13 -0
- package/output-es/Web.HTML.HTMLTitleElement/index.js +34 -0
- package/output-es/Web.HTML.HTMLTrackElement/foreign.js +84 -0
- package/output-es/Web.HTML.HTMLTrackElement/index.js +44 -0
- package/output-es/Web.HTML.HTMLTrackElement.ReadyState/index.js +109 -0
- package/output-es/Web.HTML.HTMLUListElement/index.js +32 -0
- package/output-es/Web.HTML.HTMLVideoElement/foreign.js +63 -0
- package/output-es/Web.HTML.HTMLVideoElement/index.js +38 -0
- package/output-es/Web.HTML.History/foreign.js +49 -0
- package/output-es/Web.HTML.History/index.js +16 -0
- package/output-es/Web.HTML.Location/foreign.js +169 -0
- package/output-es/Web.HTML.Location/index.js +25 -0
- package/output-es/Web.HTML.Navigator/foreign.js +29 -0
- package/output-es/Web.HTML.Navigator/index.js +3 -0
- package/output-es/Web.HTML.SelectionMode/index.js +62 -0
- package/output-es/Web.HTML.ValidityState/foreign.js +3 -0
- package/output-es/Web.HTML.ValidityState/index.js +15 -0
- package/output-es/Web.HTML.Window/foreign.js +239 -0
- package/output-es/Web.HTML.Window/index.js +86 -0
- package/output-es/Web.Internal.FFI/foreign.js +20 -0
- package/output-es/Web.Internal.FFI/index.js +5 -0
- package/output-es/Web.Storage.Event.StorageEvent/foreign.js +19 -0
- package/output-es/Web.Storage.Event.StorageEvent/index.js +13 -0
- package/output-es/Web.Storage.Storage/foreign.js +45 -0
- package/output-es/Web.Storage.Storage/index.js +52 -0
- package/output-es/Web.XHR.EventTypes/index.js +8 -0
- package/output-es/Web.XHR.FormData/foreign.js +32 -0
- package/output-es/Web.XHR.FormData/index.js +52 -0
- package/output-es/Web.XHR.ProgressEvent/foreign.js +11 -0
- package/output-es/Web.XHR.ProgressEvent/index.js +7 -0
- package/output-es/Web.XHR.ReadyState/index.js +99 -0
- package/output-es/Web.XHR.ResponseType/index.js +5 -0
- package/output-es/Web.XHR.XMLHttpRequest/foreign.js +41 -0
- package/output-es/Web.XHR.XMLHttpRequest/index.js +95 -0
- package/output-es/Web.XHR.XMLHttpRequestUpload/index.js +3 -0
- package/output-es/Website.Test.Article.EnergyScatter/index.js +12 -0
- package/output-es/Website.Test.Article.RenewablesLinked/index.js +14 -0
- package/output-es/package.json +1 -0
- package/output-es/runtime.js +33 -0
- package/package.json +3 -2
- package/script/install-website.sh +8 -1
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Data$dEither from "../Data.Either/index.js";
|
|
3
|
+
import * as Data$dFunctor from "../Data.Functor/index.js";
|
|
4
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
5
|
+
const Star = x => x;
|
|
6
|
+
const semigroupoidStar = dictBind => ({compose: v => v1 => x => dictBind.bind(v1(x))(v)});
|
|
7
|
+
const profunctorStar = dictFunctor => (
|
|
8
|
+
{
|
|
9
|
+
dimap: f => g => v => {
|
|
10
|
+
const $0 = dictFunctor.map(g);
|
|
11
|
+
return x => $0(v(f(x)));
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
);
|
|
15
|
+
const strongStar = dictFunctor => {
|
|
16
|
+
const profunctorStar1 = {
|
|
17
|
+
dimap: f => g => v => {
|
|
18
|
+
const $0 = dictFunctor.map(g);
|
|
19
|
+
return x => $0(v(f(x)));
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
return {
|
|
23
|
+
first: v => v1 => {
|
|
24
|
+
const $0 = v1._2;
|
|
25
|
+
return dictFunctor.map(v2 => Data$dTuple.$Tuple(v2, $0))(v(v1._1));
|
|
26
|
+
},
|
|
27
|
+
second: v => v1 => dictFunctor.map(Data$dTuple.Tuple(v1._1))(v(v1._2)),
|
|
28
|
+
Profunctor0: () => profunctorStar1
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
const newtypeStar = {Coercible0: () => {}};
|
|
32
|
+
const invariantStar = dictInvariant => (
|
|
33
|
+
{
|
|
34
|
+
imap: f => g => v => {
|
|
35
|
+
const $0 = dictInvariant.imap(f)(g);
|
|
36
|
+
return x => $0(v(x));
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
const hoistStar = f => v => x => f(v(x));
|
|
41
|
+
const functorStar = dictFunctor => (
|
|
42
|
+
{
|
|
43
|
+
map: f => v => {
|
|
44
|
+
const $0 = dictFunctor.map(f);
|
|
45
|
+
return x => $0(v(x));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
const distributiveStar = dictDistributive => {
|
|
50
|
+
const $0 = dictDistributive.Functor0();
|
|
51
|
+
const functorStar1 = {
|
|
52
|
+
map: f => v => {
|
|
53
|
+
const $1 = $0.map(f);
|
|
54
|
+
return x => $1(v(x));
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
return {
|
|
58
|
+
distribute: dictFunctor => {
|
|
59
|
+
const collect1 = dictDistributive.collect(dictFunctor);
|
|
60
|
+
return f => a => collect1(v => v(a))(f);
|
|
61
|
+
},
|
|
62
|
+
collect: dictFunctor => f => {
|
|
63
|
+
const $1 = distributiveStar(dictDistributive).distribute(dictFunctor);
|
|
64
|
+
const $2 = dictFunctor.map(f);
|
|
65
|
+
return x => $1($2(x));
|
|
66
|
+
},
|
|
67
|
+
Functor0: () => functorStar1
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
const closedStar = dictDistributive => {
|
|
71
|
+
const distribute = dictDistributive.distribute(Data$dFunctor.functorFn);
|
|
72
|
+
const $0 = dictDistributive.Functor0();
|
|
73
|
+
const profunctorStar1 = {
|
|
74
|
+
dimap: f => g => v => {
|
|
75
|
+
const $1 = $0.map(g);
|
|
76
|
+
return x => $1(v(f(x)));
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
return {closed: v => g => distribute(x => v(g(x))), Profunctor0: () => profunctorStar1};
|
|
80
|
+
};
|
|
81
|
+
const choiceStar = dictApplicative => {
|
|
82
|
+
const Functor0 = dictApplicative.Apply0().Functor0();
|
|
83
|
+
const profunctorStar1 = {
|
|
84
|
+
dimap: f => g => v => {
|
|
85
|
+
const $0 = Functor0.map(g);
|
|
86
|
+
return x => $0(v(f(x)));
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
return {
|
|
90
|
+
left: v => {
|
|
91
|
+
const $0 = Functor0.map(Data$dEither.Left);
|
|
92
|
+
return v2 => {
|
|
93
|
+
if (v2.tag === "Left") { return $0(v(v2._1)); }
|
|
94
|
+
if (v2.tag === "Right") { return dictApplicative.pure(Data$dEither.$Either("Right", v2._1)); }
|
|
95
|
+
$runtime.fail();
|
|
96
|
+
};
|
|
97
|
+
},
|
|
98
|
+
right: v => {
|
|
99
|
+
const $0 = Functor0.map(Data$dEither.Right);
|
|
100
|
+
return v2 => {
|
|
101
|
+
if (v2.tag === "Left") { return dictApplicative.pure(Data$dEither.$Either("Left", v2._1)); }
|
|
102
|
+
if (v2.tag === "Right") { return $0(v(v2._1)); }
|
|
103
|
+
$runtime.fail();
|
|
104
|
+
};
|
|
105
|
+
},
|
|
106
|
+
Profunctor0: () => profunctorStar1
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
const categoryStar = dictMonad => {
|
|
110
|
+
const $0 = dictMonad.Bind1();
|
|
111
|
+
const semigroupoidStar1 = {compose: v => v1 => x => $0.bind(v1(x))(v)};
|
|
112
|
+
return {identity: dictMonad.Applicative0().pure, Semigroupoid0: () => semigroupoidStar1};
|
|
113
|
+
};
|
|
114
|
+
const applyStar = dictApply => {
|
|
115
|
+
const $0 = dictApply.Functor0();
|
|
116
|
+
const functorStar1 = {
|
|
117
|
+
map: f => v => {
|
|
118
|
+
const $1 = $0.map(f);
|
|
119
|
+
return x => $1(v(x));
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
return {apply: v => v1 => a => dictApply.apply(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
123
|
+
};
|
|
124
|
+
const bindStar = dictBind => {
|
|
125
|
+
const $0 = dictBind.Apply0();
|
|
126
|
+
const $1 = $0.Functor0();
|
|
127
|
+
const applyStar1 = (() => {
|
|
128
|
+
const functorStar1 = {
|
|
129
|
+
map: f => v => {
|
|
130
|
+
const $2 = $1.map(f);
|
|
131
|
+
return x => $2(v(x));
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
return {apply: v => v1 => a => $0.apply(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
135
|
+
})();
|
|
136
|
+
return {bind: v => f => x => dictBind.bind(v(x))(a => f(a)(x)), Apply0: () => applyStar1};
|
|
137
|
+
};
|
|
138
|
+
const applicativeStar = dictApplicative => {
|
|
139
|
+
const $0 = dictApplicative.Apply0();
|
|
140
|
+
const $1 = $0.Functor0();
|
|
141
|
+
const applyStar1 = (() => {
|
|
142
|
+
const functorStar1 = {
|
|
143
|
+
map: f => v => {
|
|
144
|
+
const $2 = $1.map(f);
|
|
145
|
+
return x => $2(v(x));
|
|
146
|
+
}
|
|
147
|
+
};
|
|
148
|
+
return {apply: v => v1 => a => $0.apply(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
149
|
+
})();
|
|
150
|
+
return {pure: a => v => dictApplicative.pure(a), Apply0: () => applyStar1};
|
|
151
|
+
};
|
|
152
|
+
const monadStar = dictMonad => {
|
|
153
|
+
const $0 = dictMonad.Applicative0();
|
|
154
|
+
const $1 = $0.Apply0();
|
|
155
|
+
const applicativeStar1 = (() => {
|
|
156
|
+
const $2 = $1.Functor0();
|
|
157
|
+
const functorStar1 = {
|
|
158
|
+
map: f => v => {
|
|
159
|
+
const $3 = $2.map(f);
|
|
160
|
+
return x => $3(v(x));
|
|
161
|
+
}
|
|
162
|
+
};
|
|
163
|
+
const applyStar1 = {apply: v => v1 => a => $1.apply(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
164
|
+
return {pure: a => v => $0.pure(a), Apply0: () => applyStar1};
|
|
165
|
+
})();
|
|
166
|
+
const bindStar1 = bindStar(dictMonad.Bind1());
|
|
167
|
+
return {Applicative0: () => applicativeStar1, Bind1: () => bindStar1};
|
|
168
|
+
};
|
|
169
|
+
const altStar = dictAlt => {
|
|
170
|
+
const $0 = dictAlt.Functor0();
|
|
171
|
+
const functorStar1 = {
|
|
172
|
+
map: f => v => {
|
|
173
|
+
const $1 = $0.map(f);
|
|
174
|
+
return x => $1(v(x));
|
|
175
|
+
}
|
|
176
|
+
};
|
|
177
|
+
return {alt: v => v1 => a => dictAlt.alt(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
178
|
+
};
|
|
179
|
+
const plusStar = dictPlus => {
|
|
180
|
+
const empty = dictPlus.empty;
|
|
181
|
+
const $0 = dictPlus.Alt0();
|
|
182
|
+
const $1 = $0.Functor0();
|
|
183
|
+
const altStar1 = (() => {
|
|
184
|
+
const functorStar1 = {
|
|
185
|
+
map: f => v => {
|
|
186
|
+
const $2 = $1.map(f);
|
|
187
|
+
return x => $2(v(x));
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
return {alt: v => v1 => a => $0.alt(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
191
|
+
})();
|
|
192
|
+
return {empty: v => empty, Alt0: () => altStar1};
|
|
193
|
+
};
|
|
194
|
+
const alternativeStar = dictAlternative => {
|
|
195
|
+
const $0 = dictAlternative.Applicative0();
|
|
196
|
+
const $1 = $0.Apply0();
|
|
197
|
+
const applicativeStar1 = (() => {
|
|
198
|
+
const $2 = $1.Functor0();
|
|
199
|
+
const functorStar1 = {
|
|
200
|
+
map: f => v => {
|
|
201
|
+
const $3 = $2.map(f);
|
|
202
|
+
return x => $3(v(x));
|
|
203
|
+
}
|
|
204
|
+
};
|
|
205
|
+
const applyStar1 = {apply: v => v1 => a => $1.apply(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
206
|
+
return {pure: a => v => $0.pure(a), Apply0: () => applyStar1};
|
|
207
|
+
})();
|
|
208
|
+
const $2 = dictAlternative.Plus1();
|
|
209
|
+
const empty = $2.empty;
|
|
210
|
+
const plusStar1 = (() => {
|
|
211
|
+
const $3 = $2.Alt0();
|
|
212
|
+
const $4 = $3.Functor0();
|
|
213
|
+
const functorStar1 = {
|
|
214
|
+
map: f => v => {
|
|
215
|
+
const $5 = $4.map(f);
|
|
216
|
+
return x => $5(v(x));
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
const altStar1 = {alt: v => v1 => a => $3.alt(v(a))(v1(a)), Functor0: () => functorStar1};
|
|
220
|
+
return {empty: v => empty, Alt0: () => altStar1};
|
|
221
|
+
})();
|
|
222
|
+
return {Applicative0: () => applicativeStar1, Plus1: () => plusStar1};
|
|
223
|
+
};
|
|
224
|
+
const monadPlusStar = dictMonadPlus => {
|
|
225
|
+
const monadStar1 = monadStar(dictMonadPlus.Monad0());
|
|
226
|
+
const alternativeStar1 = alternativeStar(dictMonadPlus.Alternative1());
|
|
227
|
+
return {Monad0: () => monadStar1, Alternative1: () => alternativeStar1};
|
|
228
|
+
};
|
|
229
|
+
export {
|
|
230
|
+
Star,
|
|
231
|
+
altStar,
|
|
232
|
+
alternativeStar,
|
|
233
|
+
applicativeStar,
|
|
234
|
+
applyStar,
|
|
235
|
+
bindStar,
|
|
236
|
+
categoryStar,
|
|
237
|
+
choiceStar,
|
|
238
|
+
closedStar,
|
|
239
|
+
distributiveStar,
|
|
240
|
+
functorStar,
|
|
241
|
+
hoistStar,
|
|
242
|
+
invariantStar,
|
|
243
|
+
monadPlusStar,
|
|
244
|
+
monadStar,
|
|
245
|
+
newtypeStar,
|
|
246
|
+
plusStar,
|
|
247
|
+
profunctorStar,
|
|
248
|
+
semigroupoidStar,
|
|
249
|
+
strongStar
|
|
250
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as Data$dProfunctor from "../Data.Profunctor/index.js";
|
|
2
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
3
|
+
const identity = x => x;
|
|
4
|
+
const strongFn = /* #__PURE__ */ (() => (
|
|
5
|
+
{first: a2b => v => Data$dTuple.$Tuple(a2b(v._1), v._2), second: Data$dTuple.functorTuple.map, Profunctor0: () => Data$dProfunctor.profunctorFn}
|
|
6
|
+
))();
|
|
7
|
+
const second = dict => dict.second;
|
|
8
|
+
const first = dict => dict.first;
|
|
9
|
+
const splitStrong = dictCategory => {
|
|
10
|
+
const $0 = dictCategory.Semigroupoid0();
|
|
11
|
+
return dictStrong => l => r => $0.compose(dictStrong.second(r))(dictStrong.first(l));
|
|
12
|
+
};
|
|
13
|
+
const fanout = dictCategory => {
|
|
14
|
+
const identity1 = dictCategory.identity;
|
|
15
|
+
const $0 = dictCategory.Semigroupoid0();
|
|
16
|
+
const $1 = dictCategory.Semigroupoid0();
|
|
17
|
+
return dictStrong => l => r => $0.compose($1.compose(dictStrong.second(r))(dictStrong.first(l)))(dictStrong.Profunctor0().dimap(identity)(a => Data$dTuple.$Tuple(a, a))(identity1));
|
|
18
|
+
};
|
|
19
|
+
export {fanout, first, identity, second, splitStrong, strongFn};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as Type$dProxy from "../Type.Proxy/index.js";
|
|
2
|
+
import {unsafeCoerce} from "./foreign.js";
|
|
3
|
+
const reifiableString = {};
|
|
4
|
+
const reifiableOrdering = {};
|
|
5
|
+
const reifiableInt = {};
|
|
6
|
+
const reifiableBoolean = {};
|
|
7
|
+
const reifyType = () => s => f => unsafeCoerce(dictReflectable => f(dictReflectable))({reflectType: v => s})(Type$dProxy.Proxy);
|
|
8
|
+
const reflectType = dict => dict.reflectType;
|
|
9
|
+
export {reflectType, reifiableBoolean, reifiableInt, reifiableOrdering, reifiableString, reifyType};
|
|
10
|
+
export * from "./foreign.js";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as Data$dSemiring from "../Data.Semiring/index.js";
|
|
2
|
+
import * as Record$dUnsafe from "../Record.Unsafe/index.js";
|
|
3
|
+
import * as Type$dProxy from "../Type.Proxy/index.js";
|
|
4
|
+
import {intSub, numSub} from "./foreign.js";
|
|
5
|
+
const subRecord = dict => dict.subRecord;
|
|
6
|
+
const sub = dict => dict.sub;
|
|
7
|
+
const ringUnit = {sub: v => v1 => {}, Semiring0: () => Data$dSemiring.semiringUnit};
|
|
8
|
+
const ringRecordNil = {subRecord: v => v1 => v2 => ({}), SemiringRecord0: () => Data$dSemiring.semiringRecordNil};
|
|
9
|
+
const ringRecordCons = dictIsSymbol => () => dictRingRecord => {
|
|
10
|
+
const semiringRecordCons1 = Data$dSemiring.semiringRecordCons(dictIsSymbol)()(dictRingRecord.SemiringRecord0());
|
|
11
|
+
return dictRing => {
|
|
12
|
+
const semiringRecordCons2 = semiringRecordCons1(dictRing.Semiring0());
|
|
13
|
+
return {
|
|
14
|
+
subRecord: v => ra => rb => {
|
|
15
|
+
const key = dictIsSymbol.reflectSymbol(Type$dProxy.Proxy);
|
|
16
|
+
const $$get = Record$dUnsafe.unsafeGet(key);
|
|
17
|
+
return Record$dUnsafe.unsafeSet(key)(dictRing.sub($$get(ra))($$get(rb)))(dictRingRecord.subRecord(Type$dProxy.Proxy)(ra)(rb));
|
|
18
|
+
},
|
|
19
|
+
SemiringRecord0: () => semiringRecordCons2
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
const ringRecord = () => dictRingRecord => {
|
|
24
|
+
const $0 = dictRingRecord.SemiringRecord0();
|
|
25
|
+
const semiringRecord1 = {
|
|
26
|
+
add: $0.addRecord(Type$dProxy.Proxy),
|
|
27
|
+
mul: $0.mulRecord(Type$dProxy.Proxy),
|
|
28
|
+
one: $0.oneRecord(Type$dProxy.Proxy)(Type$dProxy.Proxy),
|
|
29
|
+
zero: $0.zeroRecord(Type$dProxy.Proxy)(Type$dProxy.Proxy)
|
|
30
|
+
};
|
|
31
|
+
return {sub: dictRingRecord.subRecord(Type$dProxy.Proxy), Semiring0: () => semiringRecord1};
|
|
32
|
+
};
|
|
33
|
+
const ringProxy = {sub: v => v1 => Type$dProxy.Proxy, Semiring0: () => Data$dSemiring.semiringProxy};
|
|
34
|
+
const ringNumber = {sub: numSub, Semiring0: () => Data$dSemiring.semiringNumber};
|
|
35
|
+
const ringInt = {sub: intSub, Semiring0: () => Data$dSemiring.semiringInt};
|
|
36
|
+
const ringFn = dictRing => {
|
|
37
|
+
const $0 = dictRing.Semiring0();
|
|
38
|
+
const zero1 = $0.zero;
|
|
39
|
+
const semiringFn = (() => {
|
|
40
|
+
const one1 = $0.one;
|
|
41
|
+
return {add: f => g => x => $0.add(f(x))(g(x)), zero: v => zero1, mul: f => g => x => $0.mul(f(x))(g(x)), one: v => one1};
|
|
42
|
+
})();
|
|
43
|
+
return {sub: f => g => x => dictRing.sub(f(x))(g(x)), Semiring0: () => semiringFn};
|
|
44
|
+
};
|
|
45
|
+
const negate = dictRing => {
|
|
46
|
+
const zero = dictRing.Semiring0().zero;
|
|
47
|
+
return a => dictRing.sub(zero)(a);
|
|
48
|
+
};
|
|
49
|
+
export {negate, ringFn, ringInt, ringNumber, ringProxy, ringRecord, ringRecordCons, ringRecordNil, ringUnit, sub, subRecord};
|
|
50
|
+
export * from "./foreign.js";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as Data$dGeneric$dRep from "../Data.Generic.Rep/index.js";
|
|
2
|
+
const genericSub$p = dict => dict["genericSub'"];
|
|
3
|
+
const genericSub = dictGeneric => dictGenericRing => x => y => dictGeneric.to(dictGenericRing["genericSub'"](dictGeneric.from(x))(dictGeneric.from(y)));
|
|
4
|
+
const genericRingProduct = dictGenericRing => dictGenericRing1 => (
|
|
5
|
+
{"genericSub'": v => v1 => Data$dGeneric$dRep.$Product(dictGenericRing["genericSub'"](v._1)(v1._1), dictGenericRing1["genericSub'"](v._2)(v1._2))}
|
|
6
|
+
);
|
|
7
|
+
const genericRingNoArguments = {"genericSub'": v => v1 => Data$dGeneric$dRep.NoArguments};
|
|
8
|
+
const genericRingConstructor = dictGenericRing => ({"genericSub'": v => v1 => dictGenericRing["genericSub'"](v)(v1)});
|
|
9
|
+
const genericRingArgument = dictRing => ({"genericSub'": v => v1 => dictRing.sub(v)(v1)});
|
|
10
|
+
export {genericRingArgument, genericRingConstructor, genericRingNoArguments, genericRingProduct, genericSub, genericSub$p};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const concatString = function (s1) {
|
|
2
|
+
return function (s2) {
|
|
3
|
+
return s1 + s2;
|
|
4
|
+
};
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export const concatArray = function (xs) {
|
|
8
|
+
return function (ys) {
|
|
9
|
+
if (xs.length === 0) return ys;
|
|
10
|
+
if (ys.length === 0) return xs;
|
|
11
|
+
return xs.concat(ys);
|
|
12
|
+
};
|
|
13
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as Data$dVoid from "../Data.Void/index.js";
|
|
2
|
+
import * as Record$dUnsafe from "../Record.Unsafe/index.js";
|
|
3
|
+
import * as Type$dProxy from "../Type.Proxy/index.js";
|
|
4
|
+
import {concatArray, concatString} from "./foreign.js";
|
|
5
|
+
const semigroupVoid = {append: v => Data$dVoid.absurd};
|
|
6
|
+
const semigroupUnit = {append: v => v1 => {}};
|
|
7
|
+
const semigroupString = {append: concatString};
|
|
8
|
+
const semigroupRecordNil = {appendRecord: v => v1 => v2 => ({})};
|
|
9
|
+
const semigroupProxy = {append: v => v1 => Type$dProxy.Proxy};
|
|
10
|
+
const semigroupArray = {append: concatArray};
|
|
11
|
+
const appendRecord = dict => dict.appendRecord;
|
|
12
|
+
const semigroupRecord = () => dictSemigroupRecord => ({append: dictSemigroupRecord.appendRecord(Type$dProxy.Proxy)});
|
|
13
|
+
const append = dict => dict.append;
|
|
14
|
+
const semigroupFn = dictSemigroup => ({append: f => g => x => dictSemigroup.append(f(x))(g(x))});
|
|
15
|
+
const semigroupRecordCons = dictIsSymbol => () => dictSemigroupRecord => dictSemigroup => (
|
|
16
|
+
{
|
|
17
|
+
appendRecord: v => ra => rb => {
|
|
18
|
+
const key = dictIsSymbol.reflectSymbol(Type$dProxy.Proxy);
|
|
19
|
+
const $$get = Record$dUnsafe.unsafeGet(key);
|
|
20
|
+
return Record$dUnsafe.unsafeSet(key)(dictSemigroup.append($$get(ra))($$get(rb)))(dictSemigroupRecord.appendRecord(Type$dProxy.Proxy)(ra)(rb));
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {append, appendRecord, semigroupArray, semigroupFn, semigroupProxy, semigroupRecord, semigroupRecordCons, semigroupRecordNil, semigroupString, semigroupUnit, semigroupVoid};
|
|
25
|
+
export * from "./foreign.js";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const First = x => x;
|
|
2
|
+
const showFirst = dictShow => ({show: v => "(First " + dictShow.show(v) + ")"});
|
|
3
|
+
const semigroupFirst = {append: x => v => x};
|
|
4
|
+
const ordFirst = dictOrd => dictOrd;
|
|
5
|
+
const functorFirst = {map: f => m => f(m)};
|
|
6
|
+
const eqFirst = dictEq => dictEq;
|
|
7
|
+
const eq1First = {eq1: dictEq => dictEq.eq};
|
|
8
|
+
const ord1First = {compare1: dictOrd => dictOrd.compare, Eq10: () => eq1First};
|
|
9
|
+
const boundedFirst = dictBounded => dictBounded;
|
|
10
|
+
const applyFirst = {apply: v => v1 => v(v1), Functor0: () => functorFirst};
|
|
11
|
+
const bindFirst = {bind: v => f => f(v), Apply0: () => applyFirst};
|
|
12
|
+
const applicativeFirst = {pure: First, Apply0: () => applyFirst};
|
|
13
|
+
const monadFirst = {Applicative0: () => applicativeFirst, Bind1: () => bindFirst};
|
|
14
|
+
export {First, applicativeFirst, applyFirst, bindFirst, boundedFirst, eq1First, eqFirst, functorFirst, monadFirst, ord1First, ordFirst, semigroupFirst, showFirst};
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Control$dApply from "../Control.Apply/index.js";
|
|
3
|
+
import * as Data$dFoldable from "../Data.Foldable/index.js";
|
|
4
|
+
import * as Data$dFunction from "../Data.Function/index.js";
|
|
5
|
+
import * as Unsafe$dCoerce from "../Unsafe.Coerce/index.js";
|
|
6
|
+
const $FoldRight1 = (_1, _2) => ({tag: "FoldRight1", _1, _2});
|
|
7
|
+
const identity = x => x;
|
|
8
|
+
const FoldRight1 = value0 => value1 => $FoldRight1(value0, value1);
|
|
9
|
+
const semigroupAct = dictApply => ({append: v => v1 => dictApply.apply(dictApply.Functor0().map(v$1 => Control$dApply.identity)(v))(v1)});
|
|
10
|
+
const mkFoldRight1 = /* #__PURE__ */ FoldRight1(Data$dFunction.const);
|
|
11
|
+
const foldr1 = dict => dict.foldr1;
|
|
12
|
+
const foldl1 = dict => dict.foldl1;
|
|
13
|
+
const maximumBy = dictFoldable1 => cmp => dictFoldable1.foldl1(x => y => {
|
|
14
|
+
if (cmp(x)(y) === "GT") { return x; }
|
|
15
|
+
return y;
|
|
16
|
+
});
|
|
17
|
+
const minimumBy = dictFoldable1 => cmp => dictFoldable1.foldl1(x => y => {
|
|
18
|
+
if (cmp(x)(y) === "LT") { return x; }
|
|
19
|
+
return y;
|
|
20
|
+
});
|
|
21
|
+
const foldableTuple = {foldMap1: dictSemigroup => f => v => f(v._2), foldr1: v => v1 => v1._2, foldl1: v => v1 => v1._2, Foldable0: () => Data$dFoldable.foldableTuple};
|
|
22
|
+
const foldableMultiplicative = {foldr1: v => v1 => v1, foldl1: v => v1 => v1, foldMap1: dictSemigroup => f => v => f(v), Foldable0: () => Data$dFoldable.foldableMultiplicative};
|
|
23
|
+
const foldableIdentity = {foldMap1: dictSemigroup => f => v => f(v), foldl1: v => v1 => v1, foldr1: v => v1 => v1, Foldable0: () => Data$dFoldable.foldableIdentity};
|
|
24
|
+
const foldableDual = {foldr1: v => v1 => v1, foldl1: v => v1 => v1, foldMap1: dictSemigroup => f => v => f(v), Foldable0: () => Data$dFoldable.foldableDual};
|
|
25
|
+
const foldRight1Semigroup = {
|
|
26
|
+
append: v => v1 => {
|
|
27
|
+
const $0 = v._2;
|
|
28
|
+
return $FoldRight1(a => f => v._1(f($0)(v1._1(a)(f)))(f), v1._2);
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
const semigroupDual = {
|
|
32
|
+
append: v => v1 => {
|
|
33
|
+
const $0 = v1._2;
|
|
34
|
+
return $FoldRight1(a => f => v1._1(f($0)(v._1(a)(f)))(f), v._2);
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
const foldMap1DefaultR = dictFoldable1 => dictFunctor => dictSemigroup => {
|
|
38
|
+
const append = dictSemigroup.append;
|
|
39
|
+
return f => {
|
|
40
|
+
const $0 = dictFunctor.map(f);
|
|
41
|
+
const $1 = dictFoldable1.foldr1(append);
|
|
42
|
+
return x => $1($0(x));
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
const foldMap1DefaultL = dictFoldable1 => dictFunctor => dictSemigroup => {
|
|
46
|
+
const append = dictSemigroup.append;
|
|
47
|
+
return f => {
|
|
48
|
+
const $0 = dictFunctor.map(f);
|
|
49
|
+
const $1 = dictFoldable1.foldl1(append);
|
|
50
|
+
return x => $1($0(x));
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
const foldMap1 = dict => dict.foldMap1;
|
|
54
|
+
const foldl1Default = dictFoldable1 => {
|
|
55
|
+
const $0 = dictFoldable1.foldMap1(semigroupDual)(mkFoldRight1);
|
|
56
|
+
return x => a => {
|
|
57
|
+
const $1 = $0(a);
|
|
58
|
+
return $1._1($1._2)(b => a$1 => x(a$1)(b));
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
const foldr1Default = dictFoldable1 => {
|
|
62
|
+
const $0 = dictFoldable1.foldMap1(foldRight1Semigroup)(mkFoldRight1);
|
|
63
|
+
return b => a => {
|
|
64
|
+
const $1 = $0(a);
|
|
65
|
+
return $1._1($1._2)(b);
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
const intercalateMap = dictFoldable1 => dictSemigroup => {
|
|
69
|
+
const foldMap12 = dictFoldable1.foldMap1({append: v => v1 => j => dictSemigroup.append(v(j))(dictSemigroup.append(j)(v1(j)))});
|
|
70
|
+
return j => f => foldable => foldMap12(x => {
|
|
71
|
+
const $0 = f(x);
|
|
72
|
+
return v => $0;
|
|
73
|
+
})(foldable)(j);
|
|
74
|
+
};
|
|
75
|
+
const intercalate = dictFoldable1 => dictSemigroup => {
|
|
76
|
+
const foldMap12 = dictFoldable1.foldMap1({append: v => v1 => j => dictSemigroup.append(v(j))(dictSemigroup.append(j)(v1(j)))});
|
|
77
|
+
return a => foldable => foldMap12(x => v => x)(foldable)(a);
|
|
78
|
+
};
|
|
79
|
+
const maximum = dictOrd => {
|
|
80
|
+
const semigroupMax = {
|
|
81
|
+
append: v => v1 => {
|
|
82
|
+
const v$1 = dictOrd.compare(v)(v1);
|
|
83
|
+
if (v$1 === "LT") { return v1; }
|
|
84
|
+
if (v$1 === "EQ") { return v; }
|
|
85
|
+
if (v$1 === "GT") { return v; }
|
|
86
|
+
$runtime.fail();
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
return dictFoldable1 => dictFoldable1.foldMap1(semigroupMax)(Unsafe$dCoerce.unsafeCoerce);
|
|
90
|
+
};
|
|
91
|
+
const minimum = dictOrd => {
|
|
92
|
+
const semigroupMin = {
|
|
93
|
+
append: v => v1 => {
|
|
94
|
+
const v$1 = dictOrd.compare(v)(v1);
|
|
95
|
+
if (v$1 === "LT") { return v; }
|
|
96
|
+
if (v$1 === "EQ") { return v; }
|
|
97
|
+
if (v$1 === "GT") { return v1; }
|
|
98
|
+
$runtime.fail();
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
return dictFoldable1 => dictFoldable1.foldMap1(semigroupMin)(Unsafe$dCoerce.unsafeCoerce);
|
|
102
|
+
};
|
|
103
|
+
const traverse1_ = dictFoldable1 => dictApply => {
|
|
104
|
+
const $0 = dictApply.Functor0();
|
|
105
|
+
const foldMap12 = dictFoldable1.foldMap1(semigroupAct(dictApply));
|
|
106
|
+
return f => t => $0.map(v => {})(foldMap12(x => f(x))(t));
|
|
107
|
+
};
|
|
108
|
+
const for1_ = dictFoldable1 => dictApply => {
|
|
109
|
+
const $0 = traverse1_(dictFoldable1)(dictApply);
|
|
110
|
+
return b => a => $0(a)(b);
|
|
111
|
+
};
|
|
112
|
+
const sequence1_ = dictFoldable1 => dictApply => traverse1_(dictFoldable1)(dictApply)(identity);
|
|
113
|
+
const fold1 = dictFoldable1 => dictSemigroup => dictFoldable1.foldMap1(dictSemigroup)(identity);
|
|
114
|
+
export {
|
|
115
|
+
$FoldRight1,
|
|
116
|
+
FoldRight1,
|
|
117
|
+
fold1,
|
|
118
|
+
foldMap1,
|
|
119
|
+
foldMap1DefaultL,
|
|
120
|
+
foldMap1DefaultR,
|
|
121
|
+
foldRight1Semigroup,
|
|
122
|
+
foldableDual,
|
|
123
|
+
foldableIdentity,
|
|
124
|
+
foldableMultiplicative,
|
|
125
|
+
foldableTuple,
|
|
126
|
+
foldl1,
|
|
127
|
+
foldl1Default,
|
|
128
|
+
foldr1,
|
|
129
|
+
foldr1Default,
|
|
130
|
+
for1_,
|
|
131
|
+
identity,
|
|
132
|
+
intercalate,
|
|
133
|
+
intercalateMap,
|
|
134
|
+
maximum,
|
|
135
|
+
maximumBy,
|
|
136
|
+
minimum,
|
|
137
|
+
minimumBy,
|
|
138
|
+
mkFoldRight1,
|
|
139
|
+
semigroupAct,
|
|
140
|
+
semigroupDual,
|
|
141
|
+
sequence1_,
|
|
142
|
+
traverse1_
|
|
143
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as Data$dGeneric$dRep from "../Data.Generic.Rep/index.js";
|
|
2
|
+
const genericSemigroupNoConstructors = {"genericAppend'": a => v => a};
|
|
3
|
+
const genericSemigroupNoArguments = {"genericAppend'": a => v => a};
|
|
4
|
+
const genericSemigroupArgument = dictSemigroup => ({"genericAppend'": v => v1 => dictSemigroup.append(v)(v1)});
|
|
5
|
+
const genericAppend$p = dict => dict["genericAppend'"];
|
|
6
|
+
const genericSemigroupConstructor = dictGenericSemigroup => ({"genericAppend'": v => v1 => dictGenericSemigroup["genericAppend'"](v)(v1)});
|
|
7
|
+
const genericSemigroupProduct = dictGenericSemigroup => dictGenericSemigroup1 => (
|
|
8
|
+
{"genericAppend'": v => v1 => Data$dGeneric$dRep.$Product(dictGenericSemigroup["genericAppend'"](v._1)(v1._1), dictGenericSemigroup1["genericAppend'"](v._2)(v1._2))}
|
|
9
|
+
);
|
|
10
|
+
const genericAppend = dictGeneric => dictGenericSemigroup => x => y => dictGeneric.to(dictGenericSemigroup["genericAppend'"](dictGeneric.from(x))(dictGeneric.from(y)));
|
|
11
|
+
export {genericAppend, genericAppend$p, genericSemigroupArgument, genericSemigroupConstructor, genericSemigroupNoArguments, genericSemigroupNoConstructors, genericSemigroupProduct};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const Last = x => x;
|
|
2
|
+
const showLast = dictShow => ({show: v => "(Last " + dictShow.show(v) + ")"});
|
|
3
|
+
const semigroupLast = {append: v => x => x};
|
|
4
|
+
const ordLast = dictOrd => dictOrd;
|
|
5
|
+
const functorLast = {map: f => m => f(m)};
|
|
6
|
+
const eqLast = dictEq => dictEq;
|
|
7
|
+
const eq1Last = {eq1: dictEq => dictEq.eq};
|
|
8
|
+
const ord1Last = {compare1: dictOrd => dictOrd.compare, Eq10: () => eq1Last};
|
|
9
|
+
const boundedLast = dictBounded => dictBounded;
|
|
10
|
+
const applyLast = {apply: v => v1 => v(v1), Functor0: () => functorLast};
|
|
11
|
+
const bindLast = {bind: v => f => f(v), Apply0: () => applyLast};
|
|
12
|
+
const applicativeLast = {pure: Last, Apply0: () => applyLast};
|
|
13
|
+
const monadLast = {Applicative0: () => applicativeLast, Bind1: () => bindLast};
|
|
14
|
+
export {Last, applicativeLast, applyLast, bindLast, boundedLast, eq1Last, eqLast, functorLast, monadLast, ord1Last, ordLast, semigroupLast, showLast};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as Data$dIdentity from "../Data.Identity/index.js";
|
|
2
|
+
import * as Data$dMonoid$dDual from "../Data.Monoid.Dual/index.js";
|
|
3
|
+
import * as Data$dMonoid$dMultiplicative from "../Data.Monoid.Multiplicative/index.js";
|
|
4
|
+
import * as Data$dSemigroup$dFoldable from "../Data.Semigroup.Foldable/index.js";
|
|
5
|
+
import * as Data$dTraversable from "../Data.Traversable/index.js";
|
|
6
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
7
|
+
const identity = x => x;
|
|
8
|
+
const traverse1 = dict => dict.traverse1;
|
|
9
|
+
const traversableTuple = {
|
|
10
|
+
traverse1: dictApply => f => v => dictApply.Functor0().map(Data$dTuple.Tuple(v._1))(f(v._2)),
|
|
11
|
+
sequence1: dictApply => v => dictApply.Functor0().map(Data$dTuple.Tuple(v._1))(v._2),
|
|
12
|
+
Foldable10: () => Data$dSemigroup$dFoldable.foldableTuple,
|
|
13
|
+
Traversable1: () => Data$dTraversable.traversableTuple
|
|
14
|
+
};
|
|
15
|
+
const traversableIdentity = {
|
|
16
|
+
traverse1: dictApply => f => v => dictApply.Functor0().map(Data$dIdentity.Identity)(f(v)),
|
|
17
|
+
sequence1: dictApply => v => dictApply.Functor0().map(Data$dIdentity.Identity)(v),
|
|
18
|
+
Foldable10: () => Data$dSemigroup$dFoldable.foldableIdentity,
|
|
19
|
+
Traversable1: () => Data$dTraversable.traversableIdentity
|
|
20
|
+
};
|
|
21
|
+
const sequence1Default = dictTraversable1 => dictApply => dictTraversable1.traverse1(dictApply)(identity);
|
|
22
|
+
const traversableDual = {
|
|
23
|
+
traverse1: dictApply => f => v => dictApply.Functor0().map(Data$dMonoid$dDual.Dual)(f(v)),
|
|
24
|
+
sequence1: dictApply => traversableDual.traverse1(dictApply)(identity),
|
|
25
|
+
Foldable10: () => Data$dSemigroup$dFoldable.foldableDual,
|
|
26
|
+
Traversable1: () => Data$dTraversable.traversableDual
|
|
27
|
+
};
|
|
28
|
+
const traversableMultiplicative = {
|
|
29
|
+
traverse1: dictApply => f => v => dictApply.Functor0().map(Data$dMonoid$dMultiplicative.Multiplicative)(f(v)),
|
|
30
|
+
sequence1: dictApply => traversableMultiplicative.traverse1(dictApply)(identity),
|
|
31
|
+
Foldable10: () => Data$dSemigroup$dFoldable.foldableMultiplicative,
|
|
32
|
+
Traversable1: () => Data$dTraversable.traversableMultiplicative
|
|
33
|
+
};
|
|
34
|
+
const sequence1 = dict => dict.sequence1;
|
|
35
|
+
const traverse1Default = dictTraversable1 => dictApply => {
|
|
36
|
+
const sequence12 = dictTraversable1.sequence1(dictApply);
|
|
37
|
+
return f => ta => sequence12(dictTraversable1.Traversable1().Functor0().map(f)(ta));
|
|
38
|
+
};
|
|
39
|
+
export {identity, sequence1, sequence1Default, traversableDual, traversableIdentity, traversableMultiplicative, traversableTuple, traverse1, traverse1Default};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const intAdd = function (x) {
|
|
2
|
+
return function (y) {
|
|
3
|
+
/* jshint bitwise: false */
|
|
4
|
+
return x + y | 0;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const intMul = function (x) {
|
|
9
|
+
return function (y) {
|
|
10
|
+
/* jshint bitwise: false */
|
|
11
|
+
return x * y | 0;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export const numAdd = function (n1) {
|
|
16
|
+
return function (n2) {
|
|
17
|
+
return n1 + n2;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
export const numMul = function (n1) {
|
|
22
|
+
return function (n2) {
|
|
23
|
+
return n1 * n2;
|
|
24
|
+
};
|
|
25
|
+
};
|