@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,405 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
3
|
+
import * as Data$dOrdering from "../Data.Ordering/index.js";
|
|
4
|
+
const $Signal = tag => tag;
|
|
5
|
+
const SIGABRT = /* #__PURE__ */ $Signal("SIGABRT");
|
|
6
|
+
const SIGALRM = /* #__PURE__ */ $Signal("SIGALRM");
|
|
7
|
+
const SIGBUS = /* #__PURE__ */ $Signal("SIGBUS");
|
|
8
|
+
const SIGCHLD = /* #__PURE__ */ $Signal("SIGCHLD");
|
|
9
|
+
const SIGCLD = /* #__PURE__ */ $Signal("SIGCLD");
|
|
10
|
+
const SIGCONT = /* #__PURE__ */ $Signal("SIGCONT");
|
|
11
|
+
const SIGEMT = /* #__PURE__ */ $Signal("SIGEMT");
|
|
12
|
+
const SIGFPE = /* #__PURE__ */ $Signal("SIGFPE");
|
|
13
|
+
const SIGHUP = /* #__PURE__ */ $Signal("SIGHUP");
|
|
14
|
+
const SIGILL = /* #__PURE__ */ $Signal("SIGILL");
|
|
15
|
+
const SIGINFO = /* #__PURE__ */ $Signal("SIGINFO");
|
|
16
|
+
const SIGINT = /* #__PURE__ */ $Signal("SIGINT");
|
|
17
|
+
const SIGIO = /* #__PURE__ */ $Signal("SIGIO");
|
|
18
|
+
const SIGIOT = /* #__PURE__ */ $Signal("SIGIOT");
|
|
19
|
+
const SIGKILL = /* #__PURE__ */ $Signal("SIGKILL");
|
|
20
|
+
const SIGLOST = /* #__PURE__ */ $Signal("SIGLOST");
|
|
21
|
+
const SIGPIPE = /* #__PURE__ */ $Signal("SIGPIPE");
|
|
22
|
+
const SIGPOLL = /* #__PURE__ */ $Signal("SIGPOLL");
|
|
23
|
+
const SIGPROF = /* #__PURE__ */ $Signal("SIGPROF");
|
|
24
|
+
const SIGPWR = /* #__PURE__ */ $Signal("SIGPWR");
|
|
25
|
+
const SIGQUIT = /* #__PURE__ */ $Signal("SIGQUIT");
|
|
26
|
+
const SIGSEGV = /* #__PURE__ */ $Signal("SIGSEGV");
|
|
27
|
+
const SIGSTKFLT = /* #__PURE__ */ $Signal("SIGSTKFLT");
|
|
28
|
+
const SIGSTOP = /* #__PURE__ */ $Signal("SIGSTOP");
|
|
29
|
+
const SIGSYS = /* #__PURE__ */ $Signal("SIGSYS");
|
|
30
|
+
const SIGTERM = /* #__PURE__ */ $Signal("SIGTERM");
|
|
31
|
+
const SIGTRAP = /* #__PURE__ */ $Signal("SIGTRAP");
|
|
32
|
+
const SIGTSTP = /* #__PURE__ */ $Signal("SIGTSTP");
|
|
33
|
+
const SIGTTIN = /* #__PURE__ */ $Signal("SIGTTIN");
|
|
34
|
+
const SIGTTOU = /* #__PURE__ */ $Signal("SIGTTOU");
|
|
35
|
+
const SIGUNUSED = /* #__PURE__ */ $Signal("SIGUNUSED");
|
|
36
|
+
const SIGURG = /* #__PURE__ */ $Signal("SIGURG");
|
|
37
|
+
const SIGUSR1 = /* #__PURE__ */ $Signal("SIGUSR1");
|
|
38
|
+
const SIGUSR2 = /* #__PURE__ */ $Signal("SIGUSR2");
|
|
39
|
+
const SIGVTALRM = /* #__PURE__ */ $Signal("SIGVTALRM");
|
|
40
|
+
const SIGWINCH = /* #__PURE__ */ $Signal("SIGWINCH");
|
|
41
|
+
const SIGXCPU = /* #__PURE__ */ $Signal("SIGXCPU");
|
|
42
|
+
const SIGXFSZ = /* #__PURE__ */ $Signal("SIGXFSZ");
|
|
43
|
+
const toString = s => {
|
|
44
|
+
if (s === "SIGABRT") { return "SIGABRT"; }
|
|
45
|
+
if (s === "SIGALRM") { return "SIGALRM"; }
|
|
46
|
+
if (s === "SIGBUS") { return "SIGBUS"; }
|
|
47
|
+
if (s === "SIGCHLD") { return "SIGCHLD"; }
|
|
48
|
+
if (s === "SIGCLD") { return "SIGCLD"; }
|
|
49
|
+
if (s === "SIGCONT") { return "SIGCONT"; }
|
|
50
|
+
if (s === "SIGEMT") { return "SIGEMT"; }
|
|
51
|
+
if (s === "SIGFPE") { return "SIGFPE"; }
|
|
52
|
+
if (s === "SIGHUP") { return "SIGHUP"; }
|
|
53
|
+
if (s === "SIGILL") { return "SIGILL"; }
|
|
54
|
+
if (s === "SIGINFO") { return "SIGINFO"; }
|
|
55
|
+
if (s === "SIGINT") { return "SIGINT"; }
|
|
56
|
+
if (s === "SIGIO") { return "SIGIO"; }
|
|
57
|
+
if (s === "SIGIOT") { return "SIGIOT"; }
|
|
58
|
+
if (s === "SIGKILL") { return "SIGKILL"; }
|
|
59
|
+
if (s === "SIGLOST") { return "SIGLOST"; }
|
|
60
|
+
if (s === "SIGPIPE") { return "SIGPIPE"; }
|
|
61
|
+
if (s === "SIGPOLL") { return "SIGPOLL"; }
|
|
62
|
+
if (s === "SIGPROF") { return "SIGPROF"; }
|
|
63
|
+
if (s === "SIGPWR") { return "SIGPWR"; }
|
|
64
|
+
if (s === "SIGQUIT") { return "SIGQUIT"; }
|
|
65
|
+
if (s === "SIGSEGV") { return "SIGSEGV"; }
|
|
66
|
+
if (s === "SIGSTKFLT") { return "SIGSTKFLT"; }
|
|
67
|
+
if (s === "SIGSTOP") { return "SIGSTOP"; }
|
|
68
|
+
if (s === "SIGSYS") { return "SIGSYS"; }
|
|
69
|
+
if (s === "SIGTERM") { return "SIGTERM"; }
|
|
70
|
+
if (s === "SIGTRAP") { return "SIGTRAP"; }
|
|
71
|
+
if (s === "SIGTSTP") { return "SIGTSTP"; }
|
|
72
|
+
if (s === "SIGTTIN") { return "SIGTTIN"; }
|
|
73
|
+
if (s === "SIGTTOU") { return "SIGTTOU"; }
|
|
74
|
+
if (s === "SIGUNUSED") { return "SIGUNUSED"; }
|
|
75
|
+
if (s === "SIGURG") { return "SIGURG"; }
|
|
76
|
+
if (s === "SIGUSR1") { return "SIGUSR1"; }
|
|
77
|
+
if (s === "SIGUSR2") { return "SIGUSR2"; }
|
|
78
|
+
if (s === "SIGVTALRM") { return "SIGVTALRM"; }
|
|
79
|
+
if (s === "SIGWINCH") { return "SIGWINCH"; }
|
|
80
|
+
if (s === "SIGXCPU") { return "SIGXCPU"; }
|
|
81
|
+
if (s === "SIGXFSZ") { return "SIGXFSZ"; }
|
|
82
|
+
$runtime.fail();
|
|
83
|
+
};
|
|
84
|
+
const showSignal = {show: toString};
|
|
85
|
+
const fromString = s => {
|
|
86
|
+
if (s === "SIGABRT") { return Data$dMaybe.$Maybe("Just", SIGABRT); }
|
|
87
|
+
if (s === "SIGALRM") { return Data$dMaybe.$Maybe("Just", SIGALRM); }
|
|
88
|
+
if (s === "SIGBUS") { return Data$dMaybe.$Maybe("Just", SIGBUS); }
|
|
89
|
+
if (s === "SIGCHLD") { return Data$dMaybe.$Maybe("Just", SIGCHLD); }
|
|
90
|
+
if (s === "SIGCLD") { return Data$dMaybe.$Maybe("Just", SIGCLD); }
|
|
91
|
+
if (s === "SIGCONT") { return Data$dMaybe.$Maybe("Just", SIGCONT); }
|
|
92
|
+
if (s === "SIGEMT") { return Data$dMaybe.$Maybe("Just", SIGEMT); }
|
|
93
|
+
if (s === "SIGFPE") { return Data$dMaybe.$Maybe("Just", SIGFPE); }
|
|
94
|
+
if (s === "SIGHUP") { return Data$dMaybe.$Maybe("Just", SIGHUP); }
|
|
95
|
+
if (s === "SIGILL") { return Data$dMaybe.$Maybe("Just", SIGILL); }
|
|
96
|
+
if (s === "SIGINFO") { return Data$dMaybe.$Maybe("Just", SIGINFO); }
|
|
97
|
+
if (s === "SIGINT") { return Data$dMaybe.$Maybe("Just", SIGINT); }
|
|
98
|
+
if (s === "SIGIO") { return Data$dMaybe.$Maybe("Just", SIGIO); }
|
|
99
|
+
if (s === "SIGIOT") { return Data$dMaybe.$Maybe("Just", SIGIOT); }
|
|
100
|
+
if (s === "SIGKILL") { return Data$dMaybe.$Maybe("Just", SIGKILL); }
|
|
101
|
+
if (s === "SIGLOST") { return Data$dMaybe.$Maybe("Just", SIGLOST); }
|
|
102
|
+
if (s === "SIGPIPE") { return Data$dMaybe.$Maybe("Just", SIGPIPE); }
|
|
103
|
+
if (s === "SIGPOLL") { return Data$dMaybe.$Maybe("Just", SIGPOLL); }
|
|
104
|
+
if (s === "SIGPROF") { return Data$dMaybe.$Maybe("Just", SIGPROF); }
|
|
105
|
+
if (s === "SIGPWR") { return Data$dMaybe.$Maybe("Just", SIGPWR); }
|
|
106
|
+
if (s === "SIGQUIT") { return Data$dMaybe.$Maybe("Just", SIGQUIT); }
|
|
107
|
+
if (s === "SIGSEGV") { return Data$dMaybe.$Maybe("Just", SIGSEGV); }
|
|
108
|
+
if (s === "SIGSTKFLT") { return Data$dMaybe.$Maybe("Just", SIGSTKFLT); }
|
|
109
|
+
if (s === "SIGSTOP") { return Data$dMaybe.$Maybe("Just", SIGSTOP); }
|
|
110
|
+
if (s === "SIGSYS") { return Data$dMaybe.$Maybe("Just", SIGSYS); }
|
|
111
|
+
if (s === "SIGTERM") { return Data$dMaybe.$Maybe("Just", SIGTERM); }
|
|
112
|
+
if (s === "SIGTRAP") { return Data$dMaybe.$Maybe("Just", SIGTRAP); }
|
|
113
|
+
if (s === "SIGTSTP") { return Data$dMaybe.$Maybe("Just", SIGTSTP); }
|
|
114
|
+
if (s === "SIGTTIN") { return Data$dMaybe.$Maybe("Just", SIGTTIN); }
|
|
115
|
+
if (s === "SIGTTOU") { return Data$dMaybe.$Maybe("Just", SIGTTOU); }
|
|
116
|
+
if (s === "SIGUNUSED") { return Data$dMaybe.$Maybe("Just", SIGUNUSED); }
|
|
117
|
+
if (s === "SIGURG") { return Data$dMaybe.$Maybe("Just", SIGURG); }
|
|
118
|
+
if (s === "SIGUSR1") { return Data$dMaybe.$Maybe("Just", SIGUSR1); }
|
|
119
|
+
if (s === "SIGUSR2") { return Data$dMaybe.$Maybe("Just", SIGUSR2); }
|
|
120
|
+
if (s === "SIGVTALRM") { return Data$dMaybe.$Maybe("Just", SIGVTALRM); }
|
|
121
|
+
if (s === "SIGWINCH") { return Data$dMaybe.$Maybe("Just", SIGWINCH); }
|
|
122
|
+
if (s === "SIGXCPU") { return Data$dMaybe.$Maybe("Just", SIGXCPU); }
|
|
123
|
+
if (s === "SIGXFSZ") { return Data$dMaybe.$Maybe("Just", SIGXFSZ); }
|
|
124
|
+
return Data$dMaybe.Nothing;
|
|
125
|
+
};
|
|
126
|
+
const eqSignal = {
|
|
127
|
+
eq: x => y => {
|
|
128
|
+
if (x === "SIGABRT") { return y === "SIGABRT"; }
|
|
129
|
+
if (x === "SIGALRM") { return y === "SIGALRM"; }
|
|
130
|
+
if (x === "SIGBUS") { return y === "SIGBUS"; }
|
|
131
|
+
if (x === "SIGCHLD") { return y === "SIGCHLD"; }
|
|
132
|
+
if (x === "SIGCLD") { return y === "SIGCLD"; }
|
|
133
|
+
if (x === "SIGCONT") { return y === "SIGCONT"; }
|
|
134
|
+
if (x === "SIGEMT") { return y === "SIGEMT"; }
|
|
135
|
+
if (x === "SIGFPE") { return y === "SIGFPE"; }
|
|
136
|
+
if (x === "SIGHUP") { return y === "SIGHUP"; }
|
|
137
|
+
if (x === "SIGILL") { return y === "SIGILL"; }
|
|
138
|
+
if (x === "SIGINFO") { return y === "SIGINFO"; }
|
|
139
|
+
if (x === "SIGINT") { return y === "SIGINT"; }
|
|
140
|
+
if (x === "SIGIO") { return y === "SIGIO"; }
|
|
141
|
+
if (x === "SIGIOT") { return y === "SIGIOT"; }
|
|
142
|
+
if (x === "SIGKILL") { return y === "SIGKILL"; }
|
|
143
|
+
if (x === "SIGLOST") { return y === "SIGLOST"; }
|
|
144
|
+
if (x === "SIGPIPE") { return y === "SIGPIPE"; }
|
|
145
|
+
if (x === "SIGPOLL") { return y === "SIGPOLL"; }
|
|
146
|
+
if (x === "SIGPROF") { return y === "SIGPROF"; }
|
|
147
|
+
if (x === "SIGPWR") { return y === "SIGPWR"; }
|
|
148
|
+
if (x === "SIGQUIT") { return y === "SIGQUIT"; }
|
|
149
|
+
if (x === "SIGSEGV") { return y === "SIGSEGV"; }
|
|
150
|
+
if (x === "SIGSTKFLT") { return y === "SIGSTKFLT"; }
|
|
151
|
+
if (x === "SIGSTOP") { return y === "SIGSTOP"; }
|
|
152
|
+
if (x === "SIGSYS") { return y === "SIGSYS"; }
|
|
153
|
+
if (x === "SIGTERM") { return y === "SIGTERM"; }
|
|
154
|
+
if (x === "SIGTRAP") { return y === "SIGTRAP"; }
|
|
155
|
+
if (x === "SIGTSTP") { return y === "SIGTSTP"; }
|
|
156
|
+
if (x === "SIGTTIN") { return y === "SIGTTIN"; }
|
|
157
|
+
if (x === "SIGTTOU") { return y === "SIGTTOU"; }
|
|
158
|
+
if (x === "SIGUNUSED") { return y === "SIGUNUSED"; }
|
|
159
|
+
if (x === "SIGURG") { return y === "SIGURG"; }
|
|
160
|
+
if (x === "SIGUSR1") { return y === "SIGUSR1"; }
|
|
161
|
+
if (x === "SIGUSR2") { return y === "SIGUSR2"; }
|
|
162
|
+
if (x === "SIGVTALRM") { return y === "SIGVTALRM"; }
|
|
163
|
+
if (x === "SIGWINCH") { return y === "SIGWINCH"; }
|
|
164
|
+
if (x === "SIGXCPU") { return y === "SIGXCPU"; }
|
|
165
|
+
return x === "SIGXFSZ" && y === "SIGXFSZ";
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
const ordSignal = {
|
|
169
|
+
compare: x => y => {
|
|
170
|
+
if (x === "SIGABRT") {
|
|
171
|
+
if (y === "SIGABRT") { return Data$dOrdering.EQ; }
|
|
172
|
+
return Data$dOrdering.LT;
|
|
173
|
+
}
|
|
174
|
+
if (y === "SIGABRT") { return Data$dOrdering.GT; }
|
|
175
|
+
if (x === "SIGALRM") {
|
|
176
|
+
if (y === "SIGALRM") { return Data$dOrdering.EQ; }
|
|
177
|
+
return Data$dOrdering.LT;
|
|
178
|
+
}
|
|
179
|
+
if (y === "SIGALRM") { return Data$dOrdering.GT; }
|
|
180
|
+
if (x === "SIGBUS") {
|
|
181
|
+
if (y === "SIGBUS") { return Data$dOrdering.EQ; }
|
|
182
|
+
return Data$dOrdering.LT;
|
|
183
|
+
}
|
|
184
|
+
if (y === "SIGBUS") { return Data$dOrdering.GT; }
|
|
185
|
+
if (x === "SIGCHLD") {
|
|
186
|
+
if (y === "SIGCHLD") { return Data$dOrdering.EQ; }
|
|
187
|
+
return Data$dOrdering.LT;
|
|
188
|
+
}
|
|
189
|
+
if (y === "SIGCHLD") { return Data$dOrdering.GT; }
|
|
190
|
+
if (x === "SIGCLD") {
|
|
191
|
+
if (y === "SIGCLD") { return Data$dOrdering.EQ; }
|
|
192
|
+
return Data$dOrdering.LT;
|
|
193
|
+
}
|
|
194
|
+
if (y === "SIGCLD") { return Data$dOrdering.GT; }
|
|
195
|
+
if (x === "SIGCONT") {
|
|
196
|
+
if (y === "SIGCONT") { return Data$dOrdering.EQ; }
|
|
197
|
+
return Data$dOrdering.LT;
|
|
198
|
+
}
|
|
199
|
+
if (y === "SIGCONT") { return Data$dOrdering.GT; }
|
|
200
|
+
if (x === "SIGEMT") {
|
|
201
|
+
if (y === "SIGEMT") { return Data$dOrdering.EQ; }
|
|
202
|
+
return Data$dOrdering.LT;
|
|
203
|
+
}
|
|
204
|
+
if (y === "SIGEMT") { return Data$dOrdering.GT; }
|
|
205
|
+
if (x === "SIGFPE") {
|
|
206
|
+
if (y === "SIGFPE") { return Data$dOrdering.EQ; }
|
|
207
|
+
return Data$dOrdering.LT;
|
|
208
|
+
}
|
|
209
|
+
if (y === "SIGFPE") { return Data$dOrdering.GT; }
|
|
210
|
+
if (x === "SIGHUP") {
|
|
211
|
+
if (y === "SIGHUP") { return Data$dOrdering.EQ; }
|
|
212
|
+
return Data$dOrdering.LT;
|
|
213
|
+
}
|
|
214
|
+
if (y === "SIGHUP") { return Data$dOrdering.GT; }
|
|
215
|
+
if (x === "SIGILL") {
|
|
216
|
+
if (y === "SIGILL") { return Data$dOrdering.EQ; }
|
|
217
|
+
return Data$dOrdering.LT;
|
|
218
|
+
}
|
|
219
|
+
if (y === "SIGILL") { return Data$dOrdering.GT; }
|
|
220
|
+
if (x === "SIGINFO") {
|
|
221
|
+
if (y === "SIGINFO") { return Data$dOrdering.EQ; }
|
|
222
|
+
return Data$dOrdering.LT;
|
|
223
|
+
}
|
|
224
|
+
if (y === "SIGINFO") { return Data$dOrdering.GT; }
|
|
225
|
+
if (x === "SIGINT") {
|
|
226
|
+
if (y === "SIGINT") { return Data$dOrdering.EQ; }
|
|
227
|
+
return Data$dOrdering.LT;
|
|
228
|
+
}
|
|
229
|
+
if (y === "SIGINT") { return Data$dOrdering.GT; }
|
|
230
|
+
if (x === "SIGIO") {
|
|
231
|
+
if (y === "SIGIO") { return Data$dOrdering.EQ; }
|
|
232
|
+
return Data$dOrdering.LT;
|
|
233
|
+
}
|
|
234
|
+
if (y === "SIGIO") { return Data$dOrdering.GT; }
|
|
235
|
+
if (x === "SIGIOT") {
|
|
236
|
+
if (y === "SIGIOT") { return Data$dOrdering.EQ; }
|
|
237
|
+
return Data$dOrdering.LT;
|
|
238
|
+
}
|
|
239
|
+
if (y === "SIGIOT") { return Data$dOrdering.GT; }
|
|
240
|
+
if (x === "SIGKILL") {
|
|
241
|
+
if (y === "SIGKILL") { return Data$dOrdering.EQ; }
|
|
242
|
+
return Data$dOrdering.LT;
|
|
243
|
+
}
|
|
244
|
+
if (y === "SIGKILL") { return Data$dOrdering.GT; }
|
|
245
|
+
if (x === "SIGLOST") {
|
|
246
|
+
if (y === "SIGLOST") { return Data$dOrdering.EQ; }
|
|
247
|
+
return Data$dOrdering.LT;
|
|
248
|
+
}
|
|
249
|
+
if (y === "SIGLOST") { return Data$dOrdering.GT; }
|
|
250
|
+
if (x === "SIGPIPE") {
|
|
251
|
+
if (y === "SIGPIPE") { return Data$dOrdering.EQ; }
|
|
252
|
+
return Data$dOrdering.LT;
|
|
253
|
+
}
|
|
254
|
+
if (y === "SIGPIPE") { return Data$dOrdering.GT; }
|
|
255
|
+
if (x === "SIGPOLL") {
|
|
256
|
+
if (y === "SIGPOLL") { return Data$dOrdering.EQ; }
|
|
257
|
+
return Data$dOrdering.LT;
|
|
258
|
+
}
|
|
259
|
+
if (y === "SIGPOLL") { return Data$dOrdering.GT; }
|
|
260
|
+
if (x === "SIGPROF") {
|
|
261
|
+
if (y === "SIGPROF") { return Data$dOrdering.EQ; }
|
|
262
|
+
return Data$dOrdering.LT;
|
|
263
|
+
}
|
|
264
|
+
if (y === "SIGPROF") { return Data$dOrdering.GT; }
|
|
265
|
+
if (x === "SIGPWR") {
|
|
266
|
+
if (y === "SIGPWR") { return Data$dOrdering.EQ; }
|
|
267
|
+
return Data$dOrdering.LT;
|
|
268
|
+
}
|
|
269
|
+
if (y === "SIGPWR") { return Data$dOrdering.GT; }
|
|
270
|
+
if (x === "SIGQUIT") {
|
|
271
|
+
if (y === "SIGQUIT") { return Data$dOrdering.EQ; }
|
|
272
|
+
return Data$dOrdering.LT;
|
|
273
|
+
}
|
|
274
|
+
if (y === "SIGQUIT") { return Data$dOrdering.GT; }
|
|
275
|
+
if (x === "SIGSEGV") {
|
|
276
|
+
if (y === "SIGSEGV") { return Data$dOrdering.EQ; }
|
|
277
|
+
return Data$dOrdering.LT;
|
|
278
|
+
}
|
|
279
|
+
if (y === "SIGSEGV") { return Data$dOrdering.GT; }
|
|
280
|
+
if (x === "SIGSTKFLT") {
|
|
281
|
+
if (y === "SIGSTKFLT") { return Data$dOrdering.EQ; }
|
|
282
|
+
return Data$dOrdering.LT;
|
|
283
|
+
}
|
|
284
|
+
if (y === "SIGSTKFLT") { return Data$dOrdering.GT; }
|
|
285
|
+
if (x === "SIGSTOP") {
|
|
286
|
+
if (y === "SIGSTOP") { return Data$dOrdering.EQ; }
|
|
287
|
+
return Data$dOrdering.LT;
|
|
288
|
+
}
|
|
289
|
+
if (y === "SIGSTOP") { return Data$dOrdering.GT; }
|
|
290
|
+
if (x === "SIGSYS") {
|
|
291
|
+
if (y === "SIGSYS") { return Data$dOrdering.EQ; }
|
|
292
|
+
return Data$dOrdering.LT;
|
|
293
|
+
}
|
|
294
|
+
if (y === "SIGSYS") { return Data$dOrdering.GT; }
|
|
295
|
+
if (x === "SIGTERM") {
|
|
296
|
+
if (y === "SIGTERM") { return Data$dOrdering.EQ; }
|
|
297
|
+
return Data$dOrdering.LT;
|
|
298
|
+
}
|
|
299
|
+
if (y === "SIGTERM") { return Data$dOrdering.GT; }
|
|
300
|
+
if (x === "SIGTRAP") {
|
|
301
|
+
if (y === "SIGTRAP") { return Data$dOrdering.EQ; }
|
|
302
|
+
return Data$dOrdering.LT;
|
|
303
|
+
}
|
|
304
|
+
if (y === "SIGTRAP") { return Data$dOrdering.GT; }
|
|
305
|
+
if (x === "SIGTSTP") {
|
|
306
|
+
if (y === "SIGTSTP") { return Data$dOrdering.EQ; }
|
|
307
|
+
return Data$dOrdering.LT;
|
|
308
|
+
}
|
|
309
|
+
if (y === "SIGTSTP") { return Data$dOrdering.GT; }
|
|
310
|
+
if (x === "SIGTTIN") {
|
|
311
|
+
if (y === "SIGTTIN") { return Data$dOrdering.EQ; }
|
|
312
|
+
return Data$dOrdering.LT;
|
|
313
|
+
}
|
|
314
|
+
if (y === "SIGTTIN") { return Data$dOrdering.GT; }
|
|
315
|
+
if (x === "SIGTTOU") {
|
|
316
|
+
if (y === "SIGTTOU") { return Data$dOrdering.EQ; }
|
|
317
|
+
return Data$dOrdering.LT;
|
|
318
|
+
}
|
|
319
|
+
if (y === "SIGTTOU") { return Data$dOrdering.GT; }
|
|
320
|
+
if (x === "SIGUNUSED") {
|
|
321
|
+
if (y === "SIGUNUSED") { return Data$dOrdering.EQ; }
|
|
322
|
+
return Data$dOrdering.LT;
|
|
323
|
+
}
|
|
324
|
+
if (y === "SIGUNUSED") { return Data$dOrdering.GT; }
|
|
325
|
+
if (x === "SIGURG") {
|
|
326
|
+
if (y === "SIGURG") { return Data$dOrdering.EQ; }
|
|
327
|
+
return Data$dOrdering.LT;
|
|
328
|
+
}
|
|
329
|
+
if (y === "SIGURG") { return Data$dOrdering.GT; }
|
|
330
|
+
if (x === "SIGUSR1") {
|
|
331
|
+
if (y === "SIGUSR1") { return Data$dOrdering.EQ; }
|
|
332
|
+
return Data$dOrdering.LT;
|
|
333
|
+
}
|
|
334
|
+
if (y === "SIGUSR1") { return Data$dOrdering.GT; }
|
|
335
|
+
if (x === "SIGUSR2") {
|
|
336
|
+
if (y === "SIGUSR2") { return Data$dOrdering.EQ; }
|
|
337
|
+
return Data$dOrdering.LT;
|
|
338
|
+
}
|
|
339
|
+
if (y === "SIGUSR2") { return Data$dOrdering.GT; }
|
|
340
|
+
if (x === "SIGVTALRM") {
|
|
341
|
+
if (y === "SIGVTALRM") { return Data$dOrdering.EQ; }
|
|
342
|
+
return Data$dOrdering.LT;
|
|
343
|
+
}
|
|
344
|
+
if (y === "SIGVTALRM") { return Data$dOrdering.GT; }
|
|
345
|
+
if (x === "SIGWINCH") {
|
|
346
|
+
if (y === "SIGWINCH") { return Data$dOrdering.EQ; }
|
|
347
|
+
return Data$dOrdering.LT;
|
|
348
|
+
}
|
|
349
|
+
if (y === "SIGWINCH") { return Data$dOrdering.GT; }
|
|
350
|
+
if (x === "SIGXCPU") {
|
|
351
|
+
if (y === "SIGXCPU") { return Data$dOrdering.EQ; }
|
|
352
|
+
return Data$dOrdering.LT;
|
|
353
|
+
}
|
|
354
|
+
if (y === "SIGXCPU") { return Data$dOrdering.GT; }
|
|
355
|
+
if (x === "SIGXFSZ" && y === "SIGXFSZ") { return Data$dOrdering.EQ; }
|
|
356
|
+
$runtime.fail();
|
|
357
|
+
},
|
|
358
|
+
Eq0: () => eqSignal
|
|
359
|
+
};
|
|
360
|
+
export {
|
|
361
|
+
$Signal,
|
|
362
|
+
SIGABRT,
|
|
363
|
+
SIGALRM,
|
|
364
|
+
SIGBUS,
|
|
365
|
+
SIGCHLD,
|
|
366
|
+
SIGCLD,
|
|
367
|
+
SIGCONT,
|
|
368
|
+
SIGEMT,
|
|
369
|
+
SIGFPE,
|
|
370
|
+
SIGHUP,
|
|
371
|
+
SIGILL,
|
|
372
|
+
SIGINFO,
|
|
373
|
+
SIGINT,
|
|
374
|
+
SIGIO,
|
|
375
|
+
SIGIOT,
|
|
376
|
+
SIGKILL,
|
|
377
|
+
SIGLOST,
|
|
378
|
+
SIGPIPE,
|
|
379
|
+
SIGPOLL,
|
|
380
|
+
SIGPROF,
|
|
381
|
+
SIGPWR,
|
|
382
|
+
SIGQUIT,
|
|
383
|
+
SIGSEGV,
|
|
384
|
+
SIGSTKFLT,
|
|
385
|
+
SIGSTOP,
|
|
386
|
+
SIGSYS,
|
|
387
|
+
SIGTERM,
|
|
388
|
+
SIGTRAP,
|
|
389
|
+
SIGTSTP,
|
|
390
|
+
SIGTTIN,
|
|
391
|
+
SIGTTOU,
|
|
392
|
+
SIGUNUSED,
|
|
393
|
+
SIGURG,
|
|
394
|
+
SIGUSR1,
|
|
395
|
+
SIGUSR2,
|
|
396
|
+
SIGVTALRM,
|
|
397
|
+
SIGWINCH,
|
|
398
|
+
SIGXCPU,
|
|
399
|
+
SIGXFSZ,
|
|
400
|
+
eqSignal,
|
|
401
|
+
fromString,
|
|
402
|
+
ordSignal,
|
|
403
|
+
showSignal,
|
|
404
|
+
toString
|
|
405
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as Data$dBooleanAlgebra from "../Data.BooleanAlgebra/index.js";
|
|
2
|
+
const Predicate = x => x;
|
|
3
|
+
const newtypePredicate = {Coercible0: () => {}};
|
|
4
|
+
const heytingAlgebraPredicate = {
|
|
5
|
+
ff: v => false,
|
|
6
|
+
tt: v => true,
|
|
7
|
+
implies: f => g => a => !f(a) || g(a),
|
|
8
|
+
conj: f => g => a => f(a) && g(a),
|
|
9
|
+
disj: f => g => a => f(a) || g(a),
|
|
10
|
+
not: f => a => !f(a)
|
|
11
|
+
};
|
|
12
|
+
const contravariantPredicate = {cmap: f => v => x => v(f(x))};
|
|
13
|
+
const booleanAlgebraPredicate = /* #__PURE__ */ Data$dBooleanAlgebra.booleanAlgebraFn(Data$dBooleanAlgebra.booleanAlgebraBoolean);
|
|
14
|
+
export {Predicate, booleanAlgebraPredicate, contravariantPredicate, heytingAlgebraPredicate, newtypePredicate};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as Unsafe$dCoerce from "../Unsafe.Coerce/index.js";
|
|
2
|
+
const identity = x => x;
|
|
3
|
+
const profunctorFn = {dimap: a2b => c2d => b2c => x => c2d(b2c(a2b(x)))};
|
|
4
|
+
const dimap = dict => dict.dimap;
|
|
5
|
+
const lcmap = dictProfunctor => a2b => dictProfunctor.dimap(a2b)(identity);
|
|
6
|
+
const rmap = dictProfunctor => b2c => dictProfunctor.dimap(identity)(b2c);
|
|
7
|
+
const unwrapIso = dictProfunctor => () => dictProfunctor.dimap(Unsafe$dCoerce.unsafeCoerce)(Unsafe$dCoerce.unsafeCoerce);
|
|
8
|
+
const wrapIso = dictProfunctor => () => v => dictProfunctor.dimap(Unsafe$dCoerce.unsafeCoerce)(Unsafe$dCoerce.unsafeCoerce);
|
|
9
|
+
const arr = dictCategory => {
|
|
10
|
+
const identity1 = dictCategory.identity;
|
|
11
|
+
return dictProfunctor => f => dictProfunctor.dimap(identity)(f)(identity1);
|
|
12
|
+
};
|
|
13
|
+
export {arr, dimap, identity, lcmap, profunctorFn, rmap, unwrapIso, wrapIso};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Data$dEither from "../Data.Either/index.js";
|
|
3
|
+
import * as Data$dProfunctor from "../Data.Profunctor/index.js";
|
|
4
|
+
const identity = x => x;
|
|
5
|
+
const right = dict => dict.right;
|
|
6
|
+
const left = dict => dict.left;
|
|
7
|
+
const splitChoice = dictCategory => {
|
|
8
|
+
const $0 = dictCategory.Semigroupoid0();
|
|
9
|
+
return dictChoice => l => r => $0.compose(dictChoice.right(r))(dictChoice.left(l));
|
|
10
|
+
};
|
|
11
|
+
const fanin = dictCategory => {
|
|
12
|
+
const identity1 = dictCategory.identity;
|
|
13
|
+
const $0 = dictCategory.Semigroupoid0();
|
|
14
|
+
const $1 = dictCategory.Semigroupoid0();
|
|
15
|
+
return dictChoice => l => r => $0.compose(dictChoice.Profunctor0().dimap(v2 => {
|
|
16
|
+
if (v2.tag === "Left") { return v2._1; }
|
|
17
|
+
if (v2.tag === "Right") { return v2._1; }
|
|
18
|
+
$runtime.fail();
|
|
19
|
+
})(identity)(identity1))($1.compose(dictChoice.right(r))(dictChoice.left(l)));
|
|
20
|
+
};
|
|
21
|
+
const choiceFn = /* #__PURE__ */ (() => (
|
|
22
|
+
{
|
|
23
|
+
left: v => v1 => {
|
|
24
|
+
if (v1.tag === "Left") { return Data$dEither.$Either("Left", v(v1._1)); }
|
|
25
|
+
if (v1.tag === "Right") { return Data$dEither.$Either("Right", v1._1); }
|
|
26
|
+
$runtime.fail();
|
|
27
|
+
},
|
|
28
|
+
right: Data$dEither.functorEither.map,
|
|
29
|
+
Profunctor0: () => Data$dProfunctor.profunctorFn
|
|
30
|
+
}
|
|
31
|
+
))();
|
|
32
|
+
export {choiceFn, fanin, identity, left, right, splitChoice};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as Control$dSemigroupoid from "../Control.Semigroupoid/index.js";
|
|
2
|
+
import * as Data$dProfunctor from "../Data.Profunctor/index.js";
|
|
3
|
+
const closedFunction = /* #__PURE__ */ (() => ({closed: Control$dSemigroupoid.semigroupoidFn.compose, Profunctor0: () => Data$dProfunctor.profunctorFn}))();
|
|
4
|
+
const closed = dict => dict.closed;
|
|
5
|
+
export {closed, closedFunction};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
const Join = x => x;
|
|
2
|
+
const showJoin = dictShow => ({show: v => "(Join " + dictShow.show(v) + ")"});
|
|
3
|
+
const semigroupJoin = dictSemigroupoid => ({append: v => v1 => dictSemigroupoid.compose(v)(v1)});
|
|
4
|
+
const ordJoin = dictOrd => dictOrd;
|
|
5
|
+
const newtypeJoin = {Coercible0: () => {}};
|
|
6
|
+
const monoidJoin = dictCategory => {
|
|
7
|
+
const $0 = dictCategory.Semigroupoid0();
|
|
8
|
+
const semigroupJoin1 = {append: v => v1 => $0.compose(v)(v1)};
|
|
9
|
+
return {mempty: dictCategory.identity, Semigroup0: () => semigroupJoin1};
|
|
10
|
+
};
|
|
11
|
+
const invariantJoin = dictProfunctor => ({imap: f => g => v => dictProfunctor.dimap(g)(f)(v)});
|
|
12
|
+
const eqJoin = dictEq => dictEq;
|
|
13
|
+
export {Join, eqJoin, invariantJoin, monoidJoin, newtypeJoin, ordJoin, semigroupJoin, showJoin};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const $SplitF = (_1, _2, _3) => ({tag: "SplitF", _1, _2, _3});
|
|
2
|
+
const identity = x => x;
|
|
3
|
+
const SplitF = value0 => value1 => value2 => $SplitF(value0, value1, value2);
|
|
4
|
+
const unSplit = f => v => f(v._1)(v._2)(v._3);
|
|
5
|
+
const split = f => g => fx => $SplitF(f, g, fx);
|
|
6
|
+
const profunctorSplit = {dimap: f => g => v => $SplitF(x => v._1(f(x)), x => g(v._2(x)), v._3)};
|
|
7
|
+
const lowerSplit = dictInvariant => v => dictInvariant.imap(v._2)(v._1)(v._3);
|
|
8
|
+
const liftSplit = fx => $SplitF(identity, identity, fx);
|
|
9
|
+
const hoistSplit = nat => v => $SplitF(v._1, v._2, nat(v._3));
|
|
10
|
+
const functorSplit = {map: f => v => $SplitF(v._1, x => f(v._2(x)), v._3)};
|
|
11
|
+
export {$SplitF, SplitF, functorSplit, hoistSplit, identity, liftSplit, lowerSplit, profunctorSplit, split, unSplit};
|