@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,317 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Control$dBind from "../Control.Bind/index.js";
|
|
3
|
+
import * as Control$dMonad$dRec$dClass from "../Control.Monad.Rec.Class/index.js";
|
|
4
|
+
import * as Data$dArray from "../Data.Array/index.js";
|
|
5
|
+
import * as Data$dArray$dNonEmpty$dInternal from "../Data.Array.NonEmpty.Internal/index.js";
|
|
6
|
+
import * as Data$dFoldable from "../Data.Foldable/index.js";
|
|
7
|
+
import * as Data$dFunctor from "../Data.Functor/index.js";
|
|
8
|
+
import * as Data$dFunctorWithIndex from "../Data.FunctorWithIndex/index.js";
|
|
9
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
10
|
+
import * as Data$dNonEmpty from "../Data.NonEmpty/index.js";
|
|
11
|
+
import * as Data$dOrd from "../Data.Ord/index.js";
|
|
12
|
+
import * as Data$dSemigroup$dFoldable from "../Data.Semigroup.Foldable/index.js";
|
|
13
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
14
|
+
const max = x => y => {
|
|
15
|
+
const v = Data$dOrd.ordInt.compare(x)(y);
|
|
16
|
+
if (v === "LT") { return y; }
|
|
17
|
+
if (v === "EQ") { return x; }
|
|
18
|
+
if (v === "GT") { return x; }
|
|
19
|
+
$runtime.fail();
|
|
20
|
+
};
|
|
21
|
+
const intercalate1 = dictSemigroup => {
|
|
22
|
+
const foldMap12 = Data$dArray$dNonEmpty$dInternal.foldable1NonEmptyArray.foldMap1({append: v => v1 => j => dictSemigroup.append(v(j))(dictSemigroup.append(j)(v1(j)))});
|
|
23
|
+
return a => foldable => foldMap12(x => v => x)(foldable)(a);
|
|
24
|
+
};
|
|
25
|
+
const transpose = x => Data$dArray.transpose(x);
|
|
26
|
+
const toArray = v => v;
|
|
27
|
+
const unionBy$p = eq => xs => x => Data$dArray.unionBy(eq)(xs)(x);
|
|
28
|
+
const union$p = dictEq => unionBy$p(dictEq.eq);
|
|
29
|
+
const unionBy = eq => xs => x => Data$dArray.unionBy(eq)(xs)(x);
|
|
30
|
+
const union = dictEq => unionBy(dictEq.eq);
|
|
31
|
+
const unzip = x => {
|
|
32
|
+
const $0 = Data$dArray.unzip(x);
|
|
33
|
+
return Data$dTuple.$Tuple($0._1, $0._2);
|
|
34
|
+
};
|
|
35
|
+
const updateAt = i => x => x$1 => Data$dArray._updateAt(Data$dMaybe.Just, Data$dMaybe.Nothing, i, x, x$1);
|
|
36
|
+
const zip = xs => ys => Data$dArray.zipWithImpl(Data$dTuple.Tuple, xs, ys);
|
|
37
|
+
const zipWith = f => xs => ys => Data$dArray.zipWithImpl(f, xs, ys);
|
|
38
|
+
const zipWithA = dictApplicative => Data$dArray.zipWithA(dictApplicative);
|
|
39
|
+
const splitAt = i => xs => Data$dArray.splitAt(i)(xs);
|
|
40
|
+
const some = dictAlternative => dictLazy => x => Data$dArray.some(dictAlternative)(dictLazy)(x);
|
|
41
|
+
const snoc$p = xs => x => Data$dArray.snoc(xs)(x);
|
|
42
|
+
const snoc = xs => x => Data$dArray.snoc(xs)(x);
|
|
43
|
+
const singleton = x => [x];
|
|
44
|
+
const replicate = i => x => Data$dArray.replicateImpl(max(1)(i), x);
|
|
45
|
+
const range = x => y => Data$dArray.rangeImpl(x, y);
|
|
46
|
+
const prependArray = xs => ys => [...xs, ...ys];
|
|
47
|
+
const modifyAt = i => f => x => Data$dArray.modifyAt(i)(f)(x);
|
|
48
|
+
const intersectBy$p = eq => xs => Data$dArray.intersectBy(eq)(xs);
|
|
49
|
+
const intersectBy = eq => xs => x => Data$dArray.intersectBy(eq)(xs)(x);
|
|
50
|
+
const intersect$p = dictEq => intersectBy$p(dictEq.eq);
|
|
51
|
+
const intersect = dictEq => intersectBy(dictEq.eq);
|
|
52
|
+
const intercalate = dictSemigroup => intercalate1(dictSemigroup);
|
|
53
|
+
const insertAt = i => x => x$1 => Data$dArray._insertAt(Data$dMaybe.Just, Data$dMaybe.Nothing, i, x, x$1);
|
|
54
|
+
const fromFoldable1 = dictFoldable1 => {
|
|
55
|
+
const $0 = dictFoldable1.Foldable0().foldr;
|
|
56
|
+
return x => Data$dArray.fromFoldableImpl($0, x);
|
|
57
|
+
};
|
|
58
|
+
const fromArray = xs => {
|
|
59
|
+
if (xs.length > 0) { return Data$dMaybe.$Maybe("Just", xs); }
|
|
60
|
+
return Data$dMaybe.Nothing;
|
|
61
|
+
};
|
|
62
|
+
const fromFoldable = dictFoldable => {
|
|
63
|
+
const $0 = dictFoldable.foldr;
|
|
64
|
+
return x => {
|
|
65
|
+
const $1 = Data$dArray.fromFoldableImpl($0, x);
|
|
66
|
+
if ($1.length > 0) { return Data$dMaybe.$Maybe("Just", $1); }
|
|
67
|
+
return Data$dMaybe.Nothing;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
const transpose$p = x => {
|
|
71
|
+
const $0 = Data$dArray.transpose(x);
|
|
72
|
+
if ($0.length > 0) { return Data$dMaybe.$Maybe("Just", $0); }
|
|
73
|
+
return Data$dMaybe.Nothing;
|
|
74
|
+
};
|
|
75
|
+
const foldr1 = /* #__PURE__ */ (() => Data$dArray$dNonEmpty$dInternal.foldable1NonEmptyArray.foldr1)();
|
|
76
|
+
const foldl1 = /* #__PURE__ */ (() => Data$dArray$dNonEmpty$dInternal.foldable1NonEmptyArray.foldl1)();
|
|
77
|
+
const foldMap1 = dictSemigroup => Data$dArray$dNonEmpty$dInternal.foldable1NonEmptyArray.foldMap1(dictSemigroup);
|
|
78
|
+
const fold1 = dictSemigroup => Data$dArray$dNonEmpty$dInternal.foldable1NonEmptyArray.foldMap1(dictSemigroup)(Data$dSemigroup$dFoldable.identity);
|
|
79
|
+
const difference$p = dictEq => Data$dFoldable.foldrArray(Data$dArray.delete(dictEq));
|
|
80
|
+
const cons$p = x => xs => [x, ...xs];
|
|
81
|
+
const fromNonEmpty = v => [v._1, ...v._2];
|
|
82
|
+
const concatMap = b => a => Control$dBind.arrayBind(a)(b);
|
|
83
|
+
const concat = /* #__PURE__ */ (() => {
|
|
84
|
+
const $0 = Data$dFunctor.arrayMap(toArray);
|
|
85
|
+
return x => Data$dArray.concat($0(x));
|
|
86
|
+
})();
|
|
87
|
+
const appendArray = xs => ys => [...xs, ...ys];
|
|
88
|
+
const alterAt = i => f => x => Data$dArray.alterAt(i)(f)(x);
|
|
89
|
+
const head = x => {
|
|
90
|
+
if (0 < x.length) { return x[0]; }
|
|
91
|
+
$runtime.fail();
|
|
92
|
+
};
|
|
93
|
+
const init = x => {
|
|
94
|
+
if (x.length === 0) { $runtime.fail(); }
|
|
95
|
+
return Data$dArray.sliceImpl(0, x.length - 1 | 0, x);
|
|
96
|
+
};
|
|
97
|
+
const last = x => {
|
|
98
|
+
const $0 = x.length - 1 | 0;
|
|
99
|
+
if ($0 >= 0 && $0 < x.length) { return x[$0]; }
|
|
100
|
+
$runtime.fail();
|
|
101
|
+
};
|
|
102
|
+
const tail = x => {
|
|
103
|
+
const $0 = Data$dArray.unconsImpl(v => Data$dMaybe.Nothing, v => xs => Data$dMaybe.$Maybe("Just", xs), x);
|
|
104
|
+
if ($0.tag === "Just") { return $0._1; }
|
|
105
|
+
$runtime.fail();
|
|
106
|
+
};
|
|
107
|
+
const uncons = x => {
|
|
108
|
+
const $0 = Data$dArray.unconsImpl(v => Data$dMaybe.Nothing, x$1 => xs => Data$dMaybe.$Maybe("Just", {head: x$1, tail: xs}), x);
|
|
109
|
+
if ($0.tag === "Just") { return $0._1; }
|
|
110
|
+
$runtime.fail();
|
|
111
|
+
};
|
|
112
|
+
const toNonEmpty = x => {
|
|
113
|
+
const $0 = uncons(x);
|
|
114
|
+
return Data$dNonEmpty.$NonEmpty($0.head, $0.tail);
|
|
115
|
+
};
|
|
116
|
+
const unsnoc = x => {
|
|
117
|
+
const $0 = Data$dArray.unsnoc(x);
|
|
118
|
+
if ($0.tag === "Just") { return $0._1; }
|
|
119
|
+
$runtime.fail();
|
|
120
|
+
};
|
|
121
|
+
const all = p => x => Data$dArray.allImpl(p, x);
|
|
122
|
+
const any = p => x => Data$dArray.anyImpl(p, x);
|
|
123
|
+
const catMaybes = x => Data$dArray.mapMaybe(x$1 => x$1)(x);
|
|
124
|
+
const $$delete = dictEq => x => x$1 => Data$dArray.deleteBy(dictEq.eq)(x)(x$1);
|
|
125
|
+
const deleteAt = i => x => Data$dArray._deleteAt(Data$dMaybe.Just, Data$dMaybe.Nothing, i, x);
|
|
126
|
+
const deleteBy = f => x => x$1 => Data$dArray.deleteBy(f)(x)(x$1);
|
|
127
|
+
const difference = dictEq => Data$dFoldable.foldrArray(Data$dArray.delete(dictEq));
|
|
128
|
+
const drop = i => x => {
|
|
129
|
+
if (i < 1) { return x; }
|
|
130
|
+
return Data$dArray.sliceImpl(i, x.length, x);
|
|
131
|
+
};
|
|
132
|
+
const dropEnd = i => x => {
|
|
133
|
+
const $0 = x.length - i | 0;
|
|
134
|
+
if ($0 < 1) { return []; }
|
|
135
|
+
return Data$dArray.sliceImpl(0, $0, x);
|
|
136
|
+
};
|
|
137
|
+
const dropWhile = f => x => Data$dArray.span(f)(x).rest;
|
|
138
|
+
const elem = dictEq => x => x$1 => Data$dArray.elem(dictEq)(x)(x$1);
|
|
139
|
+
const elemIndex = dictEq => x => x$1 => Data$dArray.findIndexImpl(Data$dMaybe.Just, Data$dMaybe.Nothing, v => dictEq.eq(v)(x), x$1);
|
|
140
|
+
const elemLastIndex = dictEq => x => x$1 => Data$dArray.findLastIndexImpl(Data$dMaybe.Just, Data$dMaybe.Nothing, v => dictEq.eq(v)(x), x$1);
|
|
141
|
+
const filter = f => x => Data$dArray.filterImpl(f, x);
|
|
142
|
+
const filterA = dictApplicative => Data$dArray.filterA(dictApplicative);
|
|
143
|
+
const find = p => x => Data$dArray.find(p)(x);
|
|
144
|
+
const findIndex = p => x => Data$dArray.findIndexImpl(Data$dMaybe.Just, Data$dMaybe.Nothing, p, x);
|
|
145
|
+
const findLastIndex = x => x$1 => Data$dArray.findLastIndexImpl(Data$dMaybe.Just, Data$dMaybe.Nothing, x, x$1);
|
|
146
|
+
const findMap = p => x => Data$dArray.findMapImpl(Data$dMaybe.Nothing, Data$dMaybe.isJust, p, x);
|
|
147
|
+
const foldM = dictMonad => f => acc => x => Data$dArray.foldM(dictMonad)(f)(acc)(x);
|
|
148
|
+
const foldRecM = dictMonadRec => {
|
|
149
|
+
const Monad0 = dictMonadRec.Monad0();
|
|
150
|
+
const $0 = Monad0.Applicative0();
|
|
151
|
+
return f => acc => array => dictMonadRec.tailRecM(o => {
|
|
152
|
+
if (o.b >= array.length) { return $0.pure(Control$dMonad$dRec$dClass.$Step("Done", o.a)); }
|
|
153
|
+
return Monad0.Bind1().bind(f(o.a)(array[o.b]))(res$p => $0.pure(Control$dMonad$dRec$dClass.$Step("Loop", {a: res$p, b: o.b + 1 | 0})));
|
|
154
|
+
})({a: acc, b: 0});
|
|
155
|
+
};
|
|
156
|
+
const index = x => $0 => {
|
|
157
|
+
if ($0 >= 0 && $0 < x.length) { return Data$dMaybe.$Maybe("Just", x[$0]); }
|
|
158
|
+
return Data$dMaybe.Nothing;
|
|
159
|
+
};
|
|
160
|
+
const length = x => x.length;
|
|
161
|
+
const mapMaybe = f => x => Data$dArray.mapMaybe(f)(x);
|
|
162
|
+
const notElem = dictEq => x => x$1 => Data$dArray.notElem(dictEq)(x)(x$1);
|
|
163
|
+
const partition = f => x => Data$dArray.partitionImpl(f, x);
|
|
164
|
+
const slice = start => end => x => Data$dArray.sliceImpl(start, end, x);
|
|
165
|
+
const span = f => x => Data$dArray.span(f)(x);
|
|
166
|
+
const take = i => x => {
|
|
167
|
+
if (i < 1) { return []; }
|
|
168
|
+
return Data$dArray.sliceImpl(0, i, x);
|
|
169
|
+
};
|
|
170
|
+
const takeEnd = i => x => Data$dArray.takeEnd(i)(x);
|
|
171
|
+
const takeWhile = f => x => Data$dArray.span(f)(x).init;
|
|
172
|
+
const toUnfoldable = dictUnfoldable => x => {
|
|
173
|
+
const len = x.length;
|
|
174
|
+
return dictUnfoldable.unfoldr(i => {
|
|
175
|
+
if (i < len) { return Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple(x[i], i + 1 | 0)); }
|
|
176
|
+
return Data$dMaybe.Nothing;
|
|
177
|
+
})(0);
|
|
178
|
+
};
|
|
179
|
+
const cons = x => x$1 => [x, ...x$1];
|
|
180
|
+
const group = dictEq => {
|
|
181
|
+
const eq2 = dictEq.eq;
|
|
182
|
+
return x => Data$dArray.groupBy(eq2)(x);
|
|
183
|
+
};
|
|
184
|
+
const groupAllBy = op => Data$dArray.groupAllBy(op);
|
|
185
|
+
const groupAll = dictOrd => Data$dArray.groupAllBy(dictOrd.compare);
|
|
186
|
+
const groupBy = op => x => Data$dArray.groupBy(op)(x);
|
|
187
|
+
const insert = dictOrd => x => x$1 => Data$dArray.insertBy(dictOrd.compare)(x)(x$1);
|
|
188
|
+
const insertBy = f => x => x$1 => Data$dArray.insertBy(f)(x)(x$1);
|
|
189
|
+
const intersperse = x => x$1 => Data$dArray.intersperse(x)(x$1);
|
|
190
|
+
const mapWithIndex = f => Data$dFunctorWithIndex.mapWithIndexArray(f);
|
|
191
|
+
const modifyAtIndices = dictFoldable => Data$dArray.modifyAtIndices(dictFoldable);
|
|
192
|
+
const nub = dictOrd => x => Data$dArray.nubBy(dictOrd.compare)(x);
|
|
193
|
+
const nubBy = f => x => Data$dArray.nubBy(f)(x);
|
|
194
|
+
const nubByEq = f => x => Data$dArray.nubByEq(f)(x);
|
|
195
|
+
const nubEq = dictEq => x => Data$dArray.nubByEq(dictEq.eq)(x);
|
|
196
|
+
const reverse = x => Data$dArray.reverse(x);
|
|
197
|
+
const scanl = f => x => x$1 => Data$dArray.scanlImpl(f, x, x$1);
|
|
198
|
+
const scanr = f => x => x$1 => Data$dArray.scanrImpl(f, x, x$1);
|
|
199
|
+
const sort = dictOrd => {
|
|
200
|
+
const compare = dictOrd.compare;
|
|
201
|
+
return x => Data$dArray.sortBy(compare)(x);
|
|
202
|
+
};
|
|
203
|
+
const sortBy = f => x => Data$dArray.sortBy(f)(x);
|
|
204
|
+
const sortWith = dictOrd => f => x => Data$dArray.sortWith(dictOrd)(f)(x);
|
|
205
|
+
const updateAtIndices = dictFoldable => Data$dArray.updateAtIndices(dictFoldable);
|
|
206
|
+
const unsafeIndex = () => x => $0 => x[$0];
|
|
207
|
+
const toUnfoldable1 = dictUnfoldable1 => xs => {
|
|
208
|
+
const len = xs.length;
|
|
209
|
+
return dictUnfoldable1.unfoldr1(i => Data$dTuple.$Tuple(xs[i], i < (len - 1 | 0) ? Data$dMaybe.$Maybe("Just", i + 1 | 0) : Data$dMaybe.Nothing))(0);
|
|
210
|
+
};
|
|
211
|
+
export {
|
|
212
|
+
all,
|
|
213
|
+
alterAt,
|
|
214
|
+
any,
|
|
215
|
+
appendArray,
|
|
216
|
+
catMaybes,
|
|
217
|
+
concat,
|
|
218
|
+
concatMap,
|
|
219
|
+
cons,
|
|
220
|
+
cons$p,
|
|
221
|
+
$$delete as delete,
|
|
222
|
+
deleteAt,
|
|
223
|
+
deleteBy,
|
|
224
|
+
difference,
|
|
225
|
+
difference$p,
|
|
226
|
+
drop,
|
|
227
|
+
dropEnd,
|
|
228
|
+
dropWhile,
|
|
229
|
+
elem,
|
|
230
|
+
elemIndex,
|
|
231
|
+
elemLastIndex,
|
|
232
|
+
filter,
|
|
233
|
+
filterA,
|
|
234
|
+
find,
|
|
235
|
+
findIndex,
|
|
236
|
+
findLastIndex,
|
|
237
|
+
findMap,
|
|
238
|
+
fold1,
|
|
239
|
+
foldM,
|
|
240
|
+
foldMap1,
|
|
241
|
+
foldRecM,
|
|
242
|
+
foldl1,
|
|
243
|
+
foldr1,
|
|
244
|
+
fromArray,
|
|
245
|
+
fromFoldable,
|
|
246
|
+
fromFoldable1,
|
|
247
|
+
fromNonEmpty,
|
|
248
|
+
group,
|
|
249
|
+
groupAll,
|
|
250
|
+
groupAllBy,
|
|
251
|
+
groupBy,
|
|
252
|
+
head,
|
|
253
|
+
index,
|
|
254
|
+
init,
|
|
255
|
+
insert,
|
|
256
|
+
insertAt,
|
|
257
|
+
insertBy,
|
|
258
|
+
intercalate,
|
|
259
|
+
intercalate1,
|
|
260
|
+
intersect,
|
|
261
|
+
intersect$p,
|
|
262
|
+
intersectBy,
|
|
263
|
+
intersectBy$p,
|
|
264
|
+
intersperse,
|
|
265
|
+
last,
|
|
266
|
+
length,
|
|
267
|
+
mapMaybe,
|
|
268
|
+
mapWithIndex,
|
|
269
|
+
max,
|
|
270
|
+
modifyAt,
|
|
271
|
+
modifyAtIndices,
|
|
272
|
+
notElem,
|
|
273
|
+
nub,
|
|
274
|
+
nubBy,
|
|
275
|
+
nubByEq,
|
|
276
|
+
nubEq,
|
|
277
|
+
partition,
|
|
278
|
+
prependArray,
|
|
279
|
+
range,
|
|
280
|
+
replicate,
|
|
281
|
+
reverse,
|
|
282
|
+
scanl,
|
|
283
|
+
scanr,
|
|
284
|
+
singleton,
|
|
285
|
+
slice,
|
|
286
|
+
snoc,
|
|
287
|
+
snoc$p,
|
|
288
|
+
some,
|
|
289
|
+
sort,
|
|
290
|
+
sortBy,
|
|
291
|
+
sortWith,
|
|
292
|
+
span,
|
|
293
|
+
splitAt,
|
|
294
|
+
tail,
|
|
295
|
+
take,
|
|
296
|
+
takeEnd,
|
|
297
|
+
takeWhile,
|
|
298
|
+
toArray,
|
|
299
|
+
toNonEmpty,
|
|
300
|
+
toUnfoldable,
|
|
301
|
+
toUnfoldable1,
|
|
302
|
+
transpose,
|
|
303
|
+
transpose$p,
|
|
304
|
+
uncons,
|
|
305
|
+
union,
|
|
306
|
+
union$p,
|
|
307
|
+
unionBy,
|
|
308
|
+
unionBy$p,
|
|
309
|
+
unsafeIndex,
|
|
310
|
+
unsnoc,
|
|
311
|
+
unzip,
|
|
312
|
+
updateAt,
|
|
313
|
+
updateAtIndices,
|
|
314
|
+
zip,
|
|
315
|
+
zipWith,
|
|
316
|
+
zipWithA
|
|
317
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export const foldr1Impl = function (f, xs) {
|
|
2
|
+
var acc = xs[xs.length - 1];
|
|
3
|
+
for (var i = xs.length - 2; i >= 0; i--) {
|
|
4
|
+
acc = f(xs[i])(acc);
|
|
5
|
+
}
|
|
6
|
+
return acc;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export const foldl1Impl = function (f, xs) {
|
|
10
|
+
var acc = xs[0];
|
|
11
|
+
var len = xs.length;
|
|
12
|
+
for (var i = 1; i < len; i++) {
|
|
13
|
+
acc = f(acc)(xs[i]);
|
|
14
|
+
}
|
|
15
|
+
return acc;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export const traverse1Impl = function () {
|
|
19
|
+
function Cont(fn) {
|
|
20
|
+
this.fn = fn;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
var emptyList = {};
|
|
24
|
+
|
|
25
|
+
var ConsCell = function (head, tail) {
|
|
26
|
+
this.head = head;
|
|
27
|
+
this.tail = tail;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
function finalCell(head) {
|
|
31
|
+
return new ConsCell(head, emptyList);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function consList(x) {
|
|
35
|
+
return function (xs) {
|
|
36
|
+
return new ConsCell(x, xs);
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
function listToArray(list) {
|
|
41
|
+
var arr = [];
|
|
42
|
+
var xs = list;
|
|
43
|
+
while (xs !== emptyList) {
|
|
44
|
+
arr.push(xs.head);
|
|
45
|
+
xs = xs.tail;
|
|
46
|
+
}
|
|
47
|
+
return arr;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
return function (apply, map, f) {
|
|
51
|
+
var buildFrom = function (x, ys) {
|
|
52
|
+
return apply(map(consList)(f(x)))(ys);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
var go = function (acc, currentLen, xs) {
|
|
56
|
+
if (currentLen === 0) {
|
|
57
|
+
return acc;
|
|
58
|
+
} else {
|
|
59
|
+
var last = xs[currentLen - 1];
|
|
60
|
+
return new Cont(function () {
|
|
61
|
+
var built = go(buildFrom(last, acc), currentLen - 1, xs);
|
|
62
|
+
return built;
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
return function (array) {
|
|
68
|
+
var acc = map(finalCell)(f(array[array.length - 1]));
|
|
69
|
+
var result = go(acc, array.length - 1, array);
|
|
70
|
+
while (result instanceof Cont) {
|
|
71
|
+
result = result.fn();
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return map(listToArray)(result);
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
}();
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
// | This module exports the `NonEmptyArray` constructor.
|
|
2
|
+
// |
|
|
3
|
+
// | It is **NOT** intended for public use and is **NOT** versioned.
|
|
4
|
+
// |
|
|
5
|
+
// | Its content may change **in any way**, **at any time** and
|
|
6
|
+
// | **without notice**.
|
|
7
|
+
import * as Control$dAlt from "../Control.Alt/index.js";
|
|
8
|
+
import * as Control$dApplicative from "../Control.Applicative/index.js";
|
|
9
|
+
import * as Control$dApply from "../Control.Apply/index.js";
|
|
10
|
+
import * as Control$dBind from "../Control.Bind/index.js";
|
|
11
|
+
import * as Control$dMonad from "../Control.Monad/index.js";
|
|
12
|
+
import * as Data$dEq from "../Data.Eq/index.js";
|
|
13
|
+
import * as Data$dFoldable from "../Data.Foldable/index.js";
|
|
14
|
+
import * as Data$dFoldableWithIndex from "../Data.FoldableWithIndex/index.js";
|
|
15
|
+
import * as Data$dFunctor from "../Data.Functor/index.js";
|
|
16
|
+
import * as Data$dFunctorWithIndex from "../Data.FunctorWithIndex/index.js";
|
|
17
|
+
import * as Data$dOrd from "../Data.Ord/index.js";
|
|
18
|
+
import * as Data$dSemigroup from "../Data.Semigroup/index.js";
|
|
19
|
+
import * as Data$dSemigroup$dTraversable from "../Data.Semigroup.Traversable/index.js";
|
|
20
|
+
import * as Data$dShow from "../Data.Show/index.js";
|
|
21
|
+
import * as Data$dTraversable from "../Data.Traversable/index.js";
|
|
22
|
+
import * as Data$dTraversableWithIndex from "../Data.TraversableWithIndex/index.js";
|
|
23
|
+
import * as Data$dUnfoldable1 from "../Data.Unfoldable1/index.js";
|
|
24
|
+
import {foldl1Impl, foldr1Impl, traverse1Impl} from "./foreign.js";
|
|
25
|
+
const NonEmptyArray = x => x;
|
|
26
|
+
const unfoldable1NonEmptyArray = Data$dUnfoldable1.unfoldable1Array;
|
|
27
|
+
const traversableWithIndexNonEmptyArray = Data$dTraversableWithIndex.traversableWithIndexArray;
|
|
28
|
+
const traversableNonEmptyArray = Data$dTraversable.traversableArray;
|
|
29
|
+
const showNonEmptyArray = dictShow => ({show: v => "(NonEmptyArray " + Data$dShow.showArrayImpl(dictShow.show)(v) + ")"});
|
|
30
|
+
const semigroupNonEmptyArray = Data$dSemigroup.semigroupArray;
|
|
31
|
+
const ordNonEmptyArray = dictOrd => Data$dOrd.ordArray(dictOrd);
|
|
32
|
+
const ord1NonEmptyArray = Data$dOrd.ord1Array;
|
|
33
|
+
const monadNonEmptyArray = Control$dMonad.monadArray;
|
|
34
|
+
const functorWithIndexNonEmptyArray = Data$dFunctorWithIndex.functorWithIndexArray;
|
|
35
|
+
const functorNonEmptyArray = Data$dFunctor.functorArray;
|
|
36
|
+
const foldableWithIndexNonEmptyArray = Data$dFoldableWithIndex.foldableWithIndexArray;
|
|
37
|
+
const foldableNonEmptyArray = Data$dFoldable.foldableArray;
|
|
38
|
+
const foldable1NonEmptyArray = {
|
|
39
|
+
foldMap1: dictSemigroup => {
|
|
40
|
+
const append = dictSemigroup.append;
|
|
41
|
+
return f => {
|
|
42
|
+
const $0 = Data$dFunctor.arrayMap(f);
|
|
43
|
+
const $1 = foldable1NonEmptyArray.foldl1(append);
|
|
44
|
+
return x => $1($0(x));
|
|
45
|
+
};
|
|
46
|
+
},
|
|
47
|
+
foldr1: $0 => $1 => foldr1Impl($0, $1),
|
|
48
|
+
foldl1: $0 => $1 => foldl1Impl($0, $1),
|
|
49
|
+
Foldable0: () => Data$dFoldable.foldableArray
|
|
50
|
+
};
|
|
51
|
+
const traversable1NonEmptyArray = {
|
|
52
|
+
traverse1: dictApply => {
|
|
53
|
+
const apply = dictApply.apply;
|
|
54
|
+
const map = dictApply.Functor0().map;
|
|
55
|
+
return f => traverse1Impl(apply, map, f);
|
|
56
|
+
},
|
|
57
|
+
sequence1: dictApply => traversable1NonEmptyArray.traverse1(dictApply)(Data$dSemigroup$dTraversable.identity),
|
|
58
|
+
Foldable10: () => foldable1NonEmptyArray,
|
|
59
|
+
Traversable1: () => Data$dTraversable.traversableArray
|
|
60
|
+
};
|
|
61
|
+
const eqNonEmptyArray = dictEq => ({eq: Data$dEq.eqArrayImpl(dictEq.eq)});
|
|
62
|
+
const eq1NonEmptyArray = Data$dEq.eq1Array;
|
|
63
|
+
const bindNonEmptyArray = Control$dBind.bindArray;
|
|
64
|
+
const applyNonEmptyArray = Control$dApply.applyArray;
|
|
65
|
+
const applicativeNonEmptyArray = Control$dApplicative.applicativeArray;
|
|
66
|
+
const altNonEmptyArray = Control$dAlt.altArray;
|
|
67
|
+
export {
|
|
68
|
+
NonEmptyArray,
|
|
69
|
+
altNonEmptyArray,
|
|
70
|
+
applicativeNonEmptyArray,
|
|
71
|
+
applyNonEmptyArray,
|
|
72
|
+
bindNonEmptyArray,
|
|
73
|
+
eq1NonEmptyArray,
|
|
74
|
+
eqNonEmptyArray,
|
|
75
|
+
foldable1NonEmptyArray,
|
|
76
|
+
foldableNonEmptyArray,
|
|
77
|
+
foldableWithIndexNonEmptyArray,
|
|
78
|
+
functorNonEmptyArray,
|
|
79
|
+
functorWithIndexNonEmptyArray,
|
|
80
|
+
monadNonEmptyArray,
|
|
81
|
+
ord1NonEmptyArray,
|
|
82
|
+
ordNonEmptyArray,
|
|
83
|
+
semigroupNonEmptyArray,
|
|
84
|
+
showNonEmptyArray,
|
|
85
|
+
traversable1NonEmptyArray,
|
|
86
|
+
traversableNonEmptyArray,
|
|
87
|
+
traversableWithIndexNonEmptyArray,
|
|
88
|
+
unfoldable1NonEmptyArray
|
|
89
|
+
};
|
|
90
|
+
export * from "./foreign.js";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
// | Partial helper functions for working with immutable arrays.
|
|
2
|
+
import * as Data$dArray from "../Data.Array/index.js";
|
|
3
|
+
const tail = () => xs => Data$dArray.sliceImpl(1, xs.length, xs);
|
|
4
|
+
const last = () => xs => xs[xs.length - 1 | 0];
|
|
5
|
+
const init = () => xs => Data$dArray.sliceImpl(0, xs.length - 1 | 0, xs);
|
|
6
|
+
const head = () => xs => xs[0];
|
|
7
|
+
export {head, init, last, tail};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
function newSTArray() {
|
|
2
|
+
return [];
|
|
3
|
+
}
|
|
4
|
+
export { newSTArray as new };
|
|
5
|
+
|
|
6
|
+
export const peekImpl = function (just, nothing, i, xs) {
|
|
7
|
+
return i >= 0 && i < xs.length ? just(xs[i]) : nothing;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export const pokeImpl = function (i, a, xs) {
|
|
11
|
+
var ret = i >= 0 && i < xs.length;
|
|
12
|
+
if (ret) xs[i] = a;
|
|
13
|
+
return ret;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const lengthImpl = function (xs) {
|
|
17
|
+
return xs.length;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export const popImpl = function (just, nothing, xs) {
|
|
21
|
+
return xs.length > 0 ? just(xs.pop()) : nothing;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export const pushAllImpl = function (as, xs) {
|
|
25
|
+
return xs.push.apply(xs, as);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export const shiftImpl = function (just, nothing, xs) {
|
|
29
|
+
return xs.length > 0 ? just(xs.shift()) : nothing;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const unshiftAllImpl = function (as, xs) {
|
|
33
|
+
return xs.unshift.apply(xs, as);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
export const spliceImpl = function (i, howMany, bs, xs) {
|
|
37
|
+
return xs.splice.apply(xs, [i, howMany].concat(bs));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
function unsafeFreezeThawImpl(xs) {
|
|
41
|
+
return xs;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export const unsafeFreezeImpl = unsafeFreezeThawImpl;
|
|
45
|
+
|
|
46
|
+
export const unsafeThawImpl = unsafeFreezeThawImpl;
|
|
47
|
+
|
|
48
|
+
function copyImpl(xs) {
|
|
49
|
+
return xs.slice();
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export const freezeImpl = copyImpl;
|
|
53
|
+
|
|
54
|
+
export const thawImpl = copyImpl;
|
|
55
|
+
|
|
56
|
+
export const sortByImpl = (function () {
|
|
57
|
+
function mergeFromTo(compare, fromOrdering, xs1, xs2, from, to) {
|
|
58
|
+
var mid;
|
|
59
|
+
var i;
|
|
60
|
+
var j;
|
|
61
|
+
var k;
|
|
62
|
+
var x;
|
|
63
|
+
var y;
|
|
64
|
+
var c;
|
|
65
|
+
|
|
66
|
+
mid = from + ((to - from) >> 1);
|
|
67
|
+
if (mid - from > 1) mergeFromTo(compare, fromOrdering, xs2, xs1, from, mid);
|
|
68
|
+
if (to - mid > 1) mergeFromTo(compare, fromOrdering, xs2, xs1, mid, to);
|
|
69
|
+
|
|
70
|
+
i = from;
|
|
71
|
+
j = mid;
|
|
72
|
+
k = from;
|
|
73
|
+
while (i < mid && j < to) {
|
|
74
|
+
x = xs2[i];
|
|
75
|
+
y = xs2[j];
|
|
76
|
+
c = fromOrdering(compare(x)(y));
|
|
77
|
+
if (c > 0) {
|
|
78
|
+
xs1[k++] = y;
|
|
79
|
+
++j;
|
|
80
|
+
} else {
|
|
81
|
+
xs1[k++] = x;
|
|
82
|
+
++i;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
while (i < mid) {
|
|
86
|
+
xs1[k++] = xs2[i++];
|
|
87
|
+
}
|
|
88
|
+
while (j < to) {
|
|
89
|
+
xs1[k++] = xs2[j++];
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return function (compare, fromOrdering, xs) {
|
|
94
|
+
if (xs.length < 2) return xs;
|
|
95
|
+
|
|
96
|
+
mergeFromTo(compare, fromOrdering, xs, xs.slice(0), 0, xs.length);
|
|
97
|
+
|
|
98
|
+
return xs;
|
|
99
|
+
};
|
|
100
|
+
})();
|
|
101
|
+
|
|
102
|
+
export const toAssocArrayImpl = function (xs) {
|
|
103
|
+
var n = xs.length;
|
|
104
|
+
var as = new Array(n);
|
|
105
|
+
for (var i = 0; i < n; i++) as[i] = { value: xs[i], index: i };
|
|
106
|
+
return as;
|
|
107
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
// | Helper functions for working with mutable arrays using the `ST` effect.
|
|
2
|
+
// |
|
|
3
|
+
// | This module can be used when performance is important and mutation is a local effect.
|
|
4
|
+
import * as $runtime from "../runtime.js";
|
|
5
|
+
import * as Control$dMonad$dST$dUncurried from "../Control.Monad.ST.Uncurried/index.js";
|
|
6
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
7
|
+
import {
|
|
8
|
+
new as $$new,
|
|
9
|
+
freezeImpl,
|
|
10
|
+
lengthImpl,
|
|
11
|
+
peekImpl,
|
|
12
|
+
pokeImpl,
|
|
13
|
+
popImpl,
|
|
14
|
+
pushAllImpl,
|
|
15
|
+
shiftImpl,
|
|
16
|
+
sortByImpl,
|
|
17
|
+
spliceImpl,
|
|
18
|
+
thawImpl,
|
|
19
|
+
toAssocArrayImpl,
|
|
20
|
+
unsafeFreezeImpl,
|
|
21
|
+
unsafeThawImpl,
|
|
22
|
+
unshiftAllImpl
|
|
23
|
+
} from "./foreign.js";
|
|
24
|
+
const unshiftAll = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn2(unshiftAllImpl);
|
|
25
|
+
const unshift = a => Control$dMonad$dST$dUncurried.runSTFn2(unshiftAllImpl)([a]);
|
|
26
|
+
const unsafeThaw = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn1(unsafeThawImpl);
|
|
27
|
+
const unsafeFreeze = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn1(unsafeFreezeImpl);
|
|
28
|
+
const toAssocArray = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn1(toAssocArrayImpl);
|
|
29
|
+
const thaw = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn1(thawImpl);
|
|
30
|
+
const withArray = f => xs => () => {
|
|
31
|
+
const result = [...xs];
|
|
32
|
+
f(result)();
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
const splice = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn4(spliceImpl);
|
|
36
|
+
const sortBy = comp => Control$dMonad$dST$dUncurried.runSTFn3(sortByImpl)(comp)(v => {
|
|
37
|
+
if (v === "GT") { return 1; }
|
|
38
|
+
if (v === "EQ") { return 0; }
|
|
39
|
+
if (v === "LT") { return -1; }
|
|
40
|
+
$runtime.fail();
|
|
41
|
+
});
|
|
42
|
+
const sortWith = dictOrd => f => sortBy(x => y => dictOrd.compare(f(x))(f(y)));
|
|
43
|
+
const sort = dictOrd => sortBy(dictOrd.compare);
|
|
44
|
+
const shift = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn3(shiftImpl)(Data$dMaybe.Just)(Data$dMaybe.Nothing);
|
|
45
|
+
const run = st => st();
|
|
46
|
+
const pushAll = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn2(pushAllImpl);
|
|
47
|
+
const push = a => Control$dMonad$dST$dUncurried.runSTFn2(pushAllImpl)([a]);
|
|
48
|
+
const pop = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn3(popImpl)(Data$dMaybe.Just)(Data$dMaybe.Nothing);
|
|
49
|
+
const poke = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn3(pokeImpl);
|
|
50
|
+
const peek = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn4(peekImpl)(Data$dMaybe.Just)(Data$dMaybe.Nothing);
|
|
51
|
+
const modify = i => f => xs => () => {
|
|
52
|
+
const entry = peekImpl(Data$dMaybe.Just, Data$dMaybe.Nothing, i, xs);
|
|
53
|
+
if (entry.tag === "Just") { return pokeImpl(i, f(entry._1), xs); }
|
|
54
|
+
if (entry.tag === "Nothing") { return false; }
|
|
55
|
+
$runtime.fail();
|
|
56
|
+
};
|
|
57
|
+
const length = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn1(lengthImpl);
|
|
58
|
+
const freeze = /* #__PURE__ */ Control$dMonad$dST$dUncurried.runSTFn1(freezeImpl);
|
|
59
|
+
export {
|
|
60
|
+
freeze,
|
|
61
|
+
length,
|
|
62
|
+
modify,
|
|
63
|
+
peek,
|
|
64
|
+
poke,
|
|
65
|
+
pop,
|
|
66
|
+
push,
|
|
67
|
+
pushAll,
|
|
68
|
+
run,
|
|
69
|
+
shift,
|
|
70
|
+
sort,
|
|
71
|
+
sortBy,
|
|
72
|
+
sortWith,
|
|
73
|
+
splice,
|
|
74
|
+
thaw,
|
|
75
|
+
toAssocArray,
|
|
76
|
+
unsafeFreeze,
|
|
77
|
+
unsafeThaw,
|
|
78
|
+
unshift,
|
|
79
|
+
unshiftAll,
|
|
80
|
+
withArray
|
|
81
|
+
};
|
|
82
|
+
export * from "./foreign.js";
|