@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,713 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as App$dCodeMirror from "../App.CodeMirror/index.js";
|
|
3
|
+
import * as App$dUtil from "../App.Util/index.js";
|
|
4
|
+
import * as App$dUtil$dSelector from "../App.Util.Selector/index.js";
|
|
5
|
+
import * as App$dView from "../App.View/index.js";
|
|
6
|
+
import * as App$dView$dUtil from "../App.View.Util/index.js";
|
|
7
|
+
import * as App$dView$dUtil$dD3 from "../App.View.Util.D3/index.js";
|
|
8
|
+
import * as Data$dFoldable from "../Data.Foldable/index.js";
|
|
9
|
+
import * as Data$dFunction from "../Data.Function/index.js";
|
|
10
|
+
import * as Data$dHeytingAlgebra from "../Data.HeytingAlgebra/index.js";
|
|
11
|
+
import * as Data$dMap$dInternal from "../Data.Map.Internal/index.js";
|
|
12
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
13
|
+
import * as Data$dOrd from "../Data.Ord/index.js";
|
|
14
|
+
import * as Data$dOrdering from "../Data.Ordering/index.js";
|
|
15
|
+
import * as Data$dSet from "../Data.Set/index.js";
|
|
16
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
17
|
+
import * as Dict from "../Dict/index.js";
|
|
18
|
+
import * as Effect from "../Effect/index.js";
|
|
19
|
+
import * as Effect$dException from "../Effect.Exception/index.js";
|
|
20
|
+
import * as Eval from "../Eval/index.js";
|
|
21
|
+
import * as Expr from "../Expr/index.js";
|
|
22
|
+
import * as Foreign$dObject from "../Foreign.Object/index.js";
|
|
23
|
+
import * as Graph from "../Graph/index.js";
|
|
24
|
+
import * as Graph$dGraphImpl from "../Graph.GraphImpl/index.js";
|
|
25
|
+
import * as Graph$dSlice from "../Graph.Slice/index.js";
|
|
26
|
+
import * as Lattice from "../Lattice/index.js";
|
|
27
|
+
import * as Module from "../Module/index.js";
|
|
28
|
+
import * as Pretty from "../Pretty/index.js";
|
|
29
|
+
import * as Pretty$dDoc from "../Pretty.Doc/index.js";
|
|
30
|
+
import * as Primitive$dDefs from "../Primitive.Defs/index.js";
|
|
31
|
+
import * as Util from "../Util/index.js";
|
|
32
|
+
import * as Util$dMap from "../Util.Map/index.js";
|
|
33
|
+
import * as Util$dSet from "../Util.Set/index.js";
|
|
34
|
+
import * as Val from "../Val/index.js";
|
|
35
|
+
const fromFoldable = /* #__PURE__ */ Foreign$dObject.fromFoldable(Data$dSet.foldableSet);
|
|
36
|
+
const ordVal = /* #__PURE__ */ Val.ordVal(Graph.ordVertex);
|
|
37
|
+
const mapMaybe = /* #__PURE__ */ Data$dSet.mapMaybe(/* #__PURE__ */ (() => {
|
|
38
|
+
const $0 = ordVal.Eq0();
|
|
39
|
+
const eqTuple2 = {eq: x => y => x._1 === y._1 && $0.eq(x._2)(y._2)};
|
|
40
|
+
return {
|
|
41
|
+
compare: x => y => {
|
|
42
|
+
const v = Data$dOrd.ordString.compare(x._1)(y._1);
|
|
43
|
+
if (v === "LT") { return Data$dOrdering.LT; }
|
|
44
|
+
if (v === "GT") { return Data$dOrdering.GT; }
|
|
45
|
+
return ordVal.compare(x._2)(y._2);
|
|
46
|
+
},
|
|
47
|
+
Eq0: () => eqTuple2
|
|
48
|
+
};
|
|
49
|
+
})());
|
|
50
|
+
const botOf2 = {
|
|
51
|
+
botOf: m => {
|
|
52
|
+
if (m.tag === "Inert") { return App$dUtil.Inert; }
|
|
53
|
+
if (m.tag === "Reactive") { return App$dUtil.$SelState("Reactive", {persistent: false, transient: false}); }
|
|
54
|
+
$runtime.fail();
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
const select𝔹s = /* #__PURE__ */ (() => Graph.selectαs𝔹Vertex(Val.applyVal)(Val.foldableVal)["select𝔹s"])();
|
|
58
|
+
const fromFoldable1 = /* #__PURE__ */ Foreign$dObject.fromFoldable(Dict.foldableDict);
|
|
59
|
+
const fromFoldable2 = /* #__PURE__ */ Data$dFoldable.foldlArray(m => a => Data$dMap$dInternal.insert(Data$dOrd.ordString)(a)()(m))(Data$dMap$dInternal.Leaf);
|
|
60
|
+
const graphGC = /* #__PURE__ */ Eval.graphGC(Graph$dGraphImpl.graphGraphImpl);
|
|
61
|
+
const graphGC1 = /* #__PURE__ */ graphGC(Val.applyVal)(Val.applyEnvExpr)(Val.foldableVal)(Val.foldableEnvExpr);
|
|
62
|
+
const graphGC2 = /* #__PURE__ */ graphGC(Val.applyEnvExpr)(Val.applyVal)(Val.foldableEnvExpr)(Val.foldableVal);
|
|
63
|
+
const deMorgan = x => x$1 => Val.functorEnvExpr.map(Data$dHeytingAlgebra.boolNot)(x(Foreign$dObject._fmapObject(x$1, Val.functorVal.map(Data$dHeytingAlgebra.boolNot))));
|
|
64
|
+
const setSet = /* #__PURE__ */ Util$dSet.setSet(Graph.ordDVertex$p);
|
|
65
|
+
const selectαs𝔹Vertex = /* #__PURE__ */ Graph.selectαs𝔹Vertex(Val.applyEnv)(Val.foldableEnv);
|
|
66
|
+
const bwdSlice = /* #__PURE__ */ Graph$dSlice.bwdSlice(Graph$dGraphImpl.graphGraphImpl);
|
|
67
|
+
const member = /* #__PURE__ */ (() => Util$dSet.setSet(Graph.ordVertex).member)();
|
|
68
|
+
const runQuery = /* #__PURE__ */ Graph.runQuery(ordVal);
|
|
69
|
+
const primary = x => Foreign$dObject._fmapObject(
|
|
70
|
+
x,
|
|
71
|
+
Val.functorVal.map(v => {
|
|
72
|
+
if (v.tag === "Inert") { return App$dUtil.Inert; }
|
|
73
|
+
if (v.tag === "Reactive") { return App$dUtil.$SelState("Reactive", v._1 ? App$dUtil.Primary : App$dUtil.None); }
|
|
74
|
+
$runtime.fail();
|
|
75
|
+
})
|
|
76
|
+
);
|
|
77
|
+
const primary1 = x => Val.functorVal.map(v => {
|
|
78
|
+
if (v.tag === "Inert") { return App$dUtil.Inert; }
|
|
79
|
+
if (v.tag === "Reactive") { return App$dUtil.$SelState("Reactive", v._1 ? App$dUtil.Primary : App$dUtil.None); }
|
|
80
|
+
$runtime.fail();
|
|
81
|
+
})(x);
|
|
82
|
+
const primaryOrSecondary = /* #__PURE__ */ App$dUtil.primaryOrSecondary(Val.applyEnv);
|
|
83
|
+
const primaryOrSecondary1 = /* #__PURE__ */ App$dUtil.primaryOrSecondary(Val.applyVal);
|
|
84
|
+
const difference1 = /* #__PURE__ */ (() => Util$dSet.setSet(Data$dOrd.ordString).difference)();
|
|
85
|
+
const sequence_ = /* #__PURE__ */ Data$dFoldable.traverse_(Effect.applicativeEffect)(Dict.foldableDict)(Data$dFoldable.identity);
|
|
86
|
+
const for_ = /* #__PURE__ */ Data$dFoldable.for_(Effect.applicativeEffect)(Data$dSet.foldableSet);
|
|
87
|
+
const ιfromαs = dictGraph => g => {
|
|
88
|
+
const $0 = mapMaybe(α => {
|
|
89
|
+
const $0 = Val.asVal(dictGraph.vertexData(g)(α));
|
|
90
|
+
if ($0.tag === "Just") { return Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple(α, $0._1)); }
|
|
91
|
+
return Data$dMaybe.Nothing;
|
|
92
|
+
});
|
|
93
|
+
return x => fromFoldable($0(x));
|
|
94
|
+
};
|
|
95
|
+
const unprojExpr = dictBoundedMeetSemilattice => v => {
|
|
96
|
+
const $0 = v._2;
|
|
97
|
+
return {
|
|
98
|
+
fwd: γ => Val.$EnvExpr(
|
|
99
|
+
γ,
|
|
100
|
+
Expr.functorExpr.map((() => {
|
|
101
|
+
const $1 = dictBoundedMeetSemilattice.top;
|
|
102
|
+
return v$1 => $1;
|
|
103
|
+
})())($0)
|
|
104
|
+
),
|
|
105
|
+
bwd: v1 => v1._1
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
const str = {output: "output", input: "input", intermediate: "intermediate"};
|
|
109
|
+
const setOutputView = δvw => fig => (
|
|
110
|
+
{
|
|
111
|
+
spec: fig.spec,
|
|
112
|
+
s: fig.s,
|
|
113
|
+
"γ": fig["γ"],
|
|
114
|
+
v: fig.v,
|
|
115
|
+
"ι": fig["ι"],
|
|
116
|
+
dir: fig.dir,
|
|
117
|
+
linkedInputs: fig.linkedInputs,
|
|
118
|
+
linkedOutputs: fig.linkedOutputs,
|
|
119
|
+
linkIntermediates: fig.linkIntermediates,
|
|
120
|
+
in_views: fig.in_views,
|
|
121
|
+
in_roots: fig.in_roots,
|
|
122
|
+
out_view: fig.out_view.tag === "Just" ? Data$dMaybe.$Maybe("Just", δvw(fig.out_view._1)) : Data$dMaybe.Nothing,
|
|
123
|
+
intermediate_views: fig.intermediate_views,
|
|
124
|
+
inerts: fig.inerts
|
|
125
|
+
}
|
|
126
|
+
);
|
|
127
|
+
const setIntermediateView = v => δvw => fig => (
|
|
128
|
+
{
|
|
129
|
+
spec: fig.spec,
|
|
130
|
+
s: fig.s,
|
|
131
|
+
"γ": fig["γ"],
|
|
132
|
+
v: fig.v,
|
|
133
|
+
"ι": fig["ι"],
|
|
134
|
+
dir: fig.dir,
|
|
135
|
+
linkedInputs: fig.linkedInputs,
|
|
136
|
+
linkedOutputs: fig.linkedOutputs,
|
|
137
|
+
linkIntermediates: fig.linkIntermediates,
|
|
138
|
+
in_views: fig.in_views,
|
|
139
|
+
in_roots: fig.in_roots,
|
|
140
|
+
out_view: fig.out_view,
|
|
141
|
+
intermediate_views: (() => {
|
|
142
|
+
const $0 = Foreign$dObject._lookup(Data$dMaybe.Nothing, Data$dMaybe.Just, v, fig.intermediate_views);
|
|
143
|
+
const $1 = (() => {
|
|
144
|
+
if ($0.tag === "Just") { return $0._1; }
|
|
145
|
+
if ($0.tag === "Nothing") { return Data$dMaybe.Nothing; }
|
|
146
|
+
$runtime.fail();
|
|
147
|
+
})();
|
|
148
|
+
const $2 = $1.tag === "Just" ? Data$dMaybe.$Maybe("Just", δvw($1._1)) : Data$dMaybe.Nothing;
|
|
149
|
+
return Foreign$dObject.mutate($3 => () => {
|
|
150
|
+
$3[v] = $2;
|
|
151
|
+
return $3;
|
|
152
|
+
})(fig.intermediate_views);
|
|
153
|
+
})(),
|
|
154
|
+
inerts: fig.inerts
|
|
155
|
+
}
|
|
156
|
+
);
|
|
157
|
+
const setInputView = x => δvw => fig => (
|
|
158
|
+
{
|
|
159
|
+
spec: fig.spec,
|
|
160
|
+
s: fig.s,
|
|
161
|
+
"γ": fig["γ"],
|
|
162
|
+
v: fig.v,
|
|
163
|
+
"ι": fig["ι"],
|
|
164
|
+
dir: fig.dir,
|
|
165
|
+
linkedInputs: fig.linkedInputs,
|
|
166
|
+
linkedOutputs: fig.linkedOutputs,
|
|
167
|
+
linkIntermediates: fig.linkIntermediates,
|
|
168
|
+
in_views: (() => {
|
|
169
|
+
const $0 = Foreign$dObject._lookup(Data$dMaybe.Nothing, Data$dMaybe.Just, x, fig.in_views);
|
|
170
|
+
const $1 = (() => {
|
|
171
|
+
if ($0.tag === "Just") { return $0._1; }
|
|
172
|
+
if ($0.tag === "Nothing") { return Data$dMaybe.Nothing; }
|
|
173
|
+
$runtime.fail();
|
|
174
|
+
})();
|
|
175
|
+
const $2 = $1.tag === "Just" ? Data$dMaybe.$Maybe("Just", δvw($1._1)) : Data$dMaybe.Nothing;
|
|
176
|
+
return Foreign$dObject.mutate($3 => () => {
|
|
177
|
+
$3[x] = $2;
|
|
178
|
+
return $3;
|
|
179
|
+
})(fig.in_views);
|
|
180
|
+
})(),
|
|
181
|
+
in_roots: fig.in_roots,
|
|
182
|
+
out_view: fig.out_view,
|
|
183
|
+
intermediate_views: fig.intermediate_views,
|
|
184
|
+
inerts: fig.inerts
|
|
185
|
+
}
|
|
186
|
+
);
|
|
187
|
+
const selectOutput = δv => v => {
|
|
188
|
+
const v2 = δv(v.v);
|
|
189
|
+
if (v2._2 === "Persistent") {
|
|
190
|
+
if (v.dir.persistent === "LinkedInputs" || v.dir.persistent !== "LinkedOutputs") {
|
|
191
|
+
return {
|
|
192
|
+
spec: v.spec,
|
|
193
|
+
s: v.s,
|
|
194
|
+
"γ": Foreign$dObject._fmapObject(v["γ"], Val.functorVal.map(botOf2.botOf)),
|
|
195
|
+
v: v2._1,
|
|
196
|
+
"ι": v["ι"],
|
|
197
|
+
dir: {persistent: App$dView$dUtil.LinkedOutputs, transient: v.dir.transient},
|
|
198
|
+
linkedInputs: v.linkedInputs,
|
|
199
|
+
linkedOutputs: v.linkedOutputs,
|
|
200
|
+
linkIntermediates: v.linkIntermediates,
|
|
201
|
+
in_views: v.in_views,
|
|
202
|
+
in_roots: v.in_roots,
|
|
203
|
+
out_view: v.out_view,
|
|
204
|
+
intermediate_views: v.intermediate_views,
|
|
205
|
+
inerts: v.inerts
|
|
206
|
+
};
|
|
207
|
+
}
|
|
208
|
+
return {
|
|
209
|
+
spec: v.spec,
|
|
210
|
+
s: v.s,
|
|
211
|
+
"γ": v["γ"],
|
|
212
|
+
v: v2._1,
|
|
213
|
+
"ι": v["ι"],
|
|
214
|
+
dir: v.dir,
|
|
215
|
+
linkedInputs: v.linkedInputs,
|
|
216
|
+
linkedOutputs: v.linkedOutputs,
|
|
217
|
+
linkIntermediates: v.linkIntermediates,
|
|
218
|
+
in_views: v.in_views,
|
|
219
|
+
in_roots: v.in_roots,
|
|
220
|
+
out_view: v.out_view,
|
|
221
|
+
intermediate_views: v.intermediate_views,
|
|
222
|
+
inerts: v.inerts
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
if (v2._2 === "Transient" && (v.dir.transient === "LinkedInputs" || v.dir.transient !== "LinkedOutputs")) {
|
|
226
|
+
return {
|
|
227
|
+
spec: v.spec,
|
|
228
|
+
s: v.s,
|
|
229
|
+
"γ": v["γ"],
|
|
230
|
+
v: v2._1,
|
|
231
|
+
"ι": v["ι"],
|
|
232
|
+
dir: {transient: App$dView$dUtil.LinkedOutputs, persistent: v.dir.persistent},
|
|
233
|
+
linkedInputs: v.linkedInputs,
|
|
234
|
+
linkedOutputs: v.linkedOutputs,
|
|
235
|
+
linkIntermediates: v.linkIntermediates,
|
|
236
|
+
in_views: v.in_views,
|
|
237
|
+
in_roots: v.in_roots,
|
|
238
|
+
out_view: v.out_view,
|
|
239
|
+
intermediate_views: v.intermediate_views,
|
|
240
|
+
inerts: v.inerts
|
|
241
|
+
};
|
|
242
|
+
}
|
|
243
|
+
return {
|
|
244
|
+
spec: v.spec,
|
|
245
|
+
s: v.s,
|
|
246
|
+
"γ": v["γ"],
|
|
247
|
+
v: v2._1,
|
|
248
|
+
"ι": v["ι"],
|
|
249
|
+
dir: v.dir,
|
|
250
|
+
linkedInputs: v.linkedInputs,
|
|
251
|
+
linkedOutputs: v.linkedOutputs,
|
|
252
|
+
linkIntermediates: v.linkIntermediates,
|
|
253
|
+
in_views: v.in_views,
|
|
254
|
+
in_roots: v.in_roots,
|
|
255
|
+
out_view: v.out_view,
|
|
256
|
+
intermediate_views: v.intermediate_views,
|
|
257
|
+
inerts: v.inerts
|
|
258
|
+
};
|
|
259
|
+
};
|
|
260
|
+
const selectIntermediate = v => δv => v1 => {
|
|
261
|
+
const v3 = App$dUtil$dSelector.envVal(v)(δv)(v1["ι"]);
|
|
262
|
+
if (v3._2 === "Transient") {
|
|
263
|
+
if (v1.dir.transient === "LinkedInputs" || v1.dir.transient === "LinkedOutputs" || v1.dir.transient !== "Intermediates") {
|
|
264
|
+
return {
|
|
265
|
+
spec: v1.spec,
|
|
266
|
+
s: v1.s,
|
|
267
|
+
"γ": v1["γ"],
|
|
268
|
+
v: v1.v,
|
|
269
|
+
"ι": v3._1,
|
|
270
|
+
dir: {transient: App$dView$dUtil.Intermediates, persistent: v1.dir.persistent},
|
|
271
|
+
linkedInputs: v1.linkedInputs,
|
|
272
|
+
linkedOutputs: v1.linkedOutputs,
|
|
273
|
+
linkIntermediates: v1.linkIntermediates,
|
|
274
|
+
in_views: v1.in_views,
|
|
275
|
+
in_roots: v1.in_roots,
|
|
276
|
+
out_view: v1.out_view,
|
|
277
|
+
intermediate_views: v1.intermediate_views,
|
|
278
|
+
inerts: v1.inerts
|
|
279
|
+
};
|
|
280
|
+
}
|
|
281
|
+
return {
|
|
282
|
+
spec: v1.spec,
|
|
283
|
+
s: v1.s,
|
|
284
|
+
"γ": v1["γ"],
|
|
285
|
+
v: v1.v,
|
|
286
|
+
"ι": v3._1,
|
|
287
|
+
dir: v1.dir,
|
|
288
|
+
linkedInputs: v1.linkedInputs,
|
|
289
|
+
linkedOutputs: v1.linkedOutputs,
|
|
290
|
+
linkIntermediates: v1.linkIntermediates,
|
|
291
|
+
in_views: v1.in_views,
|
|
292
|
+
in_roots: v1.in_roots,
|
|
293
|
+
out_view: v1.out_view,
|
|
294
|
+
intermediate_views: v1.intermediate_views,
|
|
295
|
+
inerts: v1.inerts
|
|
296
|
+
};
|
|
297
|
+
}
|
|
298
|
+
return {
|
|
299
|
+
spec: v1.spec,
|
|
300
|
+
s: v1.s,
|
|
301
|
+
"γ": v1["γ"],
|
|
302
|
+
v: v1.v,
|
|
303
|
+
"ι": v1["ι"],
|
|
304
|
+
dir: v1.dir,
|
|
305
|
+
linkedInputs: v1.linkedInputs,
|
|
306
|
+
linkedOutputs: v1.linkedOutputs,
|
|
307
|
+
linkIntermediates: v1.linkIntermediates,
|
|
308
|
+
in_views: v1.in_views,
|
|
309
|
+
in_roots: v1.in_roots,
|
|
310
|
+
out_view: v1.out_view,
|
|
311
|
+
intermediate_views: v1.intermediate_views,
|
|
312
|
+
inerts: v1.inerts
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
const selectInput = x => δv => v => {
|
|
316
|
+
const v2 = App$dUtil$dSelector.envVal(x)(δv)(v["γ"]);
|
|
317
|
+
if (v2._2 === "Persistent") {
|
|
318
|
+
if (v.dir.persistent !== "LinkedInputs") {
|
|
319
|
+
return {
|
|
320
|
+
spec: v.spec,
|
|
321
|
+
s: v.s,
|
|
322
|
+
"γ": v2._1,
|
|
323
|
+
v: Val.functorVal.map(botOf2.botOf)(v.v),
|
|
324
|
+
"ι": v["ι"],
|
|
325
|
+
dir: {persistent: App$dView$dUtil.LinkedInputs, transient: v.dir.transient},
|
|
326
|
+
linkedInputs: v.linkedInputs,
|
|
327
|
+
linkedOutputs: v.linkedOutputs,
|
|
328
|
+
linkIntermediates: v.linkIntermediates,
|
|
329
|
+
in_views: v.in_views,
|
|
330
|
+
in_roots: v.in_roots,
|
|
331
|
+
out_view: v.out_view,
|
|
332
|
+
intermediate_views: v.intermediate_views,
|
|
333
|
+
inerts: v.inerts
|
|
334
|
+
};
|
|
335
|
+
}
|
|
336
|
+
return {
|
|
337
|
+
spec: v.spec,
|
|
338
|
+
s: v.s,
|
|
339
|
+
"γ": v2._1,
|
|
340
|
+
v: v.v,
|
|
341
|
+
"ι": v["ι"],
|
|
342
|
+
dir: v.dir,
|
|
343
|
+
linkedInputs: v.linkedInputs,
|
|
344
|
+
linkedOutputs: v.linkedOutputs,
|
|
345
|
+
linkIntermediates: v.linkIntermediates,
|
|
346
|
+
in_views: v.in_views,
|
|
347
|
+
in_roots: v.in_roots,
|
|
348
|
+
out_view: v.out_view,
|
|
349
|
+
intermediate_views: v.intermediate_views,
|
|
350
|
+
inerts: v.inerts
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
if (v2._2 === "Transient" && v.dir.transient !== "LinkedInputs") {
|
|
354
|
+
return {
|
|
355
|
+
spec: v.spec,
|
|
356
|
+
s: v.s,
|
|
357
|
+
"γ": v2._1,
|
|
358
|
+
v: v.v,
|
|
359
|
+
"ι": v["ι"],
|
|
360
|
+
dir: {transient: App$dView$dUtil.LinkedInputs, persistent: v.dir.persistent},
|
|
361
|
+
linkedInputs: v.linkedInputs,
|
|
362
|
+
linkedOutputs: v.linkedOutputs,
|
|
363
|
+
linkIntermediates: v.linkIntermediates,
|
|
364
|
+
in_views: v.in_views,
|
|
365
|
+
in_roots: v.in_roots,
|
|
366
|
+
out_view: v.out_view,
|
|
367
|
+
intermediate_views: v.intermediate_views,
|
|
368
|
+
inerts: v.inerts
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
return {
|
|
372
|
+
spec: v.spec,
|
|
373
|
+
s: v.s,
|
|
374
|
+
"γ": v2._1,
|
|
375
|
+
v: v.v,
|
|
376
|
+
"ι": v["ι"],
|
|
377
|
+
dir: v.dir,
|
|
378
|
+
linkedInputs: v.linkedInputs,
|
|
379
|
+
linkedOutputs: v.linkedOutputs,
|
|
380
|
+
linkIntermediates: v.linkIntermediates,
|
|
381
|
+
in_views: v.in_views,
|
|
382
|
+
in_roots: v.in_roots,
|
|
383
|
+
out_view: v.out_view,
|
|
384
|
+
intermediate_views: v.intermediate_views,
|
|
385
|
+
inerts: v.inerts
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
const rebuildι = inerts => αs => ι => fromFoldable1(Util$dMap.intersectionWith_Object(Data$dFunction.apply)(Foreign$dObject._fmapObject(
|
|
389
|
+
Foreign$dObject._fmapObject(ι, v => select𝔹s(v)(inerts)),
|
|
390
|
+
inert => v => Data$dTuple.$Tuple(v._1, Val.applyVal.apply(Val.applyVal.apply(Val.functorVal.map(App$dUtil.selStates)(inert))(v._2.persistent))(v._2.transient))
|
|
391
|
+
))(Foreign$dObject._fmapObject(ι, v => Data$dTuple.$Tuple(v._1, {persistent: select𝔹s(v)(αs.persistent), transient: select𝔹s(v)(αs.transient)}))));
|
|
392
|
+
const loadCode = s => ed => {
|
|
393
|
+
const $0 = App$dCodeMirror.dispatch(ed);
|
|
394
|
+
const $1 = App$dCodeMirror.update(ed.state)([{changes: {from: 0, to: App$dCodeMirror.getContentsLength(ed), insert: s}}]);
|
|
395
|
+
return () => {
|
|
396
|
+
const $2 = $1();
|
|
397
|
+
return $0($2)();
|
|
398
|
+
};
|
|
399
|
+
};
|
|
400
|
+
const lift = dictApply => dictApply1 => {
|
|
401
|
+
const $0 = dictApply1.Functor0();
|
|
402
|
+
return selState_f => f => v => {
|
|
403
|
+
const $1 = f($0.map(App$dUtil.to𝔹)(v));
|
|
404
|
+
return Data$dTuple.$Tuple(dictApply.apply(selState_f)($1._1), $1._2);
|
|
405
|
+
};
|
|
406
|
+
};
|
|
407
|
+
const lift1 = /* #__PURE__ */ lift(Val.applyEnv)(Val.applyVal);
|
|
408
|
+
const lift2 = /* #__PURE__ */ lift(Val.applyVal)(Val.applyEnv);
|
|
409
|
+
const loadFig = dictMonadAff => {
|
|
410
|
+
const Monad0 = dictMonadAff.MonadEffect0().Monad0();
|
|
411
|
+
const $0 = Monad0.Bind1();
|
|
412
|
+
const prepConfig = Module.prepConfig(dictMonadAff);
|
|
413
|
+
const graphEval = Eval.graphEval(dictMonadAff);
|
|
414
|
+
return dictMonadError => {
|
|
415
|
+
const prepConfig1 = prepConfig(dictMonadError);
|
|
416
|
+
return dictMonadReader => {
|
|
417
|
+
const prepConfig2 = prepConfig1(dictMonadReader);
|
|
418
|
+
const graphEval1 = graphEval(dictMonadReader);
|
|
419
|
+
return dictLoadFile => {
|
|
420
|
+
const prepConfig3 = prepConfig2(dictLoadFile);
|
|
421
|
+
const graphEval2 = graphEval1(dictLoadFile)(dictMonadError);
|
|
422
|
+
return v => fluidSrc => {
|
|
423
|
+
const $1 = v.inputs;
|
|
424
|
+
const $2 = v.linking;
|
|
425
|
+
return $0.bind(prepConfig3(Primitive$dDefs.primitives)(fluidSrc))(v1 => {
|
|
426
|
+
const $3 = v1.s;
|
|
427
|
+
return $0.bind(graphEval2(v1.gconfig)(v1.e))(v2 => {
|
|
428
|
+
const $4 = v2.g;
|
|
429
|
+
const $5 = v2["outα"];
|
|
430
|
+
const $6 = v2["inα"]._1;
|
|
431
|
+
const opEval = {
|
|
432
|
+
g: Graph$dGraphImpl.$GraphImpl({out: v2.g._1.in_, in_: v2.g._1.out, sinks: v2.g._1.sources, sources: v2.g._1.sinks, vertices: v2.g._1.vertices}),
|
|
433
|
+
graph_fwd: v2.graph_fwd,
|
|
434
|
+
graph_bwd: v2.graph_bwd,
|
|
435
|
+
"inα": v2["outα"],
|
|
436
|
+
"outα": v2["inα"]
|
|
437
|
+
};
|
|
438
|
+
const inputs$p = fromFoldable2($1);
|
|
439
|
+
const v3 = Val.functorEnvExpr.map(v$1 => {})(v2["inα"]);
|
|
440
|
+
const $7 = Val.unrestrictGC(Lattice.boundedMeetSemilatticeBoo)(v3._1)(inputs$p);
|
|
441
|
+
const $8 = unprojExpr(Lattice.boundedMeetSemilatticeBoo)(Val.$EnvExpr(v3._1, v3._2));
|
|
442
|
+
const $9 = Foreign$dObject.filterWithKey(x => {
|
|
443
|
+
const $9 = Util$dSet.setSet(Data$dOrd.ordString).member(x)(inputs$p);
|
|
444
|
+
return v$1 => $9;
|
|
445
|
+
})($6);
|
|
446
|
+
const $10 = Foreign$dObject._fmapObject($6, Val.functorVal.map(v$1 => false));
|
|
447
|
+
const $11 = Val.functorVal.map(v$1 => false)($5);
|
|
448
|
+
const graphgc_op = graphGC1(opEval);
|
|
449
|
+
const graphgc = graphGC2(v2);
|
|
450
|
+
const inertFwd = Graph$dGraphImpl.verticesGraphImpl.vertices(graphgc.fwd($8.fwd($7.fwd($10)))._2);
|
|
451
|
+
const inertBwd = setSet.difference(Graph$dGraphImpl.verticesGraphImpl.vertices($4))(Graph$dGraphImpl.verticesGraphImpl.vertices(graphgc.bwd(Val.functorVal.map(v$1 => true)($5))._2));
|
|
452
|
+
const $12 = selectαs𝔹Vertex["select𝔹s"]($6)(inertBwd);
|
|
453
|
+
const $13 = select𝔹s($5)(inertFwd);
|
|
454
|
+
const $14 = Foreign$dObject._fmapObject($12, Val.functorVal.map(App$dUtil.selState));
|
|
455
|
+
const $15 = Val.functorVal.map(App$dUtil.selState)($13);
|
|
456
|
+
const demands = lift1($14)(v6 => {
|
|
457
|
+
const $16 = graphgc.bwd(v6);
|
|
458
|
+
return Data$dTuple.$Tuple($7.bwd($8.bwd($16._1)), $16._2);
|
|
459
|
+
});
|
|
460
|
+
const demandedBy = lift2($15)(γ1 => graphgc_op.bwd(deMorgan(x => $8.fwd($7.fwd(x)))(γ1)));
|
|
461
|
+
return Monad0.Applicative0().pure({
|
|
462
|
+
spec: v,
|
|
463
|
+
s: $3,
|
|
464
|
+
"γ": Util$dMap.intersectionWith_Object(Data$dFunction.apply)(Foreign$dObject._fmapObject(
|
|
465
|
+
Util$dMap.intersectionWith_Object(Data$dFunction.apply)(Foreign$dObject._fmapObject(
|
|
466
|
+
Foreign$dObject._fmapObject($12, Val.functorVal.map(App$dUtil.selStates)),
|
|
467
|
+
Val.applyVal.apply
|
|
468
|
+
))($10),
|
|
469
|
+
Val.applyVal.apply
|
|
470
|
+
))($10),
|
|
471
|
+
v: Val.applyVal.apply(Val.applyVal.apply(Val.functorVal.map(App$dUtil.selStates)($13))($11))($11),
|
|
472
|
+
"ι": Foreign$dObject.empty,
|
|
473
|
+
linkedOutputs: selType => v6 => {
|
|
474
|
+
const v$p = Val.functorVal.map(s => {
|
|
475
|
+
const $16 = (() => {
|
|
476
|
+
if (selType === "Persistent") { return v$1 => v$1.persistent; }
|
|
477
|
+
if (selType === "Transient") { return v$1 => v$1.transient; }
|
|
478
|
+
$runtime.fail();
|
|
479
|
+
})();
|
|
480
|
+
if (s.tag === "Inert") { return App$dUtil.Inert; }
|
|
481
|
+
if (s.tag === "Reactive") { return App$dUtil.$SelState("Reactive", $16(s._1)); }
|
|
482
|
+
$runtime.fail();
|
|
483
|
+
})(v6);
|
|
484
|
+
const v7 = demands(v$p);
|
|
485
|
+
return Data$dTuple.$Tuple(v7._1, Data$dTuple.$Tuple($2 ? demandedBy(v7._1)._1 : v$p, Graph$dGraphImpl.verticesGraphImpl.vertices(v7._2)));
|
|
486
|
+
},
|
|
487
|
+
linkedInputs: selType => γ1 => {
|
|
488
|
+
const γ$p = Foreign$dObject._fmapObject(
|
|
489
|
+
γ1,
|
|
490
|
+
Val.functorVal.map(s => {
|
|
491
|
+
const $16 = (() => {
|
|
492
|
+
if (selType === "Persistent") { return v$1 => v$1.persistent; }
|
|
493
|
+
if (selType === "Transient") { return v$1 => v$1.transient; }
|
|
494
|
+
$runtime.fail();
|
|
495
|
+
})();
|
|
496
|
+
if (s.tag === "Inert") { return App$dUtil.Inert; }
|
|
497
|
+
if (s.tag === "Reactive") { return App$dUtil.$SelState("Reactive", $16(s._1)); }
|
|
498
|
+
$runtime.fail();
|
|
499
|
+
})
|
|
500
|
+
);
|
|
501
|
+
const v6 = demandedBy(γ$p);
|
|
502
|
+
return Data$dTuple.$Tuple($2 ? demands(v6._1)._1 : γ$p, Data$dTuple.$Tuple(v6._1, Graph$dGraphImpl.verticesGraphImpl.vertices(v6._2)));
|
|
503
|
+
},
|
|
504
|
+
linkIntermediates: ι => {
|
|
505
|
+
const αs = selectαs𝔹Vertex["selectαs"](Foreign$dObject._fmapObject(
|
|
506
|
+
ι,
|
|
507
|
+
Val.functorVal.map(x => {
|
|
508
|
+
if (x.tag === "Inert") { return false; }
|
|
509
|
+
if (x.tag === "Reactive") { return x._1.transient; }
|
|
510
|
+
$runtime.fail();
|
|
511
|
+
})
|
|
512
|
+
))(ιfromαs(Graph$dGraphImpl.graphGraphImpl)($4)(Util$dMap.mapObjectString.keys(ι)));
|
|
513
|
+
return Data$dTuple.$Tuple(
|
|
514
|
+
Util$dMap.intersectionWith_Object(Data$dFunction.apply)(Foreign$dObject._fmapObject($14, Val.applyVal.apply))(selectαs𝔹Vertex["select𝔹s"]($6)(Graph$dGraphImpl.verticesGraphImpl.vertices(bwdSlice(Data$dTuple.$Tuple(
|
|
515
|
+
αs,
|
|
516
|
+
v2.g
|
|
517
|
+
))))),
|
|
518
|
+
Data$dTuple.$Tuple(
|
|
519
|
+
Val.applyVal.apply($15)(select𝔹s($5)(Graph$dGraphImpl.verticesGraphImpl.vertices(bwdSlice(Data$dTuple.$Tuple(αs, opEval.g))))),
|
|
520
|
+
Data$dSet.map(Graph.ordDVertex$p)(α => Data$dTuple.$Tuple(
|
|
521
|
+
α,
|
|
522
|
+
Util.definitely("in graph")(Foreign$dObject._lookup(Data$dMaybe.Nothing, Data$dMaybe.Just, α, $4._1.out))._2
|
|
523
|
+
))(αs)
|
|
524
|
+
)
|
|
525
|
+
);
|
|
526
|
+
},
|
|
527
|
+
dir: {persistent: App$dView$dUtil.LinkedOutputs, transient: App$dView$dUtil.LinkedOutputs},
|
|
528
|
+
in_views: Foreign$dObject._fmapObject($9, v$1 => Data$dMaybe.Nothing),
|
|
529
|
+
out_view: Data$dMaybe.Nothing,
|
|
530
|
+
intermediate_views: Foreign$dObject.empty,
|
|
531
|
+
in_roots: Foreign$dObject.fold(z => v$1 => a => Data$dMap$dInternal.insert(Graph.ordVertex)(a)()(z))(Data$dMap$dInternal.Leaf)(Foreign$dObject._fmapObject(
|
|
532
|
+
$9,
|
|
533
|
+
v6 => v6._1
|
|
534
|
+
)),
|
|
535
|
+
inerts: Data$dMap$dInternal.unsafeIntersectionWith(Graph.ordDVertex$p.compare, Data$dFunction.const, inertFwd, inertBwd)
|
|
536
|
+
});
|
|
537
|
+
});
|
|
538
|
+
});
|
|
539
|
+
};
|
|
540
|
+
};
|
|
541
|
+
};
|
|
542
|
+
};
|
|
543
|
+
};
|
|
544
|
+
const intermediates = v => αs => {
|
|
545
|
+
if (v.spec.query.tag === "Nothing") { return Foreign$dObject.empty; }
|
|
546
|
+
if (v.spec.query.tag === "Just") {
|
|
547
|
+
return rebuildι(v.inerts)(αs)(Foreign$dObject.filterWithKey(x => {
|
|
548
|
+
const $0 = !member(x)(v.in_roots);
|
|
549
|
+
return v$1 => $0;
|
|
550
|
+
})(runQuery(v.spec.query._1)(setSet.union(αs.persistent)(αs.transient))));
|
|
551
|
+
}
|
|
552
|
+
$runtime.fail();
|
|
553
|
+
};
|
|
554
|
+
const selectionResult = v => {
|
|
555
|
+
const v2 = (() => {
|
|
556
|
+
if (v.dir.persistent === "LinkedOutputs") {
|
|
557
|
+
const $0 = v.linkedOutputs(App$dUtil.Persistent)(v.v);
|
|
558
|
+
return Data$dTuple.$Tuple(primary($0._1), Data$dTuple.$Tuple(primaryOrSecondary1(App$dUtil.Persistent)(v.v)($0._2._1), $0._2._2));
|
|
559
|
+
}
|
|
560
|
+
if (v.dir.persistent === "LinkedInputs") {
|
|
561
|
+
const $0 = v.linkedInputs(App$dUtil.Persistent)(v["γ"]);
|
|
562
|
+
return Data$dTuple.$Tuple(primaryOrSecondary(App$dUtil.Persistent)(v["γ"])($0._1), Data$dTuple.$Tuple(primary1($0._2._1), $0._2._2));
|
|
563
|
+
}
|
|
564
|
+
if (v.dir.persistent === "Intermediates") { return Effect$dException.throwException(Effect$dException.error("absurd"))(); }
|
|
565
|
+
$runtime.fail();
|
|
566
|
+
})();
|
|
567
|
+
const v3 = (() => {
|
|
568
|
+
if (v.dir.transient === "LinkedOutputs") {
|
|
569
|
+
const $0 = v.linkedOutputs(App$dUtil.Transient)(v.v);
|
|
570
|
+
return Data$dTuple.$Tuple(primary($0._1), Data$dTuple.$Tuple(primaryOrSecondary1(App$dUtil.Transient)(v.v)($0._2._1), $0._2._2));
|
|
571
|
+
}
|
|
572
|
+
if (v.dir.transient === "LinkedInputs") {
|
|
573
|
+
const $0 = v.linkedInputs(App$dUtil.Transient)(v["γ"]);
|
|
574
|
+
return Data$dTuple.$Tuple(primaryOrSecondary(App$dUtil.Transient)(v["γ"])($0._1), Data$dTuple.$Tuple(primary1($0._2._1), $0._2._2));
|
|
575
|
+
}
|
|
576
|
+
if (v.dir.transient === "Intermediates") {
|
|
577
|
+
const $0 = v.linkIntermediates(v["ι"]);
|
|
578
|
+
return Data$dTuple.$Tuple(primary($0._1), Data$dTuple.$Tuple(primary1($0._2._1), $0._2._2));
|
|
579
|
+
}
|
|
580
|
+
$runtime.fail();
|
|
581
|
+
})();
|
|
582
|
+
return {
|
|
583
|
+
v: Util.spyWhen(false)("Mediating outputs")(x => Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyVal(Val.highlightableUnit).pretty(Val.functorVal.map(v$1 => {})(x)))._1)(Val.applyVal.apply(Val.functorVal.map(v4 => v5 => {
|
|
584
|
+
if (v4.tag === "Inert") { return App$dUtil.Inert; }
|
|
585
|
+
if (v5.tag === "Inert") { return App$dUtil.Inert; }
|
|
586
|
+
if (v4.tag === "Reactive" && v5.tag === "Reactive") { return App$dUtil.$SelState("Reactive", {persistent: v4._1, transient: v5._1}); }
|
|
587
|
+
$runtime.fail();
|
|
588
|
+
})(v2._2._1))(v3._2._1)),
|
|
589
|
+
"γ": Util.spyWhen(false)("Mediating inputs")(x => Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyEnv(Val.highlightableUnit).pretty(Foreign$dObject._fmapObject(
|
|
590
|
+
x,
|
|
591
|
+
Val.functorVal.map(v$1 => {})
|
|
592
|
+
)))._1)(Util$dMap.intersectionWith_Object(Data$dFunction.apply)(Foreign$dObject._fmapObject(
|
|
593
|
+
Foreign$dObject._fmapObject(
|
|
594
|
+
v2._1,
|
|
595
|
+
Val.functorVal.map(v4 => v5 => {
|
|
596
|
+
if (v4.tag === "Inert") { return App$dUtil.Inert; }
|
|
597
|
+
if (v5.tag === "Inert") { return App$dUtil.Inert; }
|
|
598
|
+
if (v4.tag === "Reactive" && v5.tag === "Reactive") { return App$dUtil.$SelState("Reactive", {persistent: v4._1, transient: v5._1}); }
|
|
599
|
+
$runtime.fail();
|
|
600
|
+
})
|
|
601
|
+
),
|
|
602
|
+
Val.applyVal.apply
|
|
603
|
+
))(v3._1)),
|
|
604
|
+
"ι": intermediates(v)({persistent: v2._2._2, transient: v3._2._2})
|
|
605
|
+
};
|
|
606
|
+
};
|
|
607
|
+
const drawFig = divId => v => {
|
|
608
|
+
const $0 = v.spec;
|
|
609
|
+
const v1 = selectionResult(v);
|
|
610
|
+
const $1 = v1["ι"];
|
|
611
|
+
const unused = difference1(Util$dMap.mapObjectString.keys(v["ι"]))(Util$dMap.mapObjectString.keys($1));
|
|
612
|
+
const $2 = drawFig(divId);
|
|
613
|
+
const redraw = x => $2(x({
|
|
614
|
+
"ι": $1,
|
|
615
|
+
dir: v.dir,
|
|
616
|
+
in_roots: v.in_roots,
|
|
617
|
+
in_views: v.in_views,
|
|
618
|
+
inerts: v.inerts,
|
|
619
|
+
intermediate_views: v.intermediate_views,
|
|
620
|
+
linkIntermediates: v.linkIntermediates,
|
|
621
|
+
linkedInputs: v.linkedInputs,
|
|
622
|
+
linkedOutputs: v.linkedOutputs,
|
|
623
|
+
out_view: v.out_view,
|
|
624
|
+
s: v.s,
|
|
625
|
+
spec: v.spec,
|
|
626
|
+
v: v.v,
|
|
627
|
+
"γ": v["γ"]
|
|
628
|
+
}));
|
|
629
|
+
const prefix = divId + "-intermediate";
|
|
630
|
+
const in_views = Foreign$dObject._mapWithKey(v1["γ"], App$dView.view$p()($0));
|
|
631
|
+
const $3 = App$dView$dUtil.drawView({divId, suffix: "output", view: App$dView.view$p()($0)("output")(v1.v)})(x => redraw(selectOutput(x)));
|
|
632
|
+
return () => {
|
|
633
|
+
$3();
|
|
634
|
+
sequence_(Foreign$dObject._mapWithKey(in_views, x => view => App$dView$dUtil.drawView({divId: divId + "-input", suffix: x, view})(x$1 => redraw(selectInput(x)(x$1)))))();
|
|
635
|
+
for_(unused)(α => {
|
|
636
|
+
const $4 = App$dView$dUtil$dD3.rootSelect("#" + prefix + "-" + α);
|
|
637
|
+
return () => {
|
|
638
|
+
const $5 = $4();
|
|
639
|
+
return App$dView$dUtil$dD3.remove($5)();
|
|
640
|
+
};
|
|
641
|
+
})();
|
|
642
|
+
return sequence_(Foreign$dObject._mapWithKey(
|
|
643
|
+
$1,
|
|
644
|
+
α => v3 => App$dView$dUtil.drawView({
|
|
645
|
+
divId: prefix,
|
|
646
|
+
suffix: α,
|
|
647
|
+
view: App$dView.view$p()($0)("intermediate")(Val.functorVal.map(m => {
|
|
648
|
+
if (m.tag === "Inert") { return App$dUtil.Inert; }
|
|
649
|
+
if (m.tag === "Reactive") {
|
|
650
|
+
return App$dUtil.$SelState(
|
|
651
|
+
"Reactive",
|
|
652
|
+
{persistent: m._1.persistent ? App$dUtil.Primary : App$dUtil.None, transient: m._1.transient ? App$dUtil.Primary : App$dUtil.None}
|
|
653
|
+
);
|
|
654
|
+
}
|
|
655
|
+
$runtime.fail();
|
|
656
|
+
})(v3))
|
|
657
|
+
})(x => redraw(selectIntermediate(α)(x)))
|
|
658
|
+
))();
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
const codeMirrorDiv = v => "codemirror-" + v;
|
|
662
|
+
const drawFile = v => {
|
|
663
|
+
const $0 = App$dCodeMirror.addEditorView("codemirror-" + v._1);
|
|
664
|
+
return () => {
|
|
665
|
+
const $1 = $0();
|
|
666
|
+
return loadCode(v._2)($1)();
|
|
667
|
+
};
|
|
668
|
+
};
|
|
669
|
+
export {
|
|
670
|
+
botOf2,
|
|
671
|
+
bwdSlice,
|
|
672
|
+
codeMirrorDiv,
|
|
673
|
+
deMorgan,
|
|
674
|
+
difference1,
|
|
675
|
+
drawFig,
|
|
676
|
+
drawFile,
|
|
677
|
+
for_,
|
|
678
|
+
fromFoldable,
|
|
679
|
+
fromFoldable1,
|
|
680
|
+
fromFoldable2,
|
|
681
|
+
graphGC,
|
|
682
|
+
graphGC1,
|
|
683
|
+
graphGC2,
|
|
684
|
+
intermediates,
|
|
685
|
+
lift,
|
|
686
|
+
lift1,
|
|
687
|
+
lift2,
|
|
688
|
+
loadCode,
|
|
689
|
+
loadFig,
|
|
690
|
+
mapMaybe,
|
|
691
|
+
member,
|
|
692
|
+
ordVal,
|
|
693
|
+
primary,
|
|
694
|
+
primary1,
|
|
695
|
+
primaryOrSecondary,
|
|
696
|
+
primaryOrSecondary1,
|
|
697
|
+
rebuildι,
|
|
698
|
+
runQuery,
|
|
699
|
+
selectInput,
|
|
700
|
+
selectIntermediate,
|
|
701
|
+
selectOutput,
|
|
702
|
+
selectionResult,
|
|
703
|
+
selectαs𝔹Vertex,
|
|
704
|
+
select𝔹s,
|
|
705
|
+
sequence_,
|
|
706
|
+
setInputView,
|
|
707
|
+
setIntermediateView,
|
|
708
|
+
setOutputView,
|
|
709
|
+
setSet,
|
|
710
|
+
str,
|
|
711
|
+
unprojExpr,
|
|
712
|
+
ιfromαs
|
|
713
|
+
};
|