@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,951 @@
|
|
|
1
|
+
import * as $runtime from "../runtime.js";
|
|
2
|
+
import * as Control$dBind from "../Control.Bind/index.js";
|
|
3
|
+
import * as Control$dMonad$dExcept$dTrans from "../Control.Monad.Except.Trans/index.js";
|
|
4
|
+
import * as Control$dMonad$dState$dTrans from "../Control.Monad.State.Trans/index.js";
|
|
5
|
+
import * as Data$dArray from "../Data.Array/index.js";
|
|
6
|
+
import * as Data$dIdentity from "../Data.Identity/index.js";
|
|
7
|
+
import * as Data$dList from "../Data.List/index.js";
|
|
8
|
+
import * as Data$dList$dTypes from "../Data.List.Types/index.js";
|
|
9
|
+
import * as Data$dMap$dInternal from "../Data.Map.Internal/index.js";
|
|
10
|
+
import * as Data$dMaybe from "../Data.Maybe/index.js";
|
|
11
|
+
import * as Data$dOrd from "../Data.Ord/index.js";
|
|
12
|
+
import * as Data$dSet from "../Data.Set/index.js";
|
|
13
|
+
import * as Data$dShow from "../Data.Show/index.js";
|
|
14
|
+
import * as Data$dTraversable from "../Data.Traversable/index.js";
|
|
15
|
+
import * as Data$dTuple from "../Data.Tuple/index.js";
|
|
16
|
+
import * as DataType from "../DataType/index.js";
|
|
17
|
+
import * as Dict from "../Dict/index.js";
|
|
18
|
+
import * as Effect$dAff$dClass from "../Effect.Aff.Class/index.js";
|
|
19
|
+
import * as Effect$dException from "../Effect.Exception/index.js";
|
|
20
|
+
import * as Expr from "../Expr/index.js";
|
|
21
|
+
import * as Foreign$dObject from "../Foreign.Object/index.js";
|
|
22
|
+
import * as Graph from "../Graph/index.js";
|
|
23
|
+
import * as Graph$dGraphImpl from "../Graph.GraphImpl/index.js";
|
|
24
|
+
import * as Graph$dSlice from "../Graph.Slice/index.js";
|
|
25
|
+
import * as Graph$dWithGraph from "../Graph.WithGraph/index.js";
|
|
26
|
+
import * as Pretty from "../Pretty/index.js";
|
|
27
|
+
import * as Pretty$dDoc from "../Pretty.Doc/index.js";
|
|
28
|
+
import * as Primitive from "../Primitive/index.js";
|
|
29
|
+
import * as Util from "../Util/index.js";
|
|
30
|
+
import * as Util$dMap from "../Util.Map/index.js";
|
|
31
|
+
import * as Util$dPair from "../Util.Pair/index.js";
|
|
32
|
+
import * as Util$dSet from "../Util.Set/index.js";
|
|
33
|
+
import * as Val from "../Val/index.js";
|
|
34
|
+
const setSet = /* #__PURE__ */ Util$dSet.setSet(Graph.ordVertex);
|
|
35
|
+
const disjointUnion = /* #__PURE__ */ Util$dMap.disjointUnion(Val.mapEnvStringVal);
|
|
36
|
+
const fromFoldable = /* #__PURE__ */ (() => {
|
|
37
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
38
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
39
|
+
while (go$c) {
|
|
40
|
+
const b = go$a0, v = go$a1;
|
|
41
|
+
if (v.tag === "Nil") {
|
|
42
|
+
go$c = false;
|
|
43
|
+
go$r = b;
|
|
44
|
+
continue;
|
|
45
|
+
}
|
|
46
|
+
if (v.tag === "Cons") {
|
|
47
|
+
go$a0 = Data$dMap$dInternal.insert(Data$dOrd.ordString)(v._1)()(b);
|
|
48
|
+
go$a1 = v._2;
|
|
49
|
+
continue;
|
|
50
|
+
}
|
|
51
|
+
$runtime.fail();
|
|
52
|
+
}
|
|
53
|
+
return go$r;
|
|
54
|
+
};
|
|
55
|
+
const $0 = go(Data$dMap$dInternal.Leaf);
|
|
56
|
+
return x => $0((() => {
|
|
57
|
+
const go$1 = (m$p, z$p) => {
|
|
58
|
+
if (m$p.tag === "Leaf") { return z$p; }
|
|
59
|
+
if (m$p.tag === "Node") { return go$1(m$p._5, Data$dList$dTypes.$List("Cons", m$p._3, go$1(m$p._6, z$p))); }
|
|
60
|
+
$runtime.fail();
|
|
61
|
+
};
|
|
62
|
+
return go$1(x, Data$dList$dTypes.Nil);
|
|
63
|
+
})());
|
|
64
|
+
})();
|
|
65
|
+
const show2 = /* #__PURE__ */ (() => Data$dSet.showSet(Data$dShow.showString).show)();
|
|
66
|
+
const toUnfoldable = x => {
|
|
67
|
+
const go = (m$p, z$p) => {
|
|
68
|
+
if (m$p.tag === "Leaf") { return z$p; }
|
|
69
|
+
if (m$p.tag === "Node") { return go(m$p._5, Data$dList$dTypes.$List("Cons", m$p._3, go(m$p._6, z$p))); }
|
|
70
|
+
$runtime.fail();
|
|
71
|
+
};
|
|
72
|
+
const go$1 = go$1$a0$copy => go$1$a1$copy => {
|
|
73
|
+
let go$1$a0 = go$1$a0$copy, go$1$a1 = go$1$a1$copy, go$1$c = true, go$1$r;
|
|
74
|
+
while (go$1$c) {
|
|
75
|
+
const source = go$1$a0, memo = go$1$a1;
|
|
76
|
+
if (source.tag === "Nil") {
|
|
77
|
+
const go$2 = go$2$a0$copy => go$2$a1$copy => {
|
|
78
|
+
let go$2$a0 = go$2$a0$copy, go$2$a1 = go$2$a1$copy, go$2$c = true, go$2$r;
|
|
79
|
+
while (go$2$c) {
|
|
80
|
+
const b = go$2$a0, v = go$2$a1;
|
|
81
|
+
if (v.tag === "Nil") {
|
|
82
|
+
go$2$c = false;
|
|
83
|
+
go$2$r = b;
|
|
84
|
+
continue;
|
|
85
|
+
}
|
|
86
|
+
if (v.tag === "Cons") {
|
|
87
|
+
go$2$a0 = Data$dList$dTypes.$List("Cons", v._1, b);
|
|
88
|
+
go$2$a1 = v._2;
|
|
89
|
+
continue;
|
|
90
|
+
}
|
|
91
|
+
$runtime.fail();
|
|
92
|
+
}
|
|
93
|
+
return go$2$r;
|
|
94
|
+
};
|
|
95
|
+
go$1$c = false;
|
|
96
|
+
go$1$r = go$2(Data$dList$dTypes.Nil)(memo);
|
|
97
|
+
continue;
|
|
98
|
+
}
|
|
99
|
+
if (source.tag === "Cons") {
|
|
100
|
+
go$1$a0 = source._2;
|
|
101
|
+
go$1$a1 = Data$dList$dTypes.$List("Cons", source._1, memo);
|
|
102
|
+
continue;
|
|
103
|
+
}
|
|
104
|
+
$runtime.fail();
|
|
105
|
+
}
|
|
106
|
+
return go$1$r;
|
|
107
|
+
};
|
|
108
|
+
return go$1(go(x, Data$dList$dTypes.Nil))(Data$dList$dTypes.Nil);
|
|
109
|
+
};
|
|
110
|
+
const union1 = /* #__PURE__ */ (() => Util$dSet.setSet(Data$dOrd.ordString).union)();
|
|
111
|
+
const fv = /* #__PURE__ */ (() => Expr.fVDict(Expr.fVElim).fv)();
|
|
112
|
+
const fromFoldable1 = /* #__PURE__ */ Foreign$dObject.fromFoldable(Data$dList$dTypes.foldableList);
|
|
113
|
+
const greaterThanOrEq = a1 => a2 => {
|
|
114
|
+
const v = Data$dOrd.ordInt.compare(a1._1)(a2._1);
|
|
115
|
+
if (v === "LT") { return false; }
|
|
116
|
+
return v === "GT" || a1._2 >= a2._2;
|
|
117
|
+
};
|
|
118
|
+
const show3 = v => "(Tuple " + Data$dShow.showIntImpl(v._1) + " " + Data$dShow.showIntImpl(v._2) + ")";
|
|
119
|
+
const lookup1 = k => {
|
|
120
|
+
const go = go$a0$copy => {
|
|
121
|
+
let go$a0 = go$a0$copy, go$c = true, go$r;
|
|
122
|
+
while (go$c) {
|
|
123
|
+
const v = go$a0;
|
|
124
|
+
if (v.tag === "Leaf") {
|
|
125
|
+
go$c = false;
|
|
126
|
+
go$r = Data$dMaybe.Nothing;
|
|
127
|
+
continue;
|
|
128
|
+
}
|
|
129
|
+
if (v.tag === "Node") {
|
|
130
|
+
const v1 = Data$dOrd.ordString.compare(k)(v._3);
|
|
131
|
+
if (v1 === "LT") {
|
|
132
|
+
go$a0 = v._5;
|
|
133
|
+
continue;
|
|
134
|
+
}
|
|
135
|
+
if (v1 === "GT") {
|
|
136
|
+
go$a0 = v._6;
|
|
137
|
+
continue;
|
|
138
|
+
}
|
|
139
|
+
if (v1 === "EQ") {
|
|
140
|
+
go$c = false;
|
|
141
|
+
go$r = Data$dMaybe.$Maybe("Just", v._4);
|
|
142
|
+
continue;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
$runtime.fail();
|
|
146
|
+
}
|
|
147
|
+
return go$r;
|
|
148
|
+
};
|
|
149
|
+
return go;
|
|
150
|
+
};
|
|
151
|
+
const traverse2 = /* #__PURE__ */ (() => Data$dList$dTypes.traversableList.traverse(Data$dMaybe.applicativeMaybe))();
|
|
152
|
+
const fwdSlice = /* #__PURE__ */ Graph$dSlice.fwdSlice(Graph$dGraphImpl.graphGraphImpl);
|
|
153
|
+
const bwdSlice = /* #__PURE__ */ Graph$dSlice.bwdSlice(Graph$dGraphImpl.graphGraphImpl);
|
|
154
|
+
const mempty = /* #__PURE__ */ (() => Data$dSet.monoidSet(Graph.ordVertex).mempty)();
|
|
155
|
+
const withOp = dictGraph => v => ({g: dictGraph.op(v.g), graph_fwd: v.graph_fwd, graph_bwd: v.graph_bwd, "inα": v["outα"], "outα": v["inα"]});
|
|
156
|
+
const toGC = dictGraph => dictApply => dictApply1 => dictFoldable => dictFoldable1 => v => ({fwd: x => v.fwd(x)._1, bwd: x => v.bwd(x)._1});
|
|
157
|
+
const patternMismatch = s => s$p => "Pattern mismatch: found " + s + ", expected " + s$p;
|
|
158
|
+
const matchMany = dictMonadWithGraphAlloc => {
|
|
159
|
+
const Monad0 = dictMonadWithGraphAlloc.MonadWithGraph2().Monad0();
|
|
160
|
+
const $0 = Monad0.Applicative0();
|
|
161
|
+
const $1 = Monad0.Bind1();
|
|
162
|
+
const $$throw = Util.throw(dictMonadWithGraphAlloc.MonadError1().MonadThrow0());
|
|
163
|
+
return v => v1 => {
|
|
164
|
+
if (v.tag === "Nil") { return $0.pure(Data$dTuple.$Tuple(Foreign$dObject.empty, Data$dTuple.$Tuple(v1, setSet.empty))); }
|
|
165
|
+
if (v.tag === "Cons") {
|
|
166
|
+
if (v1.tag === "ContElim") {
|
|
167
|
+
const $2 = v._2;
|
|
168
|
+
return $1.bind(match(dictMonadWithGraphAlloc)(v._1)(v1._1))(v3 => {
|
|
169
|
+
const $3 = v3._2._2;
|
|
170
|
+
const $4 = v3._1;
|
|
171
|
+
return $1.bind(matchMany(dictMonadWithGraphAlloc)($2)(v3._2._1))(v4 => $0.pure(Data$dTuple.$Tuple(
|
|
172
|
+
disjointUnion($4)(v4._1),
|
|
173
|
+
Data$dTuple.$Tuple(v4._2._1, setSet.union($3)(v4._2._2))
|
|
174
|
+
)));
|
|
175
|
+
});
|
|
176
|
+
}
|
|
177
|
+
if (v1.tag === "ContExpr") {
|
|
178
|
+
return $$throw(Data$dShow.showIntImpl((() => {
|
|
179
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
180
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
181
|
+
while (go$c) {
|
|
182
|
+
const b = go$a0, v$1 = go$a1;
|
|
183
|
+
if (v$1.tag === "Nil") {
|
|
184
|
+
go$c = false;
|
|
185
|
+
go$r = b;
|
|
186
|
+
continue;
|
|
187
|
+
}
|
|
188
|
+
if (v$1.tag === "Cons") {
|
|
189
|
+
go$a0 = b + 1 | 0;
|
|
190
|
+
go$a1 = v$1._2;
|
|
191
|
+
continue;
|
|
192
|
+
}
|
|
193
|
+
$runtime.fail();
|
|
194
|
+
}
|
|
195
|
+
return go$r;
|
|
196
|
+
};
|
|
197
|
+
return go(0)(v._2) + 1 | 0;
|
|
198
|
+
})()) + " extra argument(s) to constructor/record; did you forget parentheses in lambda pattern?");
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
$runtime.fail();
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
const match = dictMonadWithGraphAlloc => {
|
|
205
|
+
const Monad0 = dictMonadWithGraphAlloc.MonadWithGraph2().Monad0();
|
|
206
|
+
const $0 = Monad0.Applicative0();
|
|
207
|
+
const Bind1 = Monad0.Bind1();
|
|
208
|
+
const MonadError1 = dictMonadWithGraphAlloc.MonadError1();
|
|
209
|
+
const withMsg = Util.withMsg(MonadError1);
|
|
210
|
+
const consistentWith = DataType.consistentWith(MonadError1);
|
|
211
|
+
const MonadThrow0 = MonadError1.MonadThrow0();
|
|
212
|
+
return v => v1 => {
|
|
213
|
+
if (v1.tag === "ElimVar") {
|
|
214
|
+
if (v1._1 === "_") { return $0.pure(Data$dTuple.$Tuple(Foreign$dObject.empty, Data$dTuple.$Tuple(v1._2, setSet.empty))); }
|
|
215
|
+
const $1 = v1._1;
|
|
216
|
+
return $0.pure(Data$dTuple.$Tuple(
|
|
217
|
+
(() => {
|
|
218
|
+
const $2 = {};
|
|
219
|
+
$2[$1] = v;
|
|
220
|
+
return $2;
|
|
221
|
+
})(),
|
|
222
|
+
Data$dTuple.$Tuple(v1._2, setSet.empty)
|
|
223
|
+
));
|
|
224
|
+
}
|
|
225
|
+
if (v1.tag === "ElimConstr") {
|
|
226
|
+
if (v._3.tag === "Constr") {
|
|
227
|
+
const $1 = v._3._1;
|
|
228
|
+
const $2 = v1._1;
|
|
229
|
+
const $3 = v._3._2;
|
|
230
|
+
const $4 = v._1;
|
|
231
|
+
return Bind1.bind(withMsg("Pattern mismatch")(consistentWith(Data$dMap$dInternal.$$$Map("Node", 1, 1, $1, undefined, Data$dMap$dInternal.Leaf, Data$dMap$dInternal.Leaf))(Util$dMap.mapObjectString.keys($2))))(() => Bind1.bind(Util.orElse(MonadThrow0)("Incomplete patterns: no branch for " + DataType.showCtr($1))(Foreign$dObject._lookup(
|
|
232
|
+
Data$dMaybe.Nothing,
|
|
233
|
+
Data$dMaybe.Just,
|
|
234
|
+
$1,
|
|
235
|
+
$2
|
|
236
|
+
)))(κ => Bind1.bind(matchMany(dictMonadWithGraphAlloc)($3)(κ))(v2 => $0.pure(Data$dTuple.$Tuple(
|
|
237
|
+
v2._1,
|
|
238
|
+
Data$dTuple.$Tuple(v2._2._1, Data$dMap$dInternal.insert(Graph.ordVertex)($4)()(v2._2._2))
|
|
239
|
+
)))));
|
|
240
|
+
}
|
|
241
|
+
return Bind1.bind(DataType.dataTypeForSetCtr.dataTypeFor(MonadThrow0)(Util$dMap.mapObjectString.keys(v1._1)))(d => MonadThrow0.throwError(Effect$dException.error("Pattern mismatch: found " + Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyVal(Val.highlightableVertex).pretty(v))._1 + ", expected " + d._1)));
|
|
242
|
+
}
|
|
243
|
+
if (v1.tag === "ElimDict") {
|
|
244
|
+
if (v._3.tag === "Dictionary") {
|
|
245
|
+
const $1 = v1._1;
|
|
246
|
+
const $2 = v._3._1;
|
|
247
|
+
const $3 = v._1;
|
|
248
|
+
const $4 = v1._2;
|
|
249
|
+
return Bind1.bind(Util.check(MonadThrow0)(Data$dMap$dInternal.unsafeDifference(Data$dOrd.ordString.compare, $1, fromFoldable(Util$dMap.mapObjectString.keys($2))).tag === "Leaf")("Pattern mismatch: found " + show2(Util$dMap.mapObjectString.keys($2)) + ", expected " + show2($1)))(() => Bind1.bind(matchMany(dictMonadWithGraphAlloc)(Data$dList$dTypes.listMap(k => Util$dMap.get(Data$dShow.showString)(Util$dMap.mapObjectString)(k)($2)._2)(toUnfoldable($1)))($4))(v2 => $0.pure(Data$dTuple.$Tuple(
|
|
250
|
+
v2._1,
|
|
251
|
+
Data$dTuple.$Tuple(v2._2._1, Data$dMap$dInternal.insert(Graph.ordVertex)($3)()(v2._2._2))
|
|
252
|
+
))));
|
|
253
|
+
}
|
|
254
|
+
return MonadThrow0.throwError(Effect$dException.error("Pattern mismatch: found " + Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyVal(Val.highlightableVertex).pretty(v))._1 + ", expected " + show2(v1._1)));
|
|
255
|
+
}
|
|
256
|
+
$runtime.fail();
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
const graphGC = dictGraph => {
|
|
260
|
+
const $0 = dictGraph.Vertices1();
|
|
261
|
+
return dictApply => {
|
|
262
|
+
const selectαs𝔹Vertex = Graph.selectαs𝔹Vertex(dictApply);
|
|
263
|
+
return dictApply1 => {
|
|
264
|
+
const selectαs𝔹Vertex1 = Graph.selectαs𝔹Vertex(dictApply1);
|
|
265
|
+
return dictFoldable => {
|
|
266
|
+
const selectαs𝔹Vertex2 = selectαs𝔹Vertex(dictFoldable);
|
|
267
|
+
return dictFoldable1 => {
|
|
268
|
+
const selectαs𝔹Vertex3 = selectαs𝔹Vertex1(dictFoldable1);
|
|
269
|
+
return v => {
|
|
270
|
+
const $1 = v.g;
|
|
271
|
+
const $2 = v["inα"];
|
|
272
|
+
const $3 = v["outα"];
|
|
273
|
+
return {
|
|
274
|
+
fwd: in𝔹 => {
|
|
275
|
+
const g$p = v.graph_fwd(selectαs𝔹Vertex2["selectαs"](in𝔹)($2))($1);
|
|
276
|
+
return Data$dTuple.$Tuple(selectαs𝔹Vertex3["select𝔹s"]($3)($0.vertices(g$p)), g$p);
|
|
277
|
+
},
|
|
278
|
+
bwd: out𝔹 => {
|
|
279
|
+
const g$p = v.graph_bwd(selectαs𝔹Vertex3["selectαs"](out𝔹)($3))($1);
|
|
280
|
+
return Data$dTuple.$Tuple(selectαs𝔹Vertex2["select𝔹s"]($2)($0.vertices(g$p)), g$p);
|
|
281
|
+
}
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
const closeDefs = dictMonadWithGraphAlloc => {
|
|
290
|
+
const Monad0 = dictMonadWithGraphAlloc.MonadWithGraph2().Monad0();
|
|
291
|
+
const traverse2$1 = Dict.traversableDict.traverse(Monad0.Applicative0());
|
|
292
|
+
const val = Val.val(dictMonadWithGraphAlloc);
|
|
293
|
+
return γ => ρ => αs => Monad0.Bind1().Apply0().Functor0().map(Val.Env)(traverse2$1(σ => {
|
|
294
|
+
const ρ$p = Val.forDefs(ρ)(σ);
|
|
295
|
+
return val(Data$dMaybe.Nothing)(αs)(Val.$BaseVal(
|
|
296
|
+
"Fun",
|
|
297
|
+
Val.$Fun(
|
|
298
|
+
"Closure",
|
|
299
|
+
(() => {
|
|
300
|
+
const $0 = union1(fv(ρ$p))(Expr.fVElim.fv(σ));
|
|
301
|
+
return Foreign$dObject.filterWithKey(x => {
|
|
302
|
+
const $1 = Util$dSet.setSet(Data$dOrd.ordString).member(x)($0);
|
|
303
|
+
return v => $1;
|
|
304
|
+
})(γ);
|
|
305
|
+
})(),
|
|
306
|
+
ρ$p,
|
|
307
|
+
σ
|
|
308
|
+
)
|
|
309
|
+
));
|
|
310
|
+
})(ρ));
|
|
311
|
+
};
|
|
312
|
+
const evalVal = dictMonadWithGraphAlloc => {
|
|
313
|
+
const MonadError1 = dictMonadWithGraphAlloc.MonadError1();
|
|
314
|
+
const checkArity = DataType.checkArity(MonadError1);
|
|
315
|
+
const check = Util.check(MonadError1.MonadThrow0());
|
|
316
|
+
return dictMonadReader => dictMonadAff => {
|
|
317
|
+
const Monad0 = dictMonadAff.MonadEffect0().Monad0();
|
|
318
|
+
const Applicative0 = Monad0.Applicative0();
|
|
319
|
+
const Bind1 = Monad0.Bind1();
|
|
320
|
+
const $0 = Bind1.Apply0().Functor0();
|
|
321
|
+
const traverse3 = Data$dList$dTypes.traversableList.traverse(Applicative0);
|
|
322
|
+
const traverse4 = Util$dPair.traversablePair.traverse(Applicative0);
|
|
323
|
+
const sequence1 = Data$dTraversable.traversableArray.traverse(Applicative0)(Data$dTraversable.identity);
|
|
324
|
+
return dictLoadFile => v => v1 => v2 => {
|
|
325
|
+
if (v1.tag === "Int") { return Applicative0.pure(Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple(v1._1, Val.$BaseVal("Int", v1._2)))); }
|
|
326
|
+
if (v1.tag === "Float") { return Applicative0.pure(Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple(v1._1, Val.$BaseVal("Float", v1._2)))); }
|
|
327
|
+
if (v1.tag === "Str") { return Applicative0.pure(Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple(v1._1, Val.$BaseVal("Str", v1._2)))); }
|
|
328
|
+
if (v1.tag === "Dictionary") {
|
|
329
|
+
const $1 = v1._1;
|
|
330
|
+
return Bind1.bind($0.map(Util$dPair.unzip)(traverse3(traverse4((() => {
|
|
331
|
+
const $2 = $$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(v);
|
|
332
|
+
return a => $2(a)(v2);
|
|
333
|
+
})()))(v1._2)))(v3 => {
|
|
334
|
+
const v4 = Data$dList.unzip(Data$dList$dTypes.listMap(v$1 => Data$dTuple.$Tuple(v$1._3.tag === "Str" ? v$1._3._1 : Primitive.typeError(v$1._3)("Str"), v$1._1))(v3._1));
|
|
335
|
+
return Applicative0.pure(Data$dMaybe.$Maybe(
|
|
336
|
+
"Just",
|
|
337
|
+
Data$dTuple.$Tuple(
|
|
338
|
+
$1,
|
|
339
|
+
Val.$BaseVal(
|
|
340
|
+
"Dictionary",
|
|
341
|
+
fromFoldable1((() => {
|
|
342
|
+
const go = go$a0$copy => go$a1$copy => go$a2$copy => {
|
|
343
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$a2 = go$a2$copy, go$c = true, go$r;
|
|
344
|
+
while (go$c) {
|
|
345
|
+
const v$1 = go$a0, v1$1 = go$a1, v2$1 = go$a2;
|
|
346
|
+
if (v$1.tag === "Nil") {
|
|
347
|
+
go$c = false;
|
|
348
|
+
go$r = v2$1;
|
|
349
|
+
continue;
|
|
350
|
+
}
|
|
351
|
+
if (v1$1.tag === "Nil") {
|
|
352
|
+
go$c = false;
|
|
353
|
+
go$r = v2$1;
|
|
354
|
+
continue;
|
|
355
|
+
}
|
|
356
|
+
if (v$1.tag === "Cons" && v1$1.tag === "Cons") {
|
|
357
|
+
go$a0 = v$1._2;
|
|
358
|
+
go$a1 = v1$1._2;
|
|
359
|
+
go$a2 = Data$dList$dTypes.$List("Cons", Data$dTuple.$Tuple(v$1._1, v1$1._1), v2$1);
|
|
360
|
+
continue;
|
|
361
|
+
}
|
|
362
|
+
$runtime.fail();
|
|
363
|
+
}
|
|
364
|
+
return go$r;
|
|
365
|
+
};
|
|
366
|
+
const go$1 = go$1$a0$copy => go$1$a1$copy => {
|
|
367
|
+
let go$1$a0 = go$1$a0$copy, go$1$a1 = go$1$a1$copy, go$1$c = true, go$1$r;
|
|
368
|
+
while (go$1$c) {
|
|
369
|
+
const v$1 = go$1$a0, v1$1 = go$1$a1;
|
|
370
|
+
if (v1$1.tag === "Nil") {
|
|
371
|
+
go$1$c = false;
|
|
372
|
+
go$1$r = v$1;
|
|
373
|
+
continue;
|
|
374
|
+
}
|
|
375
|
+
if (v1$1.tag === "Cons") {
|
|
376
|
+
go$1$a0 = Data$dList$dTypes.$List("Cons", v1$1._1, v$1);
|
|
377
|
+
go$1$a1 = v1$1._2;
|
|
378
|
+
continue;
|
|
379
|
+
}
|
|
380
|
+
$runtime.fail();
|
|
381
|
+
}
|
|
382
|
+
return go$1$r;
|
|
383
|
+
};
|
|
384
|
+
const go$2 = go$2$a0$copy => go$2$a1$copy => go$2$a2$copy => {
|
|
385
|
+
let go$2$a0 = go$2$a0$copy, go$2$a1 = go$2$a1$copy, go$2$a2 = go$2$a2$copy, go$2$c = true, go$2$r;
|
|
386
|
+
while (go$2$c) {
|
|
387
|
+
const v$1 = go$2$a0, v1$1 = go$2$a1, v2$1 = go$2$a2;
|
|
388
|
+
if (v$1.tag === "Nil") {
|
|
389
|
+
go$2$c = false;
|
|
390
|
+
go$2$r = v2$1;
|
|
391
|
+
continue;
|
|
392
|
+
}
|
|
393
|
+
if (v1$1.tag === "Nil") {
|
|
394
|
+
go$2$c = false;
|
|
395
|
+
go$2$r = v2$1;
|
|
396
|
+
continue;
|
|
397
|
+
}
|
|
398
|
+
if (v$1.tag === "Cons" && v1$1.tag === "Cons") {
|
|
399
|
+
go$2$a0 = v$1._2;
|
|
400
|
+
go$2$a1 = v1$1._2;
|
|
401
|
+
go$2$a2 = Data$dList$dTypes.$List("Cons", Data$dTuple.$Tuple(v$1._1, v1$1._1), v2$1);
|
|
402
|
+
continue;
|
|
403
|
+
}
|
|
404
|
+
$runtime.fail();
|
|
405
|
+
}
|
|
406
|
+
return go$2$r;
|
|
407
|
+
};
|
|
408
|
+
const go$3 = go$3$a0$copy => go$3$a1$copy => {
|
|
409
|
+
let go$3$a0 = go$3$a0$copy, go$3$a1 = go$3$a1$copy, go$3$c = true, go$3$r;
|
|
410
|
+
while (go$3$c) {
|
|
411
|
+
const v$1 = go$3$a0, v1$1 = go$3$a1;
|
|
412
|
+
if (v1$1.tag === "Nil") {
|
|
413
|
+
go$3$c = false;
|
|
414
|
+
go$3$r = v$1;
|
|
415
|
+
continue;
|
|
416
|
+
}
|
|
417
|
+
if (v1$1.tag === "Cons") {
|
|
418
|
+
go$3$a0 = Data$dList$dTypes.$List("Cons", v1$1._1, v$1);
|
|
419
|
+
go$3$a1 = v1$1._2;
|
|
420
|
+
continue;
|
|
421
|
+
}
|
|
422
|
+
$runtime.fail();
|
|
423
|
+
}
|
|
424
|
+
return go$3$r;
|
|
425
|
+
};
|
|
426
|
+
return go$3(Data$dList$dTypes.Nil)(go$2(v4._1)(go$1(Data$dList$dTypes.Nil)(go(v4._2)(v3._2)(Data$dList$dTypes.Nil)))(Data$dList$dTypes.Nil));
|
|
427
|
+
})())
|
|
428
|
+
)
|
|
429
|
+
)
|
|
430
|
+
));
|
|
431
|
+
});
|
|
432
|
+
}
|
|
433
|
+
if (v1.tag === "Constr") {
|
|
434
|
+
const $1 = v1._2;
|
|
435
|
+
const $2 = v1._3;
|
|
436
|
+
const $3 = v1._1;
|
|
437
|
+
return Bind1.bind(checkArity($1)((() => {
|
|
438
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
439
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
440
|
+
while (go$c) {
|
|
441
|
+
const b = go$a0, v$1 = go$a1;
|
|
442
|
+
if (v$1.tag === "Nil") {
|
|
443
|
+
go$c = false;
|
|
444
|
+
go$r = b;
|
|
445
|
+
continue;
|
|
446
|
+
}
|
|
447
|
+
if (v$1.tag === "Cons") {
|
|
448
|
+
go$a0 = b + 1 | 0;
|
|
449
|
+
go$a1 = v$1._2;
|
|
450
|
+
continue;
|
|
451
|
+
}
|
|
452
|
+
$runtime.fail();
|
|
453
|
+
}
|
|
454
|
+
return go$r;
|
|
455
|
+
};
|
|
456
|
+
return go(0)($2);
|
|
457
|
+
})()))(() => Bind1.bind(traverse3((() => {
|
|
458
|
+
const $4 = $$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(v);
|
|
459
|
+
return a => $4(a)(v2);
|
|
460
|
+
})())($2))(vs => Applicative0.pure(Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple($3, Val.$BaseVal("Constr", $1, vs))))));
|
|
461
|
+
}
|
|
462
|
+
if (v1.tag === "Matrix") {
|
|
463
|
+
const $1 = v1._2;
|
|
464
|
+
const $2 = v1._3._1;
|
|
465
|
+
const $3 = v1._3._2;
|
|
466
|
+
const $4 = v1._1;
|
|
467
|
+
return Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(v)(v1._4)(v2))(v3 => {
|
|
468
|
+
const v5 = Primitive.intPair.unpack(v3._3);
|
|
469
|
+
const $5 = v5._1._1;
|
|
470
|
+
const $6 = v5._2._1;
|
|
471
|
+
const $7 = v5._1._2;
|
|
472
|
+
const $8 = v5._2._2;
|
|
473
|
+
return Bind1.bind(check(greaterThanOrEq(Data$dTuple.$Tuple($5, $6))(Data$dTuple.$Tuple(1, 1)))("array must be at least (" + show3(Data$dTuple.$Tuple(1, 1)) + "); got (" + show3(Data$dTuple.$Tuple(
|
|
474
|
+
$5,
|
|
475
|
+
$6
|
|
476
|
+
)) + ")"))(() => Bind1.bind(sequence1(Control$dBind.arrayBind(Data$dArray.rangeImpl(0, $5 - 1 | 0))(i => [
|
|
477
|
+
sequence1(Control$dBind.arrayBind(Data$dArray.rangeImpl(0, $6 - 1 | 0))(j => [
|
|
478
|
+
$$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(v)(disjointUnion((() => {
|
|
479
|
+
const $9 = {};
|
|
480
|
+
$9[$2] = Val.$Val($7, Data$dMaybe.Nothing, Val.$BaseVal("Int", i));
|
|
481
|
+
return $9;
|
|
482
|
+
})())((() => {
|
|
483
|
+
const $9 = {};
|
|
484
|
+
$9[$3] = Val.$Val($8, Data$dMaybe.Nothing, Val.$BaseVal("Int", j));
|
|
485
|
+
return $9;
|
|
486
|
+
})())))($1)(v2)
|
|
487
|
+
]))
|
|
488
|
+
])))(vss => Applicative0.pure(Data$dMaybe.$Maybe(
|
|
489
|
+
"Just",
|
|
490
|
+
Data$dTuple.$Tuple($4, Val.$BaseVal("Matrix", Data$dTuple.$Tuple(vss, Data$dTuple.$Tuple(Data$dTuple.$Tuple($5, $7), Data$dTuple.$Tuple($6, $8)))))
|
|
491
|
+
))));
|
|
492
|
+
});
|
|
493
|
+
}
|
|
494
|
+
if (v1.tag === "Lambda") {
|
|
495
|
+
return Applicative0.pure(Data$dMaybe.$Maybe(
|
|
496
|
+
"Just",
|
|
497
|
+
Data$dTuple.$Tuple(
|
|
498
|
+
v1._1,
|
|
499
|
+
Val.$BaseVal(
|
|
500
|
+
"Fun",
|
|
501
|
+
Val.$Fun(
|
|
502
|
+
"Closure",
|
|
503
|
+
(() => {
|
|
504
|
+
const $1 = Expr.fVElim.fv(v1._2);
|
|
505
|
+
return Foreign$dObject.filterWithKey(x => {
|
|
506
|
+
const $2 = Util$dSet.setSet(Data$dOrd.ordString).member(x)($1);
|
|
507
|
+
return v$1 => $2;
|
|
508
|
+
})(v);
|
|
509
|
+
})(),
|
|
510
|
+
Foreign$dObject.empty,
|
|
511
|
+
v1._2
|
|
512
|
+
)
|
|
513
|
+
)
|
|
514
|
+
)
|
|
515
|
+
));
|
|
516
|
+
}
|
|
517
|
+
return Applicative0.pure(Data$dMaybe.Nothing);
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
const $$eval = dictMonadWithGraphAlloc => {
|
|
522
|
+
const $$new = dictMonadWithGraphAlloc.new(Val.typeNameVal);
|
|
523
|
+
const MonadError1 = dictMonadWithGraphAlloc.MonadError1();
|
|
524
|
+
const withMsg = Util.withMsg(MonadError1);
|
|
525
|
+
const MonadThrow0 = MonadError1.MonadThrow0();
|
|
526
|
+
const match1 = match(dictMonadWithGraphAlloc);
|
|
527
|
+
const closeDefs1 = closeDefs(dictMonadWithGraphAlloc);
|
|
528
|
+
return dictMonadReader => dictMonadAff => {
|
|
529
|
+
const Monad0 = dictMonadAff.MonadEffect0().Monad0();
|
|
530
|
+
const Bind1 = Monad0.Bind1();
|
|
531
|
+
const traceWhen = Util.traceWhen(Monad0.Applicative0());
|
|
532
|
+
return dictLoadFile => doc_opt => γ => e0 => αs => {
|
|
533
|
+
const funName = funName$a0$copy => {
|
|
534
|
+
let funName$a0 = funName$a0$copy, funName$c = true, funName$r;
|
|
535
|
+
while (funName$c) {
|
|
536
|
+
const v = funName$a0;
|
|
537
|
+
if (v.tag === "Var") {
|
|
538
|
+
funName$c = false;
|
|
539
|
+
funName$r = v._1;
|
|
540
|
+
continue;
|
|
541
|
+
}
|
|
542
|
+
if (v.tag === "Op") {
|
|
543
|
+
funName$c = false;
|
|
544
|
+
funName$r = v._1;
|
|
545
|
+
continue;
|
|
546
|
+
}
|
|
547
|
+
if (v.tag === "App") {
|
|
548
|
+
funName$a0 = v._1;
|
|
549
|
+
continue;
|
|
550
|
+
}
|
|
551
|
+
funName$c = false;
|
|
552
|
+
funName$r = "unknown";
|
|
553
|
+
}
|
|
554
|
+
return funName$r;
|
|
555
|
+
};
|
|
556
|
+
return Bind1.bind(evalVal(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(γ)(e0)(αs))(αu_opt => {
|
|
557
|
+
if (αu_opt.tag === "Just") { return $$new(a => Val.Val(a)(doc_opt))(Data$dMap$dInternal.insert(Graph.ordVertex)(αu_opt._1._1)()(αs))(αu_opt._1._2); }
|
|
558
|
+
if (αu_opt.tag === "Nothing") {
|
|
559
|
+
if (e0.tag === "Var") {
|
|
560
|
+
const $0 = e0._1;
|
|
561
|
+
return Bind1.bind(traceWhen((() => {
|
|
562
|
+
if (doc_opt.tag === "Nothing") { return false; }
|
|
563
|
+
if (doc_opt.tag === "Just") { return true; }
|
|
564
|
+
$runtime.fail();
|
|
565
|
+
})())("Discarding doc (variable " + $0 + ")"))(() => withMsg("Variable lookup")(Util$dMap.lookup$p(MonadThrow0)(Data$dShow.showString)(Val.mapEnvStringVal)($0)(γ)));
|
|
566
|
+
}
|
|
567
|
+
if (e0.tag === "Op") {
|
|
568
|
+
const $0 = e0._1;
|
|
569
|
+
return Bind1.bind(traceWhen((() => {
|
|
570
|
+
if (doc_opt.tag === "Nothing") { return false; }
|
|
571
|
+
if (doc_opt.tag === "Just") { return true; }
|
|
572
|
+
$runtime.fail();
|
|
573
|
+
})())("Discarding doc (operator " + $0 + ")"))(() => withMsg("Variable lookup")(Util$dMap.lookup$p(MonadThrow0)(Data$dShow.showString)(Val.mapEnvStringVal)($0)(γ)));
|
|
574
|
+
}
|
|
575
|
+
if (e0.tag === "DProject") {
|
|
576
|
+
const $0 = e0._1;
|
|
577
|
+
const $1 = e0._2;
|
|
578
|
+
return Bind1.bind(traceWhen((() => {
|
|
579
|
+
if (doc_opt.tag === "Nothing") { return false; }
|
|
580
|
+
if (doc_opt.tag === "Just") { return true; }
|
|
581
|
+
$runtime.fail();
|
|
582
|
+
})())("Discarding doc (projection)"))(() => Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(γ)($0)(αs))(v => Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(γ)($1)(αs))(v$p => {
|
|
583
|
+
if (v._3.tag === "Dictionary") {
|
|
584
|
+
if (v$p._3.tag === "Str") {
|
|
585
|
+
return withMsg("Dict lookup")(Util.orElse(MonadThrow0)("Key \"" + v$p._3._1 + "\" not found")((() => {
|
|
586
|
+
const $2 = Foreign$dObject._lookup(Data$dMaybe.Nothing, Data$dMaybe.Just, v$p._3._1, v._3._1);
|
|
587
|
+
if ($2.tag === "Just") { return Data$dMaybe.$Maybe("Just", $2._1._2); }
|
|
588
|
+
return Data$dMaybe.Nothing;
|
|
589
|
+
})()));
|
|
590
|
+
}
|
|
591
|
+
return MonadThrow0.throwError(Effect$dException.error("Found " + Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyVal(Val.highlightableVertex).pretty(v$p))._1 + ", expected string"));
|
|
592
|
+
}
|
|
593
|
+
return MonadThrow0.throwError(Effect$dException.error("Found " + Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyVal(Val.highlightableVertex).pretty(v))._1 + ", expected dict"));
|
|
594
|
+
})));
|
|
595
|
+
}
|
|
596
|
+
if (e0.tag === "App") {
|
|
597
|
+
const $0 = e0._1;
|
|
598
|
+
const $1 = e0._2;
|
|
599
|
+
return Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(γ)($0)(αs))(v => Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(γ)($1)(αs))(v$p => withMsg("In " + funName($0))(apply(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(doc_opt)(v)(v$p))));
|
|
600
|
+
}
|
|
601
|
+
if (e0.tag === "Let") {
|
|
602
|
+
const $0 = e0._2;
|
|
603
|
+
const $1 = e0._1._1;
|
|
604
|
+
return Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(γ)(e0._1._2)(αs))(v => Bind1.bind(withMsg("In variable def")(match1(v)($1)))(v1 => $$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(doc_opt)(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(γ)(v1._1))($0)(v1._2._2)));
|
|
605
|
+
}
|
|
606
|
+
if (e0.tag === "LetRec") {
|
|
607
|
+
const $0 = e0._2;
|
|
608
|
+
const $1 = e0._1._1;
|
|
609
|
+
return Bind1.bind(closeDefs1(γ)(e0._1._2)(Data$dMap$dInternal.insert(Graph.ordVertex)($1)()(αs)))(γ$p => $$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(doc_opt)(Foreign$dObject.unionWith(v => Util$dMap.identity)(γ)(γ$p))($0)(Data$dMap$dInternal.insert(Graph.ordVertex)($1)()(αs)));
|
|
610
|
+
}
|
|
611
|
+
if (e0.tag === "DocExpr") {
|
|
612
|
+
const $0 = e0._2;
|
|
613
|
+
return Bind1.bind($$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.Nothing)(γ)(e0._1)(αs))(v => Bind1.bind(traceWhen((() => {
|
|
614
|
+
if (doc_opt.tag === "Nothing") { return false; }
|
|
615
|
+
if (doc_opt.tag === "Just") { return true; }
|
|
616
|
+
$runtime.fail();
|
|
617
|
+
})())("Outer doc trumps inner doc"))(() => $$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(Data$dMaybe.$Maybe(
|
|
618
|
+
"Just",
|
|
619
|
+
(() => {
|
|
620
|
+
if (doc_opt.tag === "Nothing") { return v; }
|
|
621
|
+
if (doc_opt.tag === "Just") { return doc_opt._1; }
|
|
622
|
+
$runtime.fail();
|
|
623
|
+
})()
|
|
624
|
+
))(γ)($0)(αs)));
|
|
625
|
+
}
|
|
626
|
+
return Effect$dException.throwException(Effect$dException.error("absurd"))();
|
|
627
|
+
}
|
|
628
|
+
$runtime.fail();
|
|
629
|
+
});
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
const apply = dictMonadWithGraphAlloc => {
|
|
634
|
+
const closeDefs1 = closeDefs(dictMonadWithGraphAlloc);
|
|
635
|
+
const match1 = match(dictMonadWithGraphAlloc);
|
|
636
|
+
const val = Val.val(dictMonadWithGraphAlloc);
|
|
637
|
+
const MonadError1 = dictMonadWithGraphAlloc.MonadError1();
|
|
638
|
+
const MonadThrow0 = MonadError1.MonadThrow0();
|
|
639
|
+
return dictMonadReader => dictMonadAff => {
|
|
640
|
+
const Bind1 = dictMonadAff.MonadEffect0().Monad0().Bind1();
|
|
641
|
+
return dictLoadFile => v => v1 => v2 => {
|
|
642
|
+
const $0 = v3 => MonadThrow0.throwError(Effect$dException.error("Found " + Pretty$dDoc.renderWithIndent(Pretty$dDoc.Stmt)(0)(0)(Pretty.prettyVal(Val.highlightableVertex).pretty(v3))._1 + ", expected function"));
|
|
643
|
+
if (v1._3.tag === "Fun") {
|
|
644
|
+
if (v1._3._1.tag === "Closure") {
|
|
645
|
+
const $1 = v1._1;
|
|
646
|
+
const $2 = v1._3._1._1;
|
|
647
|
+
const $3 = v1._3._1._3;
|
|
648
|
+
return Bind1.bind(closeDefs1($2)(v1._3._1._2)(Data$dMap$dInternal.$$$Map("Node", 1, 1, $1, undefined, Data$dMap$dInternal.Leaf, Data$dMap$dInternal.Leaf)))(γ2 => Bind1.bind(match1(v2)($3))(v4 => $$eval(dictMonadWithGraphAlloc)(dictMonadReader)(dictMonadAff)(dictLoadFile)(v)(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)($2)(γ2))(v4._1))(v4._2._1.tag === "ContExpr"
|
|
649
|
+
? v4._2._1._1
|
|
650
|
+
: Effect$dException.throwException(Effect$dException.error("Expression expected"))())(Data$dMap$dInternal.insert(Graph.ordVertex)($1)()(v4._2._2))));
|
|
651
|
+
}
|
|
652
|
+
if (v1._3._1.tag === "Foreign") {
|
|
653
|
+
const $1 = v1._3._1._1._2;
|
|
654
|
+
const vs$p = Data$dList$dTypes.foldableList.foldr(Data$dList$dTypes.Cons)(Data$dList$dTypes.$List("Cons", v2, Data$dList$dTypes.Nil))(v1._3._1._2);
|
|
655
|
+
if (
|
|
656
|
+
(() => {
|
|
657
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
658
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
659
|
+
while (go$c) {
|
|
660
|
+
const b = go$a0, v$1 = go$a1;
|
|
661
|
+
if (v$1.tag === "Nil") {
|
|
662
|
+
go$c = false;
|
|
663
|
+
go$r = b;
|
|
664
|
+
continue;
|
|
665
|
+
}
|
|
666
|
+
if (v$1.tag === "Cons") {
|
|
667
|
+
go$a0 = b + 1 | 0;
|
|
668
|
+
go$a1 = v$1._2;
|
|
669
|
+
continue;
|
|
670
|
+
}
|
|
671
|
+
$runtime.fail();
|
|
672
|
+
}
|
|
673
|
+
return go$r;
|
|
674
|
+
};
|
|
675
|
+
return $1._1.arity > go(0)(vs$p);
|
|
676
|
+
})()
|
|
677
|
+
) {
|
|
678
|
+
return val(v)(Data$dMap$dInternal.$$$Map("Node", 1, 1, v1._1, undefined, Data$dMap$dInternal.Leaf, Data$dMap$dInternal.Leaf))(Val.$BaseVal(
|
|
679
|
+
"Fun",
|
|
680
|
+
Val.$Fun("Foreign", Data$dTuple.$Tuple(v1._3._1._1._1, $1), vs$p)
|
|
681
|
+
));
|
|
682
|
+
}
|
|
683
|
+
return $1._1.op(dictMonadWithGraphAlloc)(MonadError1)(dictMonadAff)(dictMonadReader)(dictLoadFile)(v)(vs$p);
|
|
684
|
+
}
|
|
685
|
+
if (v1._3._1.tag === "PartialConstr") {
|
|
686
|
+
const $1 = v1._1;
|
|
687
|
+
const n = Util.defined(DataType.arity(Control$dMonad$dExcept$dTrans.monadThrowExceptT(Data$dIdentity.monadIdentity))(v1._3._1._1));
|
|
688
|
+
const v$p = (() => {
|
|
689
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
690
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
691
|
+
while (go$c) {
|
|
692
|
+
const b = go$a0, v$1 = go$a1;
|
|
693
|
+
if (v$1.tag === "Nil") {
|
|
694
|
+
go$c = false;
|
|
695
|
+
go$r = b;
|
|
696
|
+
continue;
|
|
697
|
+
}
|
|
698
|
+
if (v$1.tag === "Cons") {
|
|
699
|
+
go$a0 = b + 1 | 0;
|
|
700
|
+
go$a1 = v$1._2;
|
|
701
|
+
continue;
|
|
702
|
+
}
|
|
703
|
+
$runtime.fail();
|
|
704
|
+
}
|
|
705
|
+
return go$r;
|
|
706
|
+
};
|
|
707
|
+
return go(0)(v1._3._1._2) < (n - 1 | 0);
|
|
708
|
+
})()
|
|
709
|
+
? Val.$BaseVal(
|
|
710
|
+
"Fun",
|
|
711
|
+
Val.$Fun(
|
|
712
|
+
"PartialConstr",
|
|
713
|
+
v1._3._1._1,
|
|
714
|
+
Data$dList$dTypes.foldableList.foldr(Data$dList$dTypes.Cons)(Data$dList$dTypes.$List("Cons", v2, Data$dList$dTypes.Nil))(v1._3._1._2)
|
|
715
|
+
)
|
|
716
|
+
)
|
|
717
|
+
: Val.$BaseVal(
|
|
718
|
+
"Constr",
|
|
719
|
+
v1._3._1._1,
|
|
720
|
+
Data$dList$dTypes.foldableList.foldr(Data$dList$dTypes.Cons)(Data$dList$dTypes.$List("Cons", v2, Data$dList$dTypes.Nil))(v1._3._1._2)
|
|
721
|
+
);
|
|
722
|
+
return Bind1.bind(Util.check(MonadThrow0)((() => {
|
|
723
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
724
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
725
|
+
while (go$c) {
|
|
726
|
+
const b = go$a0, v$1 = go$a1;
|
|
727
|
+
if (v$1.tag === "Nil") {
|
|
728
|
+
go$c = false;
|
|
729
|
+
go$r = b;
|
|
730
|
+
continue;
|
|
731
|
+
}
|
|
732
|
+
if (v$1.tag === "Cons") {
|
|
733
|
+
go$a0 = b + 1 | 0;
|
|
734
|
+
go$a1 = v$1._2;
|
|
735
|
+
continue;
|
|
736
|
+
}
|
|
737
|
+
$runtime.fail();
|
|
738
|
+
}
|
|
739
|
+
return go$r;
|
|
740
|
+
};
|
|
741
|
+
return go(0)(v1._3._1._2) < n;
|
|
742
|
+
})())("Too many arguments to " + DataType.showCtr(v1._3._1._1)))(() => val(v)(Data$dMap$dInternal.$$$Map(
|
|
743
|
+
"Node",
|
|
744
|
+
1,
|
|
745
|
+
1,
|
|
746
|
+
$1,
|
|
747
|
+
undefined,
|
|
748
|
+
Data$dMap$dInternal.Leaf,
|
|
749
|
+
Data$dMap$dInternal.Leaf
|
|
750
|
+
))(v$p));
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
return $0(v2);
|
|
754
|
+
};
|
|
755
|
+
};
|
|
756
|
+
};
|
|
757
|
+
const eval_module = dictMonadWithGraphAlloc => {
|
|
758
|
+
const eval1 = $$eval(dictMonadWithGraphAlloc);
|
|
759
|
+
const match1 = match(dictMonadWithGraphAlloc);
|
|
760
|
+
const closeDefs1 = closeDefs(dictMonadWithGraphAlloc);
|
|
761
|
+
return dictMonadReader => {
|
|
762
|
+
const eval2 = eval1(dictMonadReader);
|
|
763
|
+
return dictMonadAff => {
|
|
764
|
+
const Monad0 = dictMonadAff.MonadEffect0().Monad0();
|
|
765
|
+
const $0 = Monad0.Bind1();
|
|
766
|
+
const eval3 = eval2(dictMonadAff);
|
|
767
|
+
return dictLoadFile => {
|
|
768
|
+
const eval4 = eval3(dictLoadFile);
|
|
769
|
+
return γ => {
|
|
770
|
+
const go = v => v1 => v2 => {
|
|
771
|
+
if (v1.tag === "Nil") { return Monad0.Applicative0().pure(v); }
|
|
772
|
+
if (v1.tag === "Cons") {
|
|
773
|
+
if (v1._1.tag === "Left") {
|
|
774
|
+
const $1 = v1._2;
|
|
775
|
+
const $2 = v1._1._1._1;
|
|
776
|
+
return $0.bind(eval4(Data$dMaybe.Nothing)(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(γ)(v))(v1._1._1._2)(v2))(v3 => $0.bind(match1(v3)($2))(v4 => go(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(v)(v4._1))($1)(v4._2._2)));
|
|
777
|
+
}
|
|
778
|
+
if (v1._1.tag === "Right") {
|
|
779
|
+
const $1 = v1._2;
|
|
780
|
+
return $0.bind(closeDefs1(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(γ)(v))(v1._1._1._2)(Data$dMap$dInternal.insert(Graph.ordVertex)(v1._1._1._1)()(v2)))(γ$p$p => go(Foreign$dObject.unionWith(v$1 => Util$dMap.identity)(v)(γ$p$p))($1)(v2));
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
$runtime.fail();
|
|
784
|
+
};
|
|
785
|
+
return go(Foreign$dObject.empty);
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
const eval_primitives = dictMonadWithGraphAlloc => {
|
|
792
|
+
const eval_module1 = eval_module(dictMonadWithGraphAlloc);
|
|
793
|
+
return dictMonadReader => {
|
|
794
|
+
const eval_module2 = eval_module1(dictMonadReader);
|
|
795
|
+
return dictMonadAff => {
|
|
796
|
+
const Monad0 = dictMonadAff.MonadEffect0().Monad0();
|
|
797
|
+
const $0 = Monad0.Bind1();
|
|
798
|
+
const eval_module3 = eval_module2(dictMonadAff);
|
|
799
|
+
const $1 = Monad0.Applicative0();
|
|
800
|
+
return dictLoadFile => {
|
|
801
|
+
const eval_module4 = eval_module3(dictLoadFile);
|
|
802
|
+
return primitives => v => {
|
|
803
|
+
const $2 = v.graph;
|
|
804
|
+
const $3 = v.modules;
|
|
805
|
+
const $4 = v.roots;
|
|
806
|
+
return $0.bind(Data$dList.foldM(Monad0)(γs => name => {
|
|
807
|
+
const v1 = Util.definitely("deps evaluated")((() => {
|
|
808
|
+
const $5 = lookup1(name)($2);
|
|
809
|
+
if ($5.tag === "Just") {
|
|
810
|
+
const $6 = traverse2(dep => lookup1(dep)(γs))($5._1);
|
|
811
|
+
if ($6.tag === "Just") {
|
|
812
|
+
const $7 = lookup1(name)($3);
|
|
813
|
+
if ($7.tag === "Just") { return Data$dMaybe.$Maybe("Just", Data$dTuple.$Tuple($7._1, $6._1)); }
|
|
814
|
+
if ($7.tag === "Nothing") { return Data$dMaybe.Nothing; }
|
|
815
|
+
$runtime.fail();
|
|
816
|
+
}
|
|
817
|
+
if ($6.tag === "Nothing") { return Data$dMaybe.Nothing; }
|
|
818
|
+
$runtime.fail();
|
|
819
|
+
}
|
|
820
|
+
if ($5.tag === "Nothing") { return Data$dMaybe.Nothing; }
|
|
821
|
+
$runtime.fail();
|
|
822
|
+
})());
|
|
823
|
+
return $0.bind(eval_module4((() => {
|
|
824
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
825
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
826
|
+
while (go$c) {
|
|
827
|
+
const b = go$a0, v$1 = go$a1;
|
|
828
|
+
if (v$1.tag === "Nil") {
|
|
829
|
+
go$c = false;
|
|
830
|
+
go$r = b;
|
|
831
|
+
continue;
|
|
832
|
+
}
|
|
833
|
+
if (v$1.tag === "Cons") {
|
|
834
|
+
go$a0 = Foreign$dObject.unionWith(v$2 => Util$dMap.identity)(b)(v$1._1);
|
|
835
|
+
go$a1 = v$1._2;
|
|
836
|
+
continue;
|
|
837
|
+
}
|
|
838
|
+
$runtime.fail();
|
|
839
|
+
}
|
|
840
|
+
return go$r;
|
|
841
|
+
};
|
|
842
|
+
return go(primitives)(v1._2);
|
|
843
|
+
})())(v1._1)(setSet.empty))(γ$p => $1.pure(Data$dMap$dInternal.insert(Data$dOrd.ordString)(name)(γ$p)(γs)));
|
|
844
|
+
})(Data$dMap$dInternal.Leaf)(v.topsorted))(γs => $1.pure((() => {
|
|
845
|
+
const go = go$a0$copy => go$a1$copy => {
|
|
846
|
+
let go$a0 = go$a0$copy, go$a1 = go$a1$copy, go$c = true, go$r;
|
|
847
|
+
while (go$c) {
|
|
848
|
+
const b = go$a0, v$1 = go$a1;
|
|
849
|
+
if (v$1.tag === "Nil") {
|
|
850
|
+
go$c = false;
|
|
851
|
+
go$r = b;
|
|
852
|
+
continue;
|
|
853
|
+
}
|
|
854
|
+
if (v$1.tag === "Cons") {
|
|
855
|
+
go$a0 = Foreign$dObject.unionWith(v$2 => Util$dMap.identity)(b)(v$1._1);
|
|
856
|
+
go$a1 = v$1._2;
|
|
857
|
+
continue;
|
|
858
|
+
}
|
|
859
|
+
$runtime.fail();
|
|
860
|
+
}
|
|
861
|
+
return go$r;
|
|
862
|
+
};
|
|
863
|
+
return go(primitives)(Data$dList$dTypes.listMap(dep => Util.definitely("has env")(lookup1(dep)(γs)))($4));
|
|
864
|
+
})()));
|
|
865
|
+
};
|
|
866
|
+
};
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
};
|
|
870
|
+
const graphEval = dictMonadAff => {
|
|
871
|
+
const Monad0 = dictMonadAff.MonadEffect0().Monad0();
|
|
872
|
+
const bindStateT = Control$dMonad$dState$dTrans.bindStateT(Monad0);
|
|
873
|
+
const $0 = Graph$dWithGraph.monadAllocAllocT(Monad0);
|
|
874
|
+
const fresh1 = $0.fresh;
|
|
875
|
+
const alloc = Expr.traversableExpr.traverse($0.Monad0().Applicative0())(v => fresh1);
|
|
876
|
+
const runWithGraphT_spy = Graph$dWithGraph.runWithGraphT_spy({
|
|
877
|
+
Applicative0: () => Control$dMonad$dState$dTrans.applicativeStateT(Monad0),
|
|
878
|
+
Bind1: () => Control$dMonad$dState$dTrans.bindStateT(Monad0)
|
|
879
|
+
})(Graph$dGraphImpl.graphGraphImpl);
|
|
880
|
+
const monadAffState = Effect$dAff$dClass.monadAffState(dictMonadAff);
|
|
881
|
+
const monadAffState1 = Effect$dAff$dClass.monadAffState(monadAffState);
|
|
882
|
+
const $1 = monadAffState.MonadEffect0().Monad0();
|
|
883
|
+
const $2 = dictMonadAff.MonadEffect0().Monad0();
|
|
884
|
+
const applicativeStateT = Control$dMonad$dState$dTrans.applicativeStateT(Monad0);
|
|
885
|
+
return dictMonadReader => {
|
|
886
|
+
const monadReaderStateT = Control$dMonad$dState$dTrans.monadReaderStateT(Control$dMonad$dState$dTrans.monadReaderStateT(dictMonadReader));
|
|
887
|
+
return dictLoadFile => dictMonadError => {
|
|
888
|
+
const eval1 = $$eval(Graph$dWithGraph.monadWithGraphAllocWithGr(dictMonadError))(monadReaderStateT)(monadAffState1)((() => {
|
|
889
|
+
const loadFileFromPath1 = dictLoadFile.loadFileFromPath(dictMonadError)(dictMonadAff);
|
|
890
|
+
return {
|
|
891
|
+
loadFileFromPath: dictMonadError1 => dictMonadAff1 => x => {
|
|
892
|
+
const $3 = loadFileFromPath1(x);
|
|
893
|
+
return s => $1.Bind1().bind(s$1 => $2.Bind1().bind($3)(x$1 => $2.Applicative0().pure(Data$dTuple.$Tuple(x$1, s$1))))(x$1 => $1.Applicative0().pure(Data$dTuple.$Tuple(
|
|
894
|
+
x$1,
|
|
895
|
+
s
|
|
896
|
+
)));
|
|
897
|
+
}
|
|
898
|
+
};
|
|
899
|
+
})());
|
|
900
|
+
return v => e => {
|
|
901
|
+
const $3 = v["γ"];
|
|
902
|
+
const $4 = Util.spyFunWhen(false)("fwdSlice")(x => Data$dTuple.$Tuple(Graph.showVertices(x._1), Graph.showEdgeList(Graph.toEdgeList(Graph$dGraphImpl.graphGraphImpl)(x._2))))(Graph.showGraph(Graph$dGraphImpl.graphGraphImpl))(fwdSlice);
|
|
903
|
+
const $5 = Util.spyFunWhen(false)("bwdSlice")(x => Data$dTuple.$Tuple(Graph.showVertices(x._1), Graph.showEdgeList(Graph.toEdgeList(Graph$dGraphImpl.graphGraphImpl)(x._2))))(Graph.showGraph(Graph$dGraphImpl.graphGraphImpl))(bwdSlice);
|
|
904
|
+
return Monad0.Bind1().bind(Graph$dWithGraph.runAllocT(Monad0)(bindStateT.bind(alloc(e))(eα => bindStateT.bind(runWithGraphT_spy(eval1(Data$dMaybe.Nothing)($3)(eα)(mempty))(Val.verticesEnvExprVertex.vertices(Val.$EnvExpr(
|
|
905
|
+
$3,
|
|
906
|
+
eα
|
|
907
|
+
))))(v1 => {
|
|
908
|
+
const $6 = v1._1;
|
|
909
|
+
const $7 = v1._2;
|
|
910
|
+
return bindStateT.bind(applicativeStateT.pure())(() => applicativeStateT.pure(Data$dTuple.$Tuple($6, Data$dTuple.$Tuple(Val.$EnvExpr($3, eα), $7))));
|
|
911
|
+
})))(v.n))(v1 => Monad0.Applicative0().pure({
|
|
912
|
+
g: v1._2._2._1,
|
|
913
|
+
graph_fwd: a => b => $4(Data$dTuple.$Tuple(a, b)),
|
|
914
|
+
graph_bwd: a => b => $5(Data$dTuple.$Tuple(a, b)),
|
|
915
|
+
"inα": v1._2._2._2._1,
|
|
916
|
+
"outα": v1._2._2._2._2
|
|
917
|
+
}));
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
};
|
|
921
|
+
};
|
|
922
|
+
export {
|
|
923
|
+
apply,
|
|
924
|
+
bwdSlice,
|
|
925
|
+
closeDefs,
|
|
926
|
+
disjointUnion,
|
|
927
|
+
$$eval as eval,
|
|
928
|
+
evalVal,
|
|
929
|
+
eval_module,
|
|
930
|
+
eval_primitives,
|
|
931
|
+
fromFoldable,
|
|
932
|
+
fromFoldable1,
|
|
933
|
+
fv,
|
|
934
|
+
fwdSlice,
|
|
935
|
+
graphEval,
|
|
936
|
+
graphGC,
|
|
937
|
+
greaterThanOrEq,
|
|
938
|
+
lookup1,
|
|
939
|
+
match,
|
|
940
|
+
matchMany,
|
|
941
|
+
mempty,
|
|
942
|
+
patternMismatch,
|
|
943
|
+
setSet,
|
|
944
|
+
show2,
|
|
945
|
+
show3,
|
|
946
|
+
toGC,
|
|
947
|
+
toUnfoldable,
|
|
948
|
+
traverse2,
|
|
949
|
+
union1,
|
|
950
|
+
withOp
|
|
951
|
+
};
|