@explorable-viz/fluid 0.12.3 → 0.12.5
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 +5 -3
- package/script/install-website.sh +14 -1
- package/script/webtest-lib.mjs +101 -0
|
@@ -0,0 +1,841 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
3
|
+
import * as Data$dNonEmpty from "../Data.NonEmpty/index.js";
|
|
4
|
+
import * as Data$dOrdering from "../Data.Ordering/index.js";
|
|
5
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
6
|
+
const $List = (tag, _1, _2) => ({tag, _1, _2});
|
|
7
|
+
const identity = x => x;
|
|
8
|
+
const Nil = /* #__PURE__ */ $List("Nil");
|
|
9
|
+
const Cons = value0 => value1 => $List("Cons", value0, value1);
|
|
10
|
+
const NonEmptyList = x => x;
|
|
11
|
+
const toList = v => $List("Cons", v._1, v._2);
|
|
12
|
+
const newtypeNonEmptyList = {Coercible0: () => {}};
|
|
13
|
+
const nelCons = a => v => Data$dNonEmpty.$NonEmpty(a, $List("Cons", v._1, v._2));
|
|
14
|
+
const listMap = f => {
|
|
15
|
+
const chunkedRevMap = chunkedRevMap$a0$copy => chunkedRevMap$a1$copy => {
|
|
16
|
+
let chunkedRevMap$a0 = chunkedRevMap$a0$copy, chunkedRevMap$a1 = chunkedRevMap$a1$copy, chunkedRevMap$c = true, chunkedRevMap$r;
|
|
17
|
+
while (chunkedRevMap$c) {
|
|
18
|
+
const v = chunkedRevMap$a0, v1 = chunkedRevMap$a1;
|
|
19
|
+
if (v1.tag === "Cons" && v1._2.tag === "Cons" && v1._2._2.tag === "Cons") {
|
|
20
|
+
chunkedRevMap$a0 = $List("Cons", v1, v);
|
|
21
|
+
chunkedRevMap$a1 = v1._2._2._2;
|
|
22
|
+
continue;
|
|
23
|
+
}
|
|
24
|
+
const reverseUnrolledMap = reverseUnrolledMap$a0$copy => reverseUnrolledMap$a1$copy => {
|
|
25
|
+
let reverseUnrolledMap$a0 = reverseUnrolledMap$a0$copy, reverseUnrolledMap$a1 = reverseUnrolledMap$a1$copy, reverseUnrolledMap$c = true, reverseUnrolledMap$r;
|
|
26
|
+
while (reverseUnrolledMap$c) {
|
|
27
|
+
const v2 = reverseUnrolledMap$a0, v3 = reverseUnrolledMap$a1;
|
|
28
|
+
if (v2.tag === "Cons" && v2._1.tag === "Cons" && v2._1._2.tag === "Cons" && v2._1._2._2.tag === "Cons") {
|
|
29
|
+
reverseUnrolledMap$a0 = v2._2;
|
|
30
|
+
reverseUnrolledMap$a1 = $List("Cons", f(v2._1._1), $List("Cons", f(v2._1._2._1), $List("Cons", f(v2._1._2._2._1), v3)));
|
|
31
|
+
continue;
|
|
32
|
+
}
|
|
33
|
+
reverseUnrolledMap$c = false;
|
|
34
|
+
reverseUnrolledMap$r = v3;
|
|
35
|
+
}
|
|
36
|
+
return reverseUnrolledMap$r;
|
|
37
|
+
};
|
|
38
|
+
chunkedRevMap$c = false;
|
|
39
|
+
chunkedRevMap$r = reverseUnrolledMap(v)((() => {
|
|
40
|
+
if (v1.tag === "Cons") {
|
|
41
|
+
if (v1._2.tag === "Cons") {
|
|
42
|
+
if (v1._2._2.tag === "Nil") { return $List("Cons", f(v1._1), $List("Cons", f(v1._2._1), Nil)); }
|
|
43
|
+
return Nil;
|
|
44
|
+
}
|
|
45
|
+
if (v1._2.tag === "Nil") { return $List("Cons", f(v1._1), Nil); }
|
|
46
|
+
}
|
|
47
|
+
return Nil;
|
|
48
|
+
})());
|
|
49
|
+
}
|
|
50
|
+
return chunkedRevMap$r;
|
|
51
|
+
};
|
|
52
|
+
return chunkedRevMap(Nil);
|
|
53
|
+
};
|
|
54
|
+
const functorList = {map: listMap};
|
|
55
|
+
const functorNonEmptyList = {map: f => m => Data$dNonEmpty.$NonEmpty(f(m._1), listMap(f)(m._2))};
|
|
56
|
+
const foldableList = {
|
|
57
|
+
foldr: f => b => {
|
|
58
|
+
const $0 = foldableList.foldl(b$1 => a => f(a)(b$1))(b);
|
|
59
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
60
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
61
|
+
while (go$c) {
|
|
62
|
+
const v = go$a0, v1 = go$a1;
|
|
63
|
+
if (v1.tag === "Nil") {
|
|
64
|
+
go$c = false;
|
|
65
|
+
go$r = v;
|
|
66
|
+
continue;
|
|
67
|
+
}
|
|
68
|
+
if (v1.tag === "Cons") {
|
|
69
|
+
go$a0 = $List("Cons", v1._1, v);
|
|
70
|
+
go$a1 = v1._2;
|
|
71
|
+
continue;
|
|
72
|
+
}
|
|
73
|
+
$runtime.fail();
|
|
74
|
+
}
|
|
75
|
+
return go$r;
|
|
76
|
+
};
|
|
77
|
+
const $1 = go(Nil);
|
|
78
|
+
return x => $0($1(x));
|
|
79
|
+
},
|
|
80
|
+
foldl: f => {
|
|
81
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
82
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
83
|
+
while (go$c) {
|
|
84
|
+
const b = go$a0, v = go$a1;
|
|
85
|
+
if (v.tag === "Nil") {
|
|
86
|
+
go$c = false;
|
|
87
|
+
go$r = b;
|
|
88
|
+
continue;
|
|
89
|
+
}
|
|
90
|
+
if (v.tag === "Cons") {
|
|
91
|
+
go$a0 = f(b)(v._1);
|
|
92
|
+
go$a1 = v._2;
|
|
93
|
+
continue;
|
|
94
|
+
}
|
|
95
|
+
$runtime.fail();
|
|
96
|
+
}
|
|
97
|
+
return go$r;
|
|
98
|
+
};
|
|
99
|
+
return go;
|
|
100
|
+
},
|
|
101
|
+
foldMap: dictMonoid => {
|
|
102
|
+
const mempty = dictMonoid.mempty;
|
|
103
|
+
return f => foldableList.foldl(acc => {
|
|
104
|
+
const $0 = dictMonoid.Semigroup0().append(acc);
|
|
105
|
+
return x => $0(f(x));
|
|
106
|
+
})(mempty);
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
const foldableNonEmptyList = {
|
|
110
|
+
foldMap: dictMonoid => {
|
|
111
|
+
const foldMap1 = foldableList.foldMap(dictMonoid);
|
|
112
|
+
return f => v => dictMonoid.Semigroup0().append(f(v._1))(foldMap1(f)(v._2));
|
|
113
|
+
},
|
|
114
|
+
foldl: f => b => v => {
|
|
115
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
116
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
117
|
+
while (go$c) {
|
|
118
|
+
const b$1 = go$a0, v$1 = go$a1;
|
|
119
|
+
if (v$1.tag === "Nil") {
|
|
120
|
+
go$c = false;
|
|
121
|
+
go$r = b$1;
|
|
122
|
+
continue;
|
|
123
|
+
}
|
|
124
|
+
if (v$1.tag === "Cons") {
|
|
125
|
+
go$a0 = f(b$1)(v$1._1);
|
|
126
|
+
go$a1 = v$1._2;
|
|
127
|
+
continue;
|
|
128
|
+
}
|
|
129
|
+
$runtime.fail();
|
|
130
|
+
}
|
|
131
|
+
return go$r;
|
|
132
|
+
};
|
|
133
|
+
return go(f(b)(v._1))(v._2);
|
|
134
|
+
},
|
|
135
|
+
foldr: f => b => v => f(v._1)(foldableList.foldr(f)(b)(v._2))
|
|
136
|
+
};
|
|
137
|
+
const foldableWithIndexList = {
|
|
138
|
+
foldrWithIndex: f => b => xs => {
|
|
139
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
140
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
141
|
+
while (go$c) {
|
|
142
|
+
const b$1 = go$a0, v = go$a1;
|
|
143
|
+
if (v.tag === "Nil") {
|
|
144
|
+
go$c = false;
|
|
145
|
+
go$r = b$1;
|
|
146
|
+
continue;
|
|
147
|
+
}
|
|
148
|
+
if (v.tag === "Cons") {
|
|
149
|
+
go$a0 = Data$dTuple.$Tuple(b$1._1 + 1 | 0, $List("Cons", v._1, b$1._2));
|
|
150
|
+
go$a1 = v._2;
|
|
151
|
+
continue;
|
|
152
|
+
}
|
|
153
|
+
$runtime.fail();
|
|
154
|
+
}
|
|
155
|
+
return go$r;
|
|
156
|
+
};
|
|
157
|
+
const v = go(Data$dTuple.$Tuple(0, Nil))(xs);
|
|
158
|
+
const go$1 = go$1$a0$copy => go$1$a1$copy => {
|
|
159
|
+
let go$1$a0 = go$1$a0$copy, go$1$a1 = go$1$a1$copy, go$1$c = true, go$1$r;
|
|
160
|
+
while (go$1$c) {
|
|
161
|
+
const b$1 = go$1$a0, v$1 = go$1$a1;
|
|
162
|
+
if (v$1.tag === "Nil") {
|
|
163
|
+
go$1$c = false;
|
|
164
|
+
go$1$r = b$1;
|
|
165
|
+
continue;
|
|
166
|
+
}
|
|
167
|
+
if (v$1.tag === "Cons") {
|
|
168
|
+
go$1$a0 = Data$dTuple.$Tuple(b$1._1 - 1 | 0, f(b$1._1 - 1 | 0)(v$1._1)(b$1._2));
|
|
169
|
+
go$1$a1 = v$1._2;
|
|
170
|
+
continue;
|
|
171
|
+
}
|
|
172
|
+
$runtime.fail();
|
|
173
|
+
}
|
|
174
|
+
return go$1$r;
|
|
175
|
+
};
|
|
176
|
+
return go$1(Data$dTuple.$Tuple(v._1, b))(v._2)._2;
|
|
177
|
+
},
|
|
178
|
+
foldlWithIndex: f => acc => {
|
|
179
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
180
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
181
|
+
while (go$c) {
|
|
182
|
+
const b = go$a0, v = go$a1;
|
|
183
|
+
if (v.tag === "Nil") {
|
|
184
|
+
go$c = false;
|
|
185
|
+
go$r = b;
|
|
186
|
+
continue;
|
|
187
|
+
}
|
|
188
|
+
if (v.tag === "Cons") {
|
|
189
|
+
go$a0 = Data$dTuple.$Tuple(b._1 + 1 | 0, f(b._1)(b._2)(v._1));
|
|
190
|
+
go$a1 = v._2;
|
|
191
|
+
continue;
|
|
192
|
+
}
|
|
193
|
+
$runtime.fail();
|
|
194
|
+
}
|
|
195
|
+
return go$r;
|
|
196
|
+
};
|
|
197
|
+
const $0 = go(Data$dTuple.$Tuple(0, acc));
|
|
198
|
+
return x => $0(x)._2;
|
|
199
|
+
},
|
|
200
|
+
foldMapWithIndex: dictMonoid => {
|
|
201
|
+
const mempty = dictMonoid.mempty;
|
|
202
|
+
return f => foldableWithIndexList.foldlWithIndex(i => acc => {
|
|
203
|
+
const $0 = dictMonoid.Semigroup0().append(acc);
|
|
204
|
+
const $1 = f(i);
|
|
205
|
+
return x => $0($1(x));
|
|
206
|
+
})(mempty);
|
|
207
|
+
},
|
|
208
|
+
Foldable0: () => foldableList
|
|
209
|
+
};
|
|
210
|
+
const foldableWithIndexNonEmpty = /* #__PURE__ */ Data$dNonEmpty.foldableWithIndexNonEmpty(foldableWithIndexList);
|
|
211
|
+
const foldableWithIndexNonEmptyList = {
|
|
212
|
+
foldMapWithIndex: dictMonoid => {
|
|
213
|
+
const foldMapWithIndex1 = foldableWithIndexNonEmpty.foldMapWithIndex(dictMonoid);
|
|
214
|
+
return f => v => foldMapWithIndex1(x => f((() => {
|
|
215
|
+
if (x.tag === "Nothing") { return 0; }
|
|
216
|
+
if (x.tag === "Just") { return 1 + x._1 | 0; }
|
|
217
|
+
$runtime.fail();
|
|
218
|
+
})()))(v);
|
|
219
|
+
},
|
|
220
|
+
foldlWithIndex: f => b => v => foldableWithIndexNonEmpty.foldlWithIndex(x => f((() => {
|
|
221
|
+
if (x.tag === "Nothing") { return 0; }
|
|
222
|
+
if (x.tag === "Just") { return 1 + x._1 | 0; }
|
|
223
|
+
$runtime.fail();
|
|
224
|
+
})()))(b)(v),
|
|
225
|
+
foldrWithIndex: f => b => v => foldableWithIndexNonEmpty.foldrWithIndex(x => f((() => {
|
|
226
|
+
if (x.tag === "Nothing") { return 0; }
|
|
227
|
+
if (x.tag === "Just") { return 1 + x._1 | 0; }
|
|
228
|
+
$runtime.fail();
|
|
229
|
+
})()))(b)(v),
|
|
230
|
+
Foldable0: () => foldableNonEmptyList
|
|
231
|
+
};
|
|
232
|
+
const functorWithIndexList = {mapWithIndex: f => foldableWithIndexList.foldrWithIndex(i => x => acc => $List("Cons", f(i)(x), acc))(Nil), Functor0: () => functorList};
|
|
233
|
+
const mapWithIndex = f => v => Data$dNonEmpty.$NonEmpty(
|
|
234
|
+
f(Data$dMaybe.Nothing)(v._1),
|
|
235
|
+
foldableWithIndexList.foldrWithIndex(i => x => acc => $List("Cons", f(Data$dMaybe.$Maybe("Just", i))(x), acc))(Nil)(v._2)
|
|
236
|
+
);
|
|
237
|
+
const functorWithIndexNonEmptyList = {
|
|
238
|
+
mapWithIndex: fn => v => mapWithIndex(x => fn((() => {
|
|
239
|
+
if (x.tag === "Nothing") { return 0; }
|
|
240
|
+
if (x.tag === "Just") { return 1 + x._1 | 0; }
|
|
241
|
+
$runtime.fail();
|
|
242
|
+
})()))(v),
|
|
243
|
+
Functor0: () => functorNonEmptyList
|
|
244
|
+
};
|
|
245
|
+
const semigroupList = {append: xs => ys => foldableList.foldr(Cons)(ys)(xs)};
|
|
246
|
+
const monoidList = {mempty: Nil, Semigroup0: () => semigroupList};
|
|
247
|
+
const semigroupNonEmptyList = {append: v => as$p => Data$dNonEmpty.$NonEmpty(v._1, foldableList.foldr(Cons)($List("Cons", as$p._1, as$p._2))(v._2))};
|
|
248
|
+
const showList = dictShow => {
|
|
249
|
+
const show = dictShow.show;
|
|
250
|
+
return {
|
|
251
|
+
show: v => {
|
|
252
|
+
if (v.tag === "Nil") { return "Nil"; }
|
|
253
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
254
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
255
|
+
while (go$c) {
|
|
256
|
+
const b = go$a0, v$1 = go$a1;
|
|
257
|
+
if (v$1.tag === "Nil") {
|
|
258
|
+
go$c = false;
|
|
259
|
+
go$r = b;
|
|
260
|
+
continue;
|
|
261
|
+
}
|
|
262
|
+
if (v$1.tag === "Cons") {
|
|
263
|
+
go$a0 = b.init ? {init: false, acc: v$1._1} : {init: false, acc: b.acc + " : " + v$1._1};
|
|
264
|
+
go$a1 = v$1._2;
|
|
265
|
+
continue;
|
|
266
|
+
}
|
|
267
|
+
$runtime.fail();
|
|
268
|
+
}
|
|
269
|
+
return go$r;
|
|
270
|
+
};
|
|
271
|
+
return "(" + go({init: true, acc: ""})(listMap(show)(v)).acc + " : Nil)";
|
|
272
|
+
}
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
const showNonEmptyList = dictShow => {
|
|
276
|
+
const $0 = showList(dictShow);
|
|
277
|
+
return {show: v => "(NonEmptyList (NonEmpty " + dictShow.show(v._1) + " " + $0.show(v._2) + "))"};
|
|
278
|
+
};
|
|
279
|
+
const traversableList = {
|
|
280
|
+
traverse: dictApplicative => {
|
|
281
|
+
const Apply0 = dictApplicative.Apply0();
|
|
282
|
+
return f => {
|
|
283
|
+
const $0 = Apply0.Functor0().map((() => {
|
|
284
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
285
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
286
|
+
while (go$c) {
|
|
287
|
+
const b = go$a0, v = go$a1;
|
|
288
|
+
if (v.tag === "Nil") {
|
|
289
|
+
go$c = false;
|
|
290
|
+
go$r = b;
|
|
291
|
+
continue;
|
|
292
|
+
}
|
|
293
|
+
if (v.tag === "Cons") {
|
|
294
|
+
go$a0 = $List("Cons", v._1, b);
|
|
295
|
+
go$a1 = v._2;
|
|
296
|
+
continue;
|
|
297
|
+
}
|
|
298
|
+
$runtime.fail();
|
|
299
|
+
}
|
|
300
|
+
return go$r;
|
|
301
|
+
};
|
|
302
|
+
return go(Nil);
|
|
303
|
+
})());
|
|
304
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
305
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
306
|
+
while (go$c) {
|
|
307
|
+
const b = go$a0, v = go$a1;
|
|
308
|
+
if (v.tag === "Nil") {
|
|
309
|
+
go$c = false;
|
|
310
|
+
go$r = b;
|
|
311
|
+
continue;
|
|
312
|
+
}
|
|
313
|
+
if (v.tag === "Cons") {
|
|
314
|
+
go$a0 = Apply0.apply(Apply0.Functor0().map(b$1 => a => $List("Cons", a, b$1))(b))(f(v._1));
|
|
315
|
+
go$a1 = v._2;
|
|
316
|
+
continue;
|
|
317
|
+
}
|
|
318
|
+
$runtime.fail();
|
|
319
|
+
}
|
|
320
|
+
return go$r;
|
|
321
|
+
};
|
|
322
|
+
const $1 = go(dictApplicative.pure(Nil));
|
|
323
|
+
return x => $0($1(x));
|
|
324
|
+
};
|
|
325
|
+
},
|
|
326
|
+
sequence: dictApplicative => traversableList.traverse(dictApplicative)(identity),
|
|
327
|
+
Functor0: () => functorList,
|
|
328
|
+
Foldable1: () => foldableList
|
|
329
|
+
};
|
|
330
|
+
const traversableNonEmptyList = /* #__PURE__ */ Data$dNonEmpty.traversableNonEmpty(traversableList);
|
|
331
|
+
const traversableWithIndexList = {
|
|
332
|
+
traverseWithIndex: dictApplicative => {
|
|
333
|
+
const Apply0 = dictApplicative.Apply0();
|
|
334
|
+
return f => {
|
|
335
|
+
const $0 = Apply0.Functor0().map((() => {
|
|
336
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
337
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
338
|
+
while (go$c) {
|
|
339
|
+
const b = go$a0, v = go$a1;
|
|
340
|
+
if (v.tag === "Nil") {
|
|
341
|
+
go$c = false;
|
|
342
|
+
go$r = b;
|
|
343
|
+
continue;
|
|
344
|
+
}
|
|
345
|
+
if (v.tag === "Cons") {
|
|
346
|
+
go$a0 = $List("Cons", v._1, b);
|
|
347
|
+
go$a1 = v._2;
|
|
348
|
+
continue;
|
|
349
|
+
}
|
|
350
|
+
$runtime.fail();
|
|
351
|
+
}
|
|
352
|
+
return go$r;
|
|
353
|
+
};
|
|
354
|
+
return go(Nil);
|
|
355
|
+
})());
|
|
356
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
357
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
358
|
+
while (go$c) {
|
|
359
|
+
const b = go$a0, v = go$a1;
|
|
360
|
+
if (v.tag === "Nil") {
|
|
361
|
+
go$c = false;
|
|
362
|
+
go$r = b;
|
|
363
|
+
continue;
|
|
364
|
+
}
|
|
365
|
+
if (v.tag === "Cons") {
|
|
366
|
+
go$a0 = Data$dTuple.$Tuple(b._1 + 1 | 0, Apply0.apply(Apply0.Functor0().map(b$1 => a => $List("Cons", a, b$1))(b._2))(f(b._1)(v._1)));
|
|
367
|
+
go$a1 = v._2;
|
|
368
|
+
continue;
|
|
369
|
+
}
|
|
370
|
+
$runtime.fail();
|
|
371
|
+
}
|
|
372
|
+
return go$r;
|
|
373
|
+
};
|
|
374
|
+
const $1 = go(Data$dTuple.$Tuple(0, dictApplicative.pure(Nil)));
|
|
375
|
+
return x => $0($1(x)._2);
|
|
376
|
+
};
|
|
377
|
+
},
|
|
378
|
+
FunctorWithIndex0: () => functorWithIndexList,
|
|
379
|
+
FoldableWithIndex1: () => foldableWithIndexList,
|
|
380
|
+
Traversable2: () => traversableList
|
|
381
|
+
};
|
|
382
|
+
const traverseWithIndex = /* #__PURE__ */ (() => Data$dNonEmpty.traversableWithIndexNonEmpty(traversableWithIndexList).traverseWithIndex)();
|
|
383
|
+
const traversableWithIndexNonEmptyList = {
|
|
384
|
+
traverseWithIndex: dictApplicative => {
|
|
385
|
+
const traverseWithIndex1 = traverseWithIndex(dictApplicative);
|
|
386
|
+
return f => v => dictApplicative.Apply0().Functor0().map(NonEmptyList)(traverseWithIndex1(x => f((() => {
|
|
387
|
+
if (x.tag === "Nothing") { return 0; }
|
|
388
|
+
if (x.tag === "Just") { return 1 + x._1 | 0; }
|
|
389
|
+
$runtime.fail();
|
|
390
|
+
})()))(v));
|
|
391
|
+
},
|
|
392
|
+
FunctorWithIndex0: () => functorWithIndexNonEmptyList,
|
|
393
|
+
FoldableWithIndex1: () => foldableWithIndexNonEmptyList,
|
|
394
|
+
Traversable2: () => traversableNonEmptyList
|
|
395
|
+
};
|
|
396
|
+
const unfoldable1List = {
|
|
397
|
+
unfoldr1: f => b => {
|
|
398
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
399
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
400
|
+
while (go$c) {
|
|
401
|
+
const source = go$a0, memo = go$a1;
|
|
402
|
+
const v = f(source);
|
|
403
|
+
if (v._2.tag === "Just") {
|
|
404
|
+
go$a0 = v._2._1;
|
|
405
|
+
go$a1 = $List("Cons", v._1, memo);
|
|
406
|
+
continue;
|
|
407
|
+
}
|
|
408
|
+
if (v._2.tag === "Nothing") {
|
|
409
|
+
const go$1 = go$1$a0$copy => go$1$a1$copy => {
|
|
410
|
+
let go$1$a0 = go$1$a0$copy, go$1$a1 = go$1$a1$copy, go$1$c = true, go$1$r;
|
|
411
|
+
while (go$1$c) {
|
|
412
|
+
const b$1 = go$1$a0, v$1 = go$1$a1;
|
|
413
|
+
if (v$1.tag === "Nil") {
|
|
414
|
+
go$1$c = false;
|
|
415
|
+
go$1$r = b$1;
|
|
416
|
+
continue;
|
|
417
|
+
}
|
|
418
|
+
if (v$1.tag === "Cons") {
|
|
419
|
+
go$1$a0 = $List("Cons", v$1._1, b$1);
|
|
420
|
+
go$1$a1 = v$1._2;
|
|
421
|
+
continue;
|
|
422
|
+
}
|
|
423
|
+
$runtime.fail();
|
|
424
|
+
}
|
|
425
|
+
return go$1$r;
|
|
426
|
+
};
|
|
427
|
+
go$c = false;
|
|
428
|
+
go$r = go$1(Nil)($List("Cons", v._1, memo));
|
|
429
|
+
continue;
|
|
430
|
+
}
|
|
431
|
+
$runtime.fail();
|
|
432
|
+
}
|
|
433
|
+
return go$r;
|
|
434
|
+
};
|
|
435
|
+
return go(b)(Nil);
|
|
436
|
+
}
|
|
437
|
+
};
|
|
438
|
+
const unfoldableList = {
|
|
439
|
+
unfoldr: f => b => {
|
|
440
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
441
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
442
|
+
while (go$c) {
|
|
443
|
+
const source = go$a0, memo = go$a1;
|
|
444
|
+
const v = f(source);
|
|
445
|
+
if (v.tag === "Nothing") {
|
|
446
|
+
const go$1 = go$1$a0$copy => go$1$a1$copy => {
|
|
447
|
+
let go$1$a0 = go$1$a0$copy, go$1$a1 = go$1$a1$copy, go$1$c = true, go$1$r;
|
|
448
|
+
while (go$1$c) {
|
|
449
|
+
const b$1 = go$1$a0, v$1 = go$1$a1;
|
|
450
|
+
if (v$1.tag === "Nil") {
|
|
451
|
+
go$1$c = false;
|
|
452
|
+
go$1$r = b$1;
|
|
453
|
+
continue;
|
|
454
|
+
}
|
|
455
|
+
if (v$1.tag === "Cons") {
|
|
456
|
+
go$1$a0 = $List("Cons", v$1._1, b$1);
|
|
457
|
+
go$1$a1 = v$1._2;
|
|
458
|
+
continue;
|
|
459
|
+
}
|
|
460
|
+
$runtime.fail();
|
|
461
|
+
}
|
|
462
|
+
return go$1$r;
|
|
463
|
+
};
|
|
464
|
+
go$c = false;
|
|
465
|
+
go$r = go$1(Nil)(memo);
|
|
466
|
+
continue;
|
|
467
|
+
}
|
|
468
|
+
if (v.tag === "Just") {
|
|
469
|
+
go$a0 = v._1._2;
|
|
470
|
+
go$a1 = $List("Cons", v._1._1, memo);
|
|
471
|
+
continue;
|
|
472
|
+
}
|
|
473
|
+
$runtime.fail();
|
|
474
|
+
}
|
|
475
|
+
return go$r;
|
|
476
|
+
};
|
|
477
|
+
return go(b)(Nil);
|
|
478
|
+
},
|
|
479
|
+
Unfoldable10: () => unfoldable1List
|
|
480
|
+
};
|
|
481
|
+
const unfoldable1NonEmptyList = {
|
|
482
|
+
unfoldr1: f => b => {
|
|
483
|
+
const $0 = f(b);
|
|
484
|
+
return Data$dNonEmpty.$NonEmpty(
|
|
485
|
+
$0._1,
|
|
486
|
+
(() => {
|
|
487
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
488
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
489
|
+
while (go$c) {
|
|
490
|
+
const source = go$a0, memo = go$a1;
|
|
491
|
+
if (source.tag === "Just") {
|
|
492
|
+
go$a0 = f(source._1)._2;
|
|
493
|
+
go$a1 = $List("Cons", f(source._1)._1, memo);
|
|
494
|
+
continue;
|
|
495
|
+
}
|
|
496
|
+
const go$1 = go$1$a0$copy => go$1$a1$copy => {
|
|
497
|
+
let go$1$a0 = go$1$a0$copy, go$1$a1 = go$1$a1$copy, go$1$c = true, go$1$r;
|
|
498
|
+
while (go$1$c) {
|
|
499
|
+
const b$1 = go$1$a0, v = go$1$a1;
|
|
500
|
+
if (v.tag === "Nil") {
|
|
501
|
+
go$1$c = false;
|
|
502
|
+
go$1$r = b$1;
|
|
503
|
+
continue;
|
|
504
|
+
}
|
|
505
|
+
if (v.tag === "Cons") {
|
|
506
|
+
go$1$a0 = $List("Cons", v._1, b$1);
|
|
507
|
+
go$1$a1 = v._2;
|
|
508
|
+
continue;
|
|
509
|
+
}
|
|
510
|
+
$runtime.fail();
|
|
511
|
+
}
|
|
512
|
+
return go$1$r;
|
|
513
|
+
};
|
|
514
|
+
go$c = false;
|
|
515
|
+
go$r = go$1(Nil)(memo);
|
|
516
|
+
}
|
|
517
|
+
return go$r;
|
|
518
|
+
};
|
|
519
|
+
return go($0._2)(Nil);
|
|
520
|
+
})()
|
|
521
|
+
);
|
|
522
|
+
}
|
|
523
|
+
};
|
|
524
|
+
const foldable1NonEmptyList = /* #__PURE__ */ Data$dNonEmpty.foldable1NonEmpty(foldableList);
|
|
525
|
+
const extendNonEmptyList = {
|
|
526
|
+
extend: f => v => Data$dNonEmpty.$NonEmpty(
|
|
527
|
+
f(v),
|
|
528
|
+
foldableList.foldr(a => v1 => ({val: $List("Cons", f(Data$dNonEmpty.$NonEmpty(a, v1.acc)), v1.val), acc: $List("Cons", a, v1.acc)}))({val: Nil, acc: Nil})(v._2).val
|
|
529
|
+
),
|
|
530
|
+
Functor0: () => functorNonEmptyList
|
|
531
|
+
};
|
|
532
|
+
const extendList = {
|
|
533
|
+
extend: v => v1 => {
|
|
534
|
+
if (v1.tag === "Nil") { return Nil; }
|
|
535
|
+
if (v1.tag === "Cons") {
|
|
536
|
+
return $List(
|
|
537
|
+
"Cons",
|
|
538
|
+
v(v1),
|
|
539
|
+
foldableList.foldr(a$p => v2 => ({val: $List("Cons", v($List("Cons", a$p, v2.acc)), v2.val), acc: $List("Cons", a$p, v2.acc)}))({val: Nil, acc: Nil})(v1._2).val
|
|
540
|
+
);
|
|
541
|
+
}
|
|
542
|
+
$runtime.fail();
|
|
543
|
+
},
|
|
544
|
+
Functor0: () => functorList
|
|
545
|
+
};
|
|
546
|
+
const eq1List = {
|
|
547
|
+
eq1: dictEq => xs => ys => {
|
|
548
|
+
const go = v => v1 => v2 => {
|
|
549
|
+
if (!v2) { return false; }
|
|
550
|
+
if (v.tag === "Nil") { return v1.tag === "Nil" && v2; }
|
|
551
|
+
return v.tag === "Cons" && v1.tag === "Cons" && go(v._2)(v1._2)(v2 && dictEq.eq(v1._1)(v._1));
|
|
552
|
+
};
|
|
553
|
+
return go(xs)(ys)(true);
|
|
554
|
+
}
|
|
555
|
+
};
|
|
556
|
+
const eq1NonEmptyList = {
|
|
557
|
+
eq1: dictEq => x => y => dictEq.eq(x._1)(y._1) && (() => {
|
|
558
|
+
const go = v => v1 => v2 => {
|
|
559
|
+
if (!v2) { return false; }
|
|
560
|
+
if (v.tag === "Nil") { return v1.tag === "Nil" && v2; }
|
|
561
|
+
return v.tag === "Cons" && v1.tag === "Cons" && go(v._2)(v1._2)(v2 && dictEq.eq(v1._1)(v._1));
|
|
562
|
+
};
|
|
563
|
+
return go(x._2)(y._2)(true);
|
|
564
|
+
})()
|
|
565
|
+
};
|
|
566
|
+
const eqList = dictEq => (
|
|
567
|
+
{
|
|
568
|
+
eq: xs => ys => {
|
|
569
|
+
const go = v => v1 => v2 => {
|
|
570
|
+
if (!v2) { return false; }
|
|
571
|
+
if (v.tag === "Nil") { return v1.tag === "Nil" && v2; }
|
|
572
|
+
return v.tag === "Cons" && v1.tag === "Cons" && go(v._2)(v1._2)(v2 && dictEq.eq(v1._1)(v._1));
|
|
573
|
+
};
|
|
574
|
+
return go(xs)(ys)(true);
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
);
|
|
578
|
+
const eqNonEmptyList = dictEq => (
|
|
579
|
+
{
|
|
580
|
+
eq: x => y => dictEq.eq(x._1)(y._1) && (() => {
|
|
581
|
+
const go = v => v1 => v2 => {
|
|
582
|
+
if (!v2) { return false; }
|
|
583
|
+
if (v.tag === "Nil") { return v1.tag === "Nil" && v2; }
|
|
584
|
+
return v.tag === "Cons" && v1.tag === "Cons" && go(v._2)(v1._2)(v2 && dictEq.eq(v1._1)(v._1));
|
|
585
|
+
};
|
|
586
|
+
return go(x._2)(y._2)(true);
|
|
587
|
+
})()
|
|
588
|
+
}
|
|
589
|
+
);
|
|
590
|
+
const ord1List = {
|
|
591
|
+
compare1: dictOrd => xs => ys => {
|
|
592
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
593
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
594
|
+
while (go$c) {
|
|
595
|
+
const v = go$a0, v1 = go$a1;
|
|
596
|
+
if (v.tag === "Nil") {
|
|
597
|
+
if (v1.tag === "Nil") {
|
|
598
|
+
go$c = false;
|
|
599
|
+
go$r = Data$dOrdering.EQ;
|
|
600
|
+
continue;
|
|
601
|
+
}
|
|
602
|
+
go$c = false;
|
|
603
|
+
go$r = Data$dOrdering.LT;
|
|
604
|
+
continue;
|
|
605
|
+
}
|
|
606
|
+
if (v1.tag === "Nil") {
|
|
607
|
+
go$c = false;
|
|
608
|
+
go$r = Data$dOrdering.GT;
|
|
609
|
+
continue;
|
|
610
|
+
}
|
|
611
|
+
if (v.tag === "Cons" && v1.tag === "Cons") {
|
|
612
|
+
const v2 = dictOrd.compare(v._1)(v1._1);
|
|
613
|
+
if (v2 === "EQ") {
|
|
614
|
+
go$a0 = v._2;
|
|
615
|
+
go$a1 = v1._2;
|
|
616
|
+
continue;
|
|
617
|
+
}
|
|
618
|
+
go$c = false;
|
|
619
|
+
go$r = v2;
|
|
620
|
+
continue;
|
|
621
|
+
}
|
|
622
|
+
$runtime.fail();
|
|
623
|
+
}
|
|
624
|
+
return go$r;
|
|
625
|
+
};
|
|
626
|
+
return go(xs)(ys);
|
|
627
|
+
},
|
|
628
|
+
Eq10: () => eq1List
|
|
629
|
+
};
|
|
630
|
+
const ordNonEmpty = /* #__PURE__ */ Data$dNonEmpty.ordNonEmpty(ord1List);
|
|
631
|
+
const ord1NonEmptyList = /* #__PURE__ */ Data$dNonEmpty.ord1NonEmpty(ord1List);
|
|
632
|
+
const ordList = dictOrd => {
|
|
633
|
+
const $0 = dictOrd.Eq0();
|
|
634
|
+
const eqList1 = {
|
|
635
|
+
eq: xs => ys => {
|
|
636
|
+
const go = v => v1 => v2 => {
|
|
637
|
+
if (!v2) { return false; }
|
|
638
|
+
if (v.tag === "Nil") { return v1.tag === "Nil" && v2; }
|
|
639
|
+
return v.tag === "Cons" && v1.tag === "Cons" && go(v._2)(v1._2)(v2 && $0.eq(v1._1)(v._1));
|
|
640
|
+
};
|
|
641
|
+
return go(xs)(ys)(true);
|
|
642
|
+
}
|
|
643
|
+
};
|
|
644
|
+
return {
|
|
645
|
+
compare: xs => ys => {
|
|
646
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
647
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
648
|
+
while (go$c) {
|
|
649
|
+
const v = go$a0, v1 = go$a1;
|
|
650
|
+
if (v.tag === "Nil") {
|
|
651
|
+
if (v1.tag === "Nil") {
|
|
652
|
+
go$c = false;
|
|
653
|
+
go$r = Data$dOrdering.EQ;
|
|
654
|
+
continue;
|
|
655
|
+
}
|
|
656
|
+
go$c = false;
|
|
657
|
+
go$r = Data$dOrdering.LT;
|
|
658
|
+
continue;
|
|
659
|
+
}
|
|
660
|
+
if (v1.tag === "Nil") {
|
|
661
|
+
go$c = false;
|
|
662
|
+
go$r = Data$dOrdering.GT;
|
|
663
|
+
continue;
|
|
664
|
+
}
|
|
665
|
+
if (v.tag === "Cons" && v1.tag === "Cons") {
|
|
666
|
+
const v2 = dictOrd.compare(v._1)(v1._1);
|
|
667
|
+
if (v2 === "EQ") {
|
|
668
|
+
go$a0 = v._2;
|
|
669
|
+
go$a1 = v1._2;
|
|
670
|
+
continue;
|
|
671
|
+
}
|
|
672
|
+
go$c = false;
|
|
673
|
+
go$r = v2;
|
|
674
|
+
continue;
|
|
675
|
+
}
|
|
676
|
+
$runtime.fail();
|
|
677
|
+
}
|
|
678
|
+
return go$r;
|
|
679
|
+
};
|
|
680
|
+
return go(xs)(ys);
|
|
681
|
+
},
|
|
682
|
+
Eq0: () => eqList1
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
const ordNonEmptyList = dictOrd => ordNonEmpty(dictOrd);
|
|
686
|
+
const comonadNonEmptyList = {extract: v => v._1, Extend0: () => extendNonEmptyList};
|
|
687
|
+
const applyList = {
|
|
688
|
+
apply: v => v1 => {
|
|
689
|
+
if (v.tag === "Nil") { return Nil; }
|
|
690
|
+
if (v.tag === "Cons") { return foldableList.foldr(Cons)(applyList.apply(v._2)(v1))(listMap(v._1)(v1)); }
|
|
691
|
+
$runtime.fail();
|
|
692
|
+
},
|
|
693
|
+
Functor0: () => functorList
|
|
694
|
+
};
|
|
695
|
+
const applyNonEmptyList = {
|
|
696
|
+
apply: v => v1 => Data$dNonEmpty.$NonEmpty(
|
|
697
|
+
v._1(v1._1),
|
|
698
|
+
foldableList.foldr(Cons)(applyList.apply($List("Cons", v._1, v._2))(v1._2))(applyList.apply(v._2)($List("Cons", v1._1, Nil)))
|
|
699
|
+
),
|
|
700
|
+
Functor0: () => functorNonEmptyList
|
|
701
|
+
};
|
|
702
|
+
const bindList = {
|
|
703
|
+
bind: v => v1 => {
|
|
704
|
+
if (v.tag === "Nil") { return Nil; }
|
|
705
|
+
if (v.tag === "Cons") { return foldableList.foldr(Cons)(bindList.bind(v._2)(v1))(v1(v._1)); }
|
|
706
|
+
$runtime.fail();
|
|
707
|
+
},
|
|
708
|
+
Apply0: () => applyList
|
|
709
|
+
};
|
|
710
|
+
const bindNonEmptyList = {
|
|
711
|
+
bind: v => f => {
|
|
712
|
+
const v1 = f(v._1);
|
|
713
|
+
return Data$dNonEmpty.$NonEmpty(
|
|
714
|
+
v1._1,
|
|
715
|
+
foldableList.foldr(Cons)(bindList.bind(v._2)(x => {
|
|
716
|
+
const $0 = f(x);
|
|
717
|
+
return $List("Cons", $0._1, $0._2);
|
|
718
|
+
}))(v1._2)
|
|
719
|
+
);
|
|
720
|
+
},
|
|
721
|
+
Apply0: () => applyNonEmptyList
|
|
722
|
+
};
|
|
723
|
+
const applicativeList = {pure: a => $List("Cons", a, Nil), Apply0: () => applyList};
|
|
724
|
+
const monadList = {Applicative0: () => applicativeList, Bind1: () => bindList};
|
|
725
|
+
const altNonEmptyList = /* #__PURE__ */ (() => ({alt: semigroupNonEmptyList.append, Functor0: () => functorNonEmptyList}))();
|
|
726
|
+
const altList = /* #__PURE__ */ (() => ({alt: semigroupList.append, Functor0: () => functorList}))();
|
|
727
|
+
const plusList = {empty: Nil, Alt0: () => altList};
|
|
728
|
+
const alternativeList = {Applicative0: () => applicativeList, Plus1: () => plusList};
|
|
729
|
+
const monadPlusList = {Monad0: () => monadList, Alternative1: () => alternativeList};
|
|
730
|
+
const applicativeNonEmptyList = {pure: x => Data$dNonEmpty.$NonEmpty(x, Nil), Apply0: () => applyNonEmptyList};
|
|
731
|
+
const monadNonEmptyList = {Applicative0: () => applicativeNonEmptyList, Bind1: () => bindNonEmptyList};
|
|
732
|
+
const traversable1NonEmptyList = {
|
|
733
|
+
traverse1: dictApply => {
|
|
734
|
+
const Functor0 = dictApply.Functor0();
|
|
735
|
+
return f => v => Functor0.map(v1 => {
|
|
736
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
737
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
738
|
+
while (go$c) {
|
|
739
|
+
const b = go$a0, v$1 = go$a1;
|
|
740
|
+
if (v$1.tag === "Nil") {
|
|
741
|
+
go$c = false;
|
|
742
|
+
go$r = b;
|
|
743
|
+
continue;
|
|
744
|
+
}
|
|
745
|
+
if (v$1.tag === "Cons") {
|
|
746
|
+
go$a0 = Data$dNonEmpty.$NonEmpty(v$1._1, $List("Cons", b._1, b._2));
|
|
747
|
+
go$a1 = v$1._2;
|
|
748
|
+
continue;
|
|
749
|
+
}
|
|
750
|
+
$runtime.fail();
|
|
751
|
+
}
|
|
752
|
+
return go$r;
|
|
753
|
+
};
|
|
754
|
+
return go(Data$dNonEmpty.$NonEmpty(v1._1, Nil))(v1._2);
|
|
755
|
+
})((() => {
|
|
756
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
757
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
758
|
+
while (go$c) {
|
|
759
|
+
const b = go$a0, v$1 = go$a1;
|
|
760
|
+
if (v$1.tag === "Nil") {
|
|
761
|
+
go$c = false;
|
|
762
|
+
go$r = b;
|
|
763
|
+
continue;
|
|
764
|
+
}
|
|
765
|
+
if (v$1.tag === "Cons") {
|
|
766
|
+
go$a0 = dictApply.apply(dictApply.Functor0().map(b$1 => a => Data$dNonEmpty.$NonEmpty(a, $List("Cons", b$1._1, b$1._2)))(b))(f(v$1._1));
|
|
767
|
+
go$a1 = v$1._2;
|
|
768
|
+
continue;
|
|
769
|
+
}
|
|
770
|
+
$runtime.fail();
|
|
771
|
+
}
|
|
772
|
+
return go$r;
|
|
773
|
+
};
|
|
774
|
+
return go(Functor0.map(applicativeNonEmptyList.pure)(f(v._1)))(v._2);
|
|
775
|
+
})());
|
|
776
|
+
},
|
|
777
|
+
sequence1: dictApply => traversable1NonEmptyList.traverse1(dictApply)(identity),
|
|
778
|
+
Foldable10: () => foldable1NonEmptyList,
|
|
779
|
+
Traversable1: () => traversableNonEmptyList
|
|
780
|
+
};
|
|
781
|
+
export {
|
|
782
|
+
$List,
|
|
783
|
+
Cons,
|
|
784
|
+
Nil,
|
|
785
|
+
NonEmptyList,
|
|
786
|
+
altList,
|
|
787
|
+
altNonEmptyList,
|
|
788
|
+
alternativeList,
|
|
789
|
+
applicativeList,
|
|
790
|
+
applicativeNonEmptyList,
|
|
791
|
+
applyList,
|
|
792
|
+
applyNonEmptyList,
|
|
793
|
+
bindList,
|
|
794
|
+
bindNonEmptyList,
|
|
795
|
+
comonadNonEmptyList,
|
|
796
|
+
eq1List,
|
|
797
|
+
eq1NonEmptyList,
|
|
798
|
+
eqList,
|
|
799
|
+
eqNonEmptyList,
|
|
800
|
+
extendList,
|
|
801
|
+
extendNonEmptyList,
|
|
802
|
+
foldable1NonEmptyList,
|
|
803
|
+
foldableList,
|
|
804
|
+
foldableNonEmptyList,
|
|
805
|
+
foldableWithIndexList,
|
|
806
|
+
foldableWithIndexNonEmpty,
|
|
807
|
+
foldableWithIndexNonEmptyList,
|
|
808
|
+
functorList,
|
|
809
|
+
functorNonEmptyList,
|
|
810
|
+
functorWithIndexList,
|
|
811
|
+
functorWithIndexNonEmptyList,
|
|
812
|
+
identity,
|
|
813
|
+
listMap,
|
|
814
|
+
mapWithIndex,
|
|
815
|
+
monadList,
|
|
816
|
+
monadNonEmptyList,
|
|
817
|
+
monadPlusList,
|
|
818
|
+
monoidList,
|
|
819
|
+
nelCons,
|
|
820
|
+
newtypeNonEmptyList,
|
|
821
|
+
ord1List,
|
|
822
|
+
ord1NonEmptyList,
|
|
823
|
+
ordList,
|
|
824
|
+
ordNonEmpty,
|
|
825
|
+
ordNonEmptyList,
|
|
826
|
+
plusList,
|
|
827
|
+
semigroupList,
|
|
828
|
+
semigroupNonEmptyList,
|
|
829
|
+
showList,
|
|
830
|
+
showNonEmptyList,
|
|
831
|
+
toList,
|
|
832
|
+
traversable1NonEmptyList,
|
|
833
|
+
traversableList,
|
|
834
|
+
traversableNonEmptyList,
|
|
835
|
+
traversableWithIndexList,
|
|
836
|
+
traversableWithIndexNonEmptyList,
|
|
837
|
+
traverseWithIndex,
|
|
838
|
+
unfoldable1List,
|
|
839
|
+
unfoldable1NonEmptyList,
|
|
840
|
+
unfoldableList
|
|
841
|
+
};
|