!m      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJK L M N O P Q RSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t uvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~              ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7!8!9!:!;!<!=!>!?!@!A!B!C!D!E!F!G!H!I!J!K!L!M!N!O!P!Q!R!S!T"U"V"W"X"Y"Z"["\"]"^"_"`"a"b"c"d"e"f"g"h"i"j"k"l"m"n"o#p#q#r#s#t#u#v#w#x#y#z#{#|$}$~$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$$$$$$$$$%%%&'''''''+Safe=?@AILreflexAn approximate clone of RIO from the rio package, but not based on ReaderT. The trouble with ReaderT( is that its third type argument has a nominalF role, so we can't coerce through it when it's wrapped in some other data type. Ugh.(Instances and convenience functions for ()T. We use monoidal-containers to take advantage of its better monoid instance. *+ has mappend = union, which is left-biased.  has mappend = unionWith mappend instead.None=>?@AHIVXgVreflexAppendMap is a synonym for reflexPattern synonym for reflexA synonym for reflexDeletes a key, returning  if the result is empty.reflexLike 7 but indicates whether the resulting container is emptyreflex Displays a  as a tree. See ,- for details.reflex Displays a C as a tree, using the supplied function to convert nodes to string.qA mutable version of NoneHVd reflexA   holds a map of values of type a> and allows low-overhead modifications via IO. Operations on   run in IO.!reflex Create a new   out of an "reflexCreate a new empty  #reflexInsert an element into a   at the given key$reflex)Attempt to lookup an element by key in a  %reflex4Runs the provided action over the intersection of a   and an &reflex.Runs the provided action over the values of a  'reflexChecks whether a   is empty(reflexRetrieves the size of a  )reflex<Make an immutable snapshot of the datastructure and clear it*reflexUpdates the value of a   with the given patch (see ./), and returns an # with the modified keys and values. !"#$%&'()*+ !"#')(*$%&+SafeEXv,reflexWhen inserting an item into a -, a ,l is returned. If the caller retains the ticket, the item is guranteed to stay in memory (and thus in the -=). The ticket can also be used to remove the item from the -3 prematurely (i.e. while it is still alive), using 4.-reflexA - holds a set of values of type a\, but does not retain them - that is, they can still be garbage-collected. As long as the a values remain alive, the - will continue to refer to them..reflexMap of items contained by the -/reflexInsert an item into a -.0reflexCreate an empty -.1reflexCheck whether a - is empty.2reflexVisit every node in the given list. If new nodes are appended during the traversal, they will not be visited. Every live node that was in the list when the traversal began will be visited exactly once; however, no guarantee is made about the order of the traversal.4reflexRemove an item from the -6; does nothing if invoked multiple times on the same ,./reflexThe itemreflexThe - to insert intoreflex Returns a ,F that ensures the item is retained and allows the item to be removed. ,-./01234 -,01/324.Safe_5reflex Produce a  k (Maybe v) by comparing two  k vs, old and new respectively. Just& represents an association present in new and Nothing, represents an association only present in old but no longer present in new. Similar to 6 but doesn't require > on the values, thus can't tell if a value has changed or not.6reflex Produce a  k (Maybe v) by comparing two  k vs, old and new respectively. Just& represents an association present in new and either not present in old! or where the value has changed. Nothing+ represents an association only present in old but no longer present in new@. See also 59 for a similar but weaker version which does not require F on the values but thus can't indicated a value not changing between old and new with Nothing.7reflexGiven a  k (Maybe v)% representing keys to insert/update (Just ) or delete (Nothing*), produce a new map from the given input  k v. See also .+ and .0.8reflexSplit a  k (Either a b) into Map k a and Map k b, equivalent to  id9reflexGiven a  k (Maybe v)% representing keys to insert/update (Just ) or delete (Nothing), produce a new  k from the given input set.Equivalent to:  applyMapKeysSet patch ( m) ==  (7 patch m) but avoids the intervening Map and needs no values.5678956789SafeEX:reflexWhen inserting an item into a ;, a :l is returned. If the caller retains the ticket, the item is guranteed to stay in memory (and thus in the ;=). The ticket can also be used to remove the item from the ;3 prematurely (i.e. while it is still alive), using B.;reflexA ; holds a set of values of type a\, but does not retain them - that is, they can still be garbage-collected. As long as the a values remain alive, the ; will continue to refer to them.<reflex#The items referenced by the WeakBag=reflexInsert an item into a ;.>reflexCreate an empty ;.?reflex Create a ;+ with one item; equivalent to creating the ; with > , then using =.@reflexVisit every node in the given list. If new nodes are appended during the traversal, they will not be visited. Every live node that was in the list when the traversal began will be visited exactly once; however, no guarantee is made about the order of the traversal.BreflexRemove an item from the ;6; does nothing if invoked multiple times on the same :.=reflexThe itemreflexThe ; to insert intoreflex8An arbitrary value to be used in the following callbackreflexA callback to be invoked when the item is removed (whether automatically by the item being garbage collected or manually via B)reflex Returns a :F that ensures the item is retained and allows the item to be removed. :;<=>?@AB ;:>?=A@B<C& is a weak pointer to some value, and D' ensures the value referred to by a CY stays live while the ticket is held (live). On GHC or GHCJS when not built with the  fast-weak cabal flag, C. is a wrapper around the simple version of H where the key and value are the same. On GHCJS when built with the  fast-weak cabal flag, C( is implemented directly in JS using  h$FastWeak and h$FastWeakTicket/ which are a nonstandard part of the GHCJS RTS.NoneX_CreflexmA reference to some value which can be garbage collected if there are only weak references to the value left.F? can be used to try and obtain a strong reference to the value.The value in a FastWeak' can also be kept alive by obtaining a D using G) if the value hasn't been collected yet.Synonymous with .DreflexA C0 which has been promoted to a strong reference. E; can be used to get the referred to value without fear of Nothing, and I% can be used to get the weak version.Ereflex Return the a kept alive by the given D.EThis needs to be in IO so we know that we've relinquished the ticket.FreflexGet the value referred to by a C& if it hasn't yet been collected, or Nothing if it has been collected.GreflexTry to create a D for the given C> which will ensure the value referred remains alive. Returns JustM if the value hasn't been collected and a ticket can therefore be obtained, Nothing if it's been collected.Hreflex Create a D# directly from a value, creating a C, in the process which can be obtained with E.Ireflex Demote a D); which ensures the value is alive, to a C: which doesn't. Note that unless the ticket for the same CE is held in some other way the value might be collected immediately.Jreflex%A weak reference that is always emptyCDEFGHIJDCHEIFGJ hThis module defines the FunctorMaybe class, which extends Functors with the ability to delete values.None1M´Kreflex=A class for values that combines filtering and mapping using  . Morally, K ~ KleisliFunctor .Lreflex(Combined mapping and filtering function.KLKLmThis module contains the Reflex interface, as well as a variety of convenience functions for working with ns, ms, and other signals. Trustworthy&',-8=>?@ACHINSUVX_RreflexAn R6 type can be built by accumulating occurrences of an n.[reflexEfficiently select an n keyed on 9. This is more efficient than manually filtering by key.`reflex Retrieve the n% for the given key. The type of the nH is determined by the type of the key, so this can be used to fan-out n s whose sub-ns have different types.Using a s and the A primitive is far more efficient than (but equivalent to) using  0 to select only the relevant occurrences of an n.areflexAn a allows you to efficiently c an nQ based on a key. This is much more efficient than filtering for each key with  .creflex Retrieve the n% for the given key. The type of the nH is determined by the type of the key, so this can be used to fan-out n s whose sub-ns have different types.Using a s and the A primitive is far more efficient than (but equivalent to) using  0 to select only the relevant occurrences of an n.dreflexd' designates monads that can create new m s based on ns; usually this will be q or a monad based on it. d> is required to create any stateful computations with Reflex.ereflex Create a new m` whose value will initially be equal to the given value and will be updated whenever the given n9 occurs. The update takes effect immediately after the n* occurs; if the occurrence that sets the m> (or one that is simultaneous with it) is used to sample the m, it will see the old value of the m, not the new one.freflex Create a oB value using the given initial value that changes every time the n occurs.greflex Create an pB value using the given initial value that changes every time the n occurs.ireflex Create a new nF that only occurs only once, on the first occurrence of the supplied n.jreflexj9 designates monads that can read the current value of a m. This includes both r and q.kreflexGet the current value in the mlreflexThe lh class contains all the primitive functionality needed for Functional Reactive Programming (FRP). The t type parameter indicates which "timeline" is in use. Timelines are fully-independent FRP contexts, and the type of the timeline determines the FRP engine to be used. For most purposes, the 12 implementation is recommended.mreflex4A container for a value that can change over time. mQs can be sampled at will, but it is not possible to be notified when they changenreflex5A stream of occurrences. During any given frame, an n~ is either occurring or not occurring; if it is occurring, it will contain a value of the given type (its "occurrence type")oreflexvA container for a value that can change over time and allows notifications on changes. Basically a combination of a m and an n, with a rule that the m! will change if and only if the n fires.preflexAn p is a more general form of a o. Instead of always fully replacing the value, only parts of it can be patched. This is only needed for performance critical code via ( to make small changes to large values.qreflex=A monad for doing complex push-based calculations efficientlyrreflex=A monad for doing complex pull-based calculations efficientlysreflexAn n with no occurrencestreflex Create a m that always has the given valueureflex Create an n from another n$; the provided function can sample m s and hold nWs, and use the results to produce a occurring (Just) or non-occurring (Nothing) resultvreflexLike u but intended for functions that the implementation can consider cheap to compute for performance considerations. WARNING: The function passed to v/ may be run multiple times without any caching.wreflex Create a m by reading from other m;s; the result will be recomputed whenever any of the read m s changesxreflex,Merge a collection of events; the resulting n will only occur if at least one input event is occurring, and will contain all of the input keys that are occurring simultaneouslyyreflexUEfficiently fan-out an event to many destinations. You should save the result in a let-binding, and then repeatedly `& on the result to create child eventszreflex Create an n8 that will occur whenever the currently-selected input n occurs{reflex Create an n\ that will occur whenever the input event is occurring -- and its occurrence value, another n/, is also occurring. You maybe looking for ' switchHold never ' instead.|reflex Extract the m of a o.}reflex Extract the n of the o.~reflex Create a new o . The given r9 must always return the most recent firing of the given n , if any.reflex Create a new p . The given PullMr's value must always change in the same way that the accumulated application of patches would change that value.reflex1Create a merge whose parents can change over timereflexExperimental: Create a merge whose parents can change over time; changing the key of an Event is more efficient than with mergeIncrementalreflex Extract the m component of an preflex Extract the n component of an preflex Convert an p to a oreflex Construct a  for a m given an  for its occurrence typereflex Construct a  for an n given an  for its occurrence typereflex Construct a  for a o given an  for its occurrence typereflex Construct a  for an p given (s for its patch target and patch types.reflexTEfficiently fan-out an event to many destinations. You should save the result in a let-binding, and then repeatedly c& on the result to create child eventsreflexConstructs a single nV out of a map of events. The output event may fire with multiple keys simultaneously.reflex Coerce a m2 between representationally-equivalent value typesreflex Coerce an n7 between representationally-equivalent occurrence typesreflex Coerce a o2 between representationally-equivalent value typesreflex Coerce an p2 between representationally-equivalent value typesreflex Construct a o from a m and an n. The m must change when and only when the n fires, such that the  Behavior'9s value is always equal to the most recent firing of the n*; if this is not the case, the resulting o# will behave nondeterministically.reflex Construct a o value that never changesreflexAccumulate an pA with the supplied initial value and the firings of the provided n3, using the combining function to produce a patch.reflex Similar to $ but the combining function runs in qreflex Similar to \ but allows filtering of updates (by dropping updates when the combining function produces Nothing)reflex Similar to $ but the combining function runs in qreflexAccumulate an p by folding occurrences of an nL with a function that both accumulates and produces a value to fire as an n:. Returns both the accumulated value and the constructed n.reflexLike $ but the combining function runs in qreflexAccumulate an p by folding occurrences of an nq with a function that both optionally accumulates and optionally produces a value to fire as a separate output n. Note that because +s are discarded in both cases, the output n! may fire even though the output p" has not changed, and the output p! may update even when the output n is not firing.reflexLike ! but the combining function is a q actionreflex"A somewhat slow implementation of ireflex Create an n from another n%. The provided function can sample m s and hold ns.reflexFlipped version of .reflexRotated version of  .reflexRotated version of  .reflex Alias for  reflexFlipped version of  .reflex*Filter 'f a' using the provided predicate.reflexFilter  s from 'f (Either a b)' into a.reflexFilter  s from 'f (Either a b)' into b.reflex%Replace each occurrence value of the n with the value of the m at the time of that occurrence.reflex%Replace each occurrence value of the n with the value of the m at that time; if it is  +, fire with the contained value; if it is , drop the occurrence.reflex Create a new n' that combines occurrences of supplied n with the current value of the m.reflex Create a new n that occurs when the supplied n7 occurs by combining it with the current value of the m.reflex Create a new n= by combining each occurrence with the current value of the mH. The occurrence is discarded if the combining function returns Nothingreflex Create a new n> that occurs on all but the first occurrence of the supplied n.reflexCreate a tuple of two nAs with the first one occurring only the first time the supplied nB occurs and the second occurring on all but the first occurrence.reflexYTake the streak of occurrences starting at the current time for which the event returns .>Starting at the current time, fire all the occurrences of the n( for which the given predicate returns . When first A is returned, do not fire, and permanently stop firing, even if + values would have been encountered later.reflexbTake the streak of occurrences starting at the current time for which the event returns 'Just b'.>Starting at the current time, fire all the occurrences of the n> for which the given predicate returns 'Just b'. When first t is returned, do not fire, and permanently stop firing, even if 'Just b' values would have been encountered later.reflexYDrop the streak of occurrences starting at the current time for which the event returns .EStarting at the current time, do not fire all the occurrences of the n( for which the given predicate returns . When G is first returned, do fire, and permanently continue firing, even if + values would have been encountered later.reflexpBoth take and drop the streak of occurrences starting at the current time for which the event returns 'Just b'.SFor the left event, starting at the current time, fire all the occurrences of the n7 for which the given function returns 'Just b'. When s is returned, do not fire, and permanently stop firing, even if 'Just b' values would have been encountered later.^For the right event, do not fire until the first occurrence where the given function returns ~, and fire that one and all subsequent occurrences. Even if the function would have again returned 'Just b', keep on firing.reflexSplit the supplied n into two individual nHs occurring at the same time with the respective values from the tuple.reflexPrint the supplied  and the value of the n" on each occurrence. This should only be used for debugging.JNote: As with Debug.Trace.trace, the message will only be printed if the n is actually used.reflexEPrint the output of the supplied function on each occurrence of the n. This should only be used for debugging.JNote: As with Debug.Trace.trace, the message will only be printed if the n is actually used.reflex Create a new n$ that occurs if at least one of the nqs in the list occurs. If multiple occur at the same time they are folded from the left with the given function.reflex Create a new n$ that occurs if at least one of the nhs in the list occurs. If multiple occur at the same time the value is the value of the leftmost event.reflex Create a new n$ that occurs if at least one of the n:s in the list occurs and has a list of the values of all ns occurring at that time.reflex Create a new n combining the map of n s into an nL that occurs if at least one of them occurs and has a map of values of all ns occurring at that time.reflexLike  but for .reflex1Create a merge whose parents can change over timereflex1Create a merge whose parents can change over timereflexExperimental: Create a merge whose parents can change over time; changing the key of an Event is more efficient than with mergeIncrementalreflex)Split the event into separate events for   and   values.reflex)Split the event into separate events for  and G values, allowing them to fire simultaneously when the input value is .reflexSplit the event into an a4 that allows efficient selection of the individual ns.reflexSwitches to the new event whenever it receives one. Only the old event is considered the moment a new one is switched in; the output event will fire at that moment only if the old event does.Because the simultaneous firing case is irrelevant, this function imposes laxer "timing requirements" on the overall circuit, avoiding many potential cyclic dependency / metastability failures. It's also more performant. Use this rather than  and \ unless you are absolutely sure you need to act on the new event in the coincidental case.reflexSwitches to the new event whenever it receives one. Whenever a new event is provided, if it is firing, its value will be the resulting event's value; if it is not firing, but the old one is, the old one's value will be used., by always forwarding the old event the moment it is switched out, avoids many potential cyclic dependency problems / metastability problems. It's also more performant. Use it instead unless you are sure you cannot.reflexswitches to a new event whenever it receives one. At the moment of switching, the old event will be ignored if it fires, and the new one will be used if it fires; this is the opposite of z%, which will use only the old value., by always forwarding the old event the moment it is switched out, avoids many potential cyclic dependency problems / metastability problems. It's also more performant. Use it instead unless you are sure you cannot.reflexWhen the given outer event fires, condense the inner events into the contained patch. Non-firing inner events will be replaced with deletions.reflexSee reflexSee reflexGiven a  of events (e.g., a  with n values) and an event of  es (e.g., a  with n values), produce an n of the ) type that fires with the patched value.reflex Create a new n" that only occurs if the supplied n occurs and the m# is true at the time of occurrence.reflexoCreate a new behavior given a starting behavior and switch to the behavior carried by the event when it fires.reflex Combine two o<s. The result will change whenever either (or both) input o changes. Equivalent to zipDynWith (,).reflex Combine two oVs with a combining function. The result will change whenever either (or both) input o changes. More efficient than  .reflexThis function converts a  whose elements are o s into a o a. Its implementation is more efficient than doing the same through the use of multiple uses of  or  operators.reflexThis function converts a  whose elements are o s into a o a. Its implementation is more efficient than doing the same through the use of multiple uses of  or  operators.reflexConvert a list of o s into a o list.reflex Create a new o/ by applying a combining function to a list of osreflex Create a new n% that occurs when the first supplied n$ occurs unless the second supplied n occurs simultaneously.reflex_Zips two values by taking the union of their shapes and combining with the provided function.  values are dropped.reflex Produces an n3 that fires only when the input event fires with a $ key that matches the provided key.reflexFactor the input  n to produce an n which fires when the 1 key changes and contains both the value of the  at switchover and an n8 of values produced by subsequent firings of the input n that do not change the  key.reflex Accumulate a o by folding occurrences of an n" with the provided function. See foldDyn.reflex Accumulate a o by folding occurrences of an n with the provided q action.reflex Accumulate a o by folding occurrences of an n) with the provided function, discarding  results.reflex Accumulate a o by folding occurrences of an n with the provided q action, discarding  results.reflex Accumulate a o by folding occurrences of an nL with a function that both accumulates and produces a value to fire as an n,. Returns both the accumulated value and an n.reflex Similar to * except that the combining function is a q action.reflex Accumulate a o by folding occurrences of an nq with a function that both optionally accumulates and optionally produces a value to fire as a separate output n. Note that because +s are discarded in both cases, the output n! may fire even though the output o" has not changed, and the output o! may update even when the output n is not firing.reflexLike * except that the combining function is a q action.reflex Accumulate a m by folding occurrences of an n with the provided function.reflexLike ) except that the combining function is a q action.reflex Accumulate a m by folding occurrences of an n) with the provided function, discarding  results.reflexLike ) except that the combining function is a q action.reflex Accumulate a m by folding occurrences of an nL with a function that both accumulates and produces a value to fire as an n,. Returns both the accumulated value and an n.reflexLike ) except that the combining function is a q action.reflex Accumulate a m by folding occurrences of an nq with a function that both optionally accumulates and optionally produces a value to fire as a separate output n. s are discarded.reflexLike ) except that the combining function is a q action.reflexAccumulate occurrences of an nE, producing an output occurrence each time. Discard the underlying R.reflexAccumulate occurrences of an nN, possibly producing an output occurrence each time. Discard the underlying R.reflexAccumulate occurrences of an n , using a qO action and producing an output occurrence each time. Discard the underlying R.reflexAccumulate occurrences of an n , using a qY action and possibly producing an output occurrence each time. Discard the underlying R.reflex Create a new n by combining each occurrence with the next value of the list using the supplied function. If the list runs out of items, all subsequent n occurrences will be ignored.reflex0Assign a number to each occurrence of the given n, starting from 0reflex0Assign a number to each occurrence of the given nreflex0Assign a number to each occurrence of the given n!; discard the occurrences' valuesreflex&This is used to sample the value of a m using an n.The : operator is intended to be used in conjunction with the  instance for m.9This is useful when we want to combine the values of one n and the value of several ms at the time the n is firing. If we have: Lf :: a -> b -> c -> d b1 :: Behavior t a b2 :: Behavior t b e :: Event t cthen we can do: "f <$> b1 <*> b2 <@> e :: Event t din order to apply the function f to the relevant values.(The alternative would be something like: HattachWith (\(x1, x2) y -> f x1 x2 y) ((,) <$> b1 <*> b2) e :: Event t dGor a variation involing a custom data type to hold the combination of m8s even when that combination might only ever be used by f.#A more suggestive example might be: chandleMouse <$> bPlayerState <*> bMousePosition <@> eMouseClick :: Event t (GameState -> GameState)reflexAn version of $ that does not use the value of the n.Alternatively, it is  in operator form.>This is useful when we want to combine the values of several m(s at particular points in time using an  style syntax. If we have: Gg :: a -> b -> d b1 :: Behavior t a b2 :: Behavior t b e :: Event t cwhere e- is firing at the points in time of interest.Then we can use : "g <$> b1 <*> b2 <@ e :: Event t dto combine the values of b1 and b25 at each of those points of time, with the function g" being used to combine the values.This is the same as  except that the n) is being used only to act as a trigger.reflexA "cheap" version of . See the performance note on v.reflexA "cheap" version of  . See the performance note on v.reflex An alias for reflexA "cheap" version of . See the performance note on v.reflexA "cheap" version of . See the performance note on v.reflexA "cheap" version of . See the performance note on v.reflexA "cheap" version of . See the performance note on v.reflex,Merge a collection of events; the resulting n will only occur if at least one input event is occurring, and will contain all of the input keys that are occurring simultaneouslyreflex1Create a merge whose parents can change over timereflexExperimental: Create a merge whose parents can change over time; changing the key of an Event is more efficient than with mergeIncrementalreflexA "cheap" version of . See the performance note on v.reflexA "cheap" version of . See the performance note on v.reflexA "cheap" version of . See the performance note on v.reflexSee reflexSee reflexNever:  = s.reflexn' intersection (convenient interface to {).reflexn< intersection. Only occurs when both events are co-incident.reflexILeft-biased event union (prefers left event on simultaneous occurrence). !"#$%&'()*+,-./0123456789:;<=>?@A KRSWUTVYXZ[\]^_`abcdfeghijklnompqrs|}tuvwxyz{~lnompqrs|}tuvwxyz{~jkdfeghiabc^_`[\] RSWUTVYXZK 44 Safe=?@AC$reflex$ efficiently collects n values using % and combines them via B to provide an n result.$%$% Safe,=?@AC'reflex) efficiently collects o values using (, and combines them monoidally to provide a o result.)reflexType synonym for ''())'( None=?@AF/+reflexA o whose } n- will never fire with the same value as the |  Behavior'Gs contents. In order to maintain this constraint, the value inside a + is always evaluated to  .https://wiki.haskell.org/Weak_head_normal_formweak head normal form. Internally, + uses pointer equality as a heuristic to avoid unnecessary update propagation; this is much more efficient than performing full comparisons. However, when the +# is converted back into a regular o!, a full comparison is performed.,reflex Construct a +) by eliminating redundant updates from a o.-reflexRetrieve a normal o from a +<. This will perform a final check using the output type's , instance to ensure deterministic behavior.#WARNING: If used with a type whose G instance is not law-abiding - specifically, if there are cases where x /= x, - may eliminate more }: occurrences than it should. For example, NaN values of C and D- are considered unequal to themselves by the B instance, but can be equal by pointer equality. This may cause +" to lose changes from NaN to NaN..reflex3Create a UniqDynamic without uniqing it on creation. This will be slightly faster than uniqDynamic when used with a Dynamic whose values are always (or nearly always) different from its previous values; if used with a Dynamic whose values do not change frequently, it may be much slower than uniqDynamic+,-.+,-. 8This module contains various functions for working with o values. o+ and its primitives have been moved to the l class.None&'-.1=>?@AHNSUVX_F'3reflex Poor man's Generics for product types only.7reflexWIndicates that all elements in a type-level list are applications of the same functor.;reflexThis class allows Ds and FHlistFs to be built from regular lists; they must be contiguous and sorted.>reflex.A typed index into a typed heterogeneous list.AreflexLike D+, but with a functor wrapping each element.Dreflex_A heterogeneous list whose type and length are fixed statically. This is reproduced from the Dm package due to integration issues, and because very little other functionality from that library is needed.Greflex2Represents a time changing value together with an a2 that can efficiently detect when the underlying oj has a particular value. This is useful for representing data like the current selection of a long list. Semantically, %demuxed (demux d) k === fmap (== k) dIHowever, when getDemuxed is used multiple times, the complexity is only  O(log(n)), rather than O(n) for fmap.HreflexMap a sampling function over a o.IreflexFlipped version of HJreflex Create a new o; that only signals changes if the values actually changed.Kreflex Create a new o' that changes only when the underlying o) changes and the given function returns - when given both the old and the new values.Lreflex Dynamic Maybe that can only update from Nothing to Just or Just to Just (i.e., cannot revert to Nothing)Mreflex Create a o& that accumulates values from another o+. This function does not force its input o until the output o is forced.NreflexLike ME, but the the accumulator function may decline to update the result Dynamic's value.Oreflex Create a o6 using the initial value and change it each time the nM occurs using a folding function on the previous value and the value of the n.PreflexLike O", but the combining function is a q action, so it can k existing  Behaviors and e new ones.Qreflex Create a oH using the provided initial value and change it each time the provided n= occurs, using a function to combine the old value with the Event'"s value. If the function returns =, the value is not changed; this is distinct from returning   the old value, since the Dynamic's } n will fire in the  ! case, and will not fire in the  case.RreflexLike Q", but the combining function is a q action, so it can k existing  Behaviors and e new ones.Sreflex Create a new o$ that counts the occurrences of the n.Treflex Create a new o> using the initial value that flips its value every time the n occurs.UreflexSwitches to the new n whenever it receives one. Only the old event is considered the moment a new one is switched in; the output event will fire at that moment if only if the old event does.Prefer this to V where possible. The lack of doing double work when the outer and (new) inner fires means this imposes fewer "timing requirements" and thus is far more easy to use without introducing fresh failure cases. U is also more performant.VreflexSwitches to the new n. whenever it receives one. Switching occurs before the inner n fires - so if the oq changes and both the old and new inner Events fire simultaneously, the output will fire with the value of the new n.Prefer U to this where possible. The timing requirements that switching before imposes are likely to bring down your app unless you are very careful. U is also more performant.WreflexSplit a o pair into a pair of osXreflex Convert a  with o elements into a o of a  with non-o elements.YreflexConvert a list with o elements into a o of a list with non-o0 elements, preserving the order of the elements.Zreflex Combine a o of a  of o s into a o! with the current values of the o s in a map.[reflexPrint the value of the oK when it is first read and on each subsequent change that is observed (as 3), prefixed with the provided string. This should only be used for debugging.tNote: Just like Debug.Trace.trace, the value will only be shown if something else in the system is depending on it.\reflexHPrint the result of applying the provided function to the value of the oK when it is first read and on each subsequent change that is observed (as ). This should only be used for debugging.tNote: Just like Debug.Trace.trace, the value will only be shown if something else in the system is depending on it.]reflexReplace the value of the n with the current value of the o each time the n occurs.Note: tagPromptlyDyn d e differs from tag (current d) e in the case that e" is firing at the same time that d is changing. With tagPromptlyDyn d e, the new value of d will replace the value of e, whereas with tag (current d) e, the old value will be used, since the mX won't be updated until the end of the frame. Additionally, this means that the output n/ may not be used to directly change the input o8, because that would mean its value depends on itself.  When creating cyclic data flows, generally tag (current d) e is preferred.^reflex Attach the current value of the o to the value of the n each time it occurs.Note: attachPromptlyDyn d is not the same as attach (current d). See ] for details._reflex!Combine the current value of the o with the value of the n each time it occurs.Note: attachPromptlyDynWith f d is not the same as attachWith f (current d). See ] for details.`reflex Create a new nJ by combining the value at each occurrence with the current value of the oA value and possibly filtering if the combining function returns .Note: attachPromptlyDynWithMaybe f d is not the same as attachWithMaybe f (current d). See ] for details.areflex Factor a Dynamic t (Maybe a) into a Dynamic t (Maybe (Dynamic t a)), such that the outer o is updated only when the Maybe's constructor chages from  to  3 or vice-versa. Whenever the constructor becomes   , an inner o/ will be provided, whose value will track the a inside the  ; when the constructor becomes , the existing inner oW will become constant, and will not change when the outer constructor changes back to .breflexnTurns a 'Dynamic t (Either a b)' into a 'Dynamic t (Either (Dynamic t a) (Dynamic t b))' such that the outer o is updated only when the E! constructor changes (e.g., from   to  ).creflex!Factor a 'Dynamic t DSum' into a o  containing nested o values. The outer o" updates only when the key of the ) changes, while the update of the inner o+ represents updates within the current key.dreflex Demultiplex an input value to a GT with many outputs. At any given time, whichever output is indicated by the given o will be .ereflex"Select a particular output of the GJ; this is equivalent to (but much faster than) mapping over the original o4 and checking whether it is equal to the given key.freflex5Collect a hetereogeneous list whose elements are all os into a single o@ whose value represents the current values of all of the input os.greflex8Convert a datastructure whose constituent parts are all os into a single oK whose value represents all the current values of the input's constituent os.<f}|o3465789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefg<o|}fHISTUV]^_`abcMNJKLOPQRZ[\WXYGdeDEFABCg;<=3465789:>?@fF2None &'UVXFreflexThis type represents an occurrence of unqDyn before it has been processed by qDyn. If you see it in a type error, it probably means that unqDyn has been used outside of a qDyn context.ureflexQuote a o9 expression. Within the quoted expression, you can use $(unqDyn [| x |]) to refer to any expression x of type  Dynamic t a'; the unquoted result will be of type avreflex Antiquote a o expression. This can only be used inside of a qDyn quotation.wreflex Create a o value using other oUs as inputs. The result is sometimes more concise and readable than the equivalent !-based expression. For example: +[mkDyn| $x + $v * $t + 1/2 * $a * $t ^ 2 |]would have a very cumbersome  encoding.uvwuvwThis module defines the x classSafe=?@ACxreflexx efficiently collects m values using y, and combines them monoidally to provide a m result.xyxyCA class for actions that can be "adjusted" over time based on some n: such that, when observed after the firing of any such nD, the result is as though the action was originally run with the ns value.None,=?@ACHSVX_Ű{reflex Synonym for ||reflexA G that supports adjustment over time. After an action has been run, if the given events fire, it will adjust itself so that its net effect is as though it had originally been run with the new value. Note that there is some issue here with persistent side-effects: obviously, IO (and some other side-effects) cannot be undone, so it is up to the instance implementer to determine what the best meaning for this class is in such cases.reflex Traverse a  of |- actions, running each of them. The provided n of patches to the # can add, remove, or update values.reflex Traverses a  of |- actions, running each of them. The provided n of patches to the / can add, remove, update, move, or swap values.reflex Traverses a , running the provided | action. The provided n of patches to the 0 can add, remove, update, move, or swap values. {|}~ |}~{Safe&'=>?@ACEHISVXreflex. designates monads that can run reflex frames.reflexGPropagate some events firings and read the values of events afterwards.This function will create a new frame to fire the given events. It will then update all dependent events and behaviors. After that is done, the given callback is executed which allows to read the final values of events and check whether they have fired in this frame or not.5All events that are given are fired at the same time.kThis function is typically used in the main loop of a reflex framework implementation. The main loop waits for external events to happen (such as keyboard input or a mouse click) and then fires the corresponding events using this function. The read callback can be used to read output events and perform a corresponding response action to the external event.reflex&Run a frame without any events firing.2This function should be used when you want to use k and e when no events are currently firing. Using this function in that case can improve performance, since the implementation can assume that no events are firing when k or e are called.aThis function is commonly used to set up the basic event network when the application starts up.reflexCA monad where new events feed from external sources can be created.reflexCreates a root n, (one that is not based on any other event).:When a subscriber first subscribes to an event (building another event that depends on the subscription) the given callback function is run and passed a trigger. The callback function can then set up the event source in IO. After this is done, the callback function must return an accompanying teardown action.aAny time between setup and teardown the trigger can be used to fire the event, by passing it to .Note: An event may be set up multiple times. So after the teardown action is executed, the event may still be set up again in the future.reflex)Monad that allows to read events' values.reflexRead the value of an n from an  (created by calling ).After event propagation is done, all events can be in two states: either they are firing with some value or they are not firing. In the former case, this function returns Just act, where acta in an action to read the current value of the event. In the latter case, the function returns Nothing.4This function is normally used in the calllback for .reflexMonad in which Events can be  subscribed. This forces all underlying event sources to be initialized, so that the event will fire whenever it ought to. Events must be subscribed before they are read using readEventreflex.Subscribe to an event and set it up if needed. This function will create a new  from an n$. This handle may then be used via  in the read callback of .If the event wasn't subscribed to before (either manually or through a dependent event or behavior) then this function will cause the event and all dependencies of this event to be set up. For example, if the event was created by &, then it's callback will be executed./It's safe to call this function multiple times.reflexUFramework implementation support class for the reflex implementation represented by t.reflexLike !, but without reading any events.reflex/Create a new event and store its trigger in an IORef while it's active.An event is only active between the set up (when it's first subscribed to) and the teardown phases (when noboby is subscribing the event anymore). This function returns an Event and an IORef'. As long as the event is active, the IORef will contain  M the event trigger to trigger this event. When the event is not active, the IORef will contain u. This allows event sources to be more efficient, since they don't need to produce events when nobody is listening.reflex$Fire the given trigger if it is not .reflex$Fire the given trigger if it is not , and read from the given .Safe.=?@ACHUVX {reflex. represents an action that is notified via an nu when it has finished executing. Note that the specific definition of "finished" is determined by the instance of , but the intent is to allow ms and oTs to be safely sampled, regardless of where they were created, when the post-build n fires. The post-build n- will fire exactly once for an given action.reflexRetrieve the post-build n for this action.None=?@AHNSVX_)reflex.Create a set of widgets based on the provided . When the input n/ fires, remove widgets for keys with the value ( and add/replace widgets for keys with   values.reflexyDisplay the given map of items (in key order) using the builder function provided, and update it with the given event. = update entries will delete the corresponding children, and  \ entries will create them if they do not exist or send an update event to them if they do.reflexLCreate a dynamically-changing set of Event-valued widgets. This is like $, specialized for widgets returning  Event t a.  would return Dynamic t (Map k (Event t a)) in this scenario, but  flattens this to Event t (Map k a) via z.reflexTCreate a dynamically-changing set of widgets, one of which is selected at any time.reflexLike : but discards the value of the list item widget's output n.reflexZCreate a dynamically-changing set of widgets from a Dynamic key/value map. Unlike the withKeyU variants, the child widgets are insensitive to which key they're associated with.reflexACreate a dynamically-changing set of widgets from a Dynamic list.reflexCurrent selection keyreflexDynamic key/value mapreflexFunction to create a widget for a given key from Dynamic value and Dynamic Bool indicating if this widget is currently selectedreflexcEvent that fires when any child's return Event fires. Contains key of an arbitrary firing widget.reflexCurrent selection keyreflexDynamic key/value mapreflexFunction to create a widget for a given key from Dynamic value and Dynamic Bool indicating if this widget is currently selectedreflexcEvent that fires when any child's return Event fires. Contains key of an arbitrary firing widget.This module provides a pure implementation of Reflex, which is intended to serve as a reference for the semantics of the Reflex class. All implementations of Reflex should produce the same results as this implementation, although performance and laziness/strictness may differ.None-/=?@AHSVX3reflexA completely pure-functional l6 timeline, identifying moments in time with the type t.reflexThe H instance of t must be dense: for all x :: t, there must not exist any y :: t such that I x < y < x. The J< instance will be used exclusively to memoize functions of t(, not for any of its other capabilities. mnop mnopA class that ties together queries to some data source and their results, providing methods for requesting data from the source and accumulating streamed results.None2=>?@ACHMVSreflexA class that allows sending of s and retrieval of s. See  for a commonly used interface.reflexGThis type can be used to track of the frequency of interest in a given . See note on reflexQueryMorphism's must be group homomorphisms when acting on the query type and compatible with the query relationship when acting on the query result.reflexA H can be thought of as a declaration of interest in some set of data. A < is the set of data associated with that interest set. The crop; function provides a way to determine what part of a given  is relevant to a given .reflexApply a  to a reflexMap a  to a reflex The SemigroupMonoid'Group instances for a Query containing ps should use this function which returns Nothing if the result is 0. This allows the pruning of leaves of the  that are no longer wanted.reflexProduce and send an p  from a o .reflex Retrieve oally updating s for a oally updating .reflex@Use a query morphism to operate on a smaller version of a query.reflexWe can lift queries into monoidal containers. But beware of Applicatives whose monoid is different from (pure mempty, liftA2 mappend)reflexThe result of an absurd query is trivial; If you can ask the question, the answer cannot tell you anything you didn't already know.'QueryResult Void = Voidt' seems like it would also work, but that has problems of robustness. In some applications, an unasked question can still be answered, so it is important that the result is inhabited even when the question isn't. Applications that wish to prevent this can mandate that the query result be paired with the query: then the whole response will be uninhabited as desired.reflex%Trivial queries have trivial results.reflex*the result of two queries is both results.Safe =?@ACHNV`reflexA % action can trigger requests of type  Request m a based on n!s, and receive responses of type  Response m a in return. Note that the a type can vary within the C action, but will be linked for a given request. For example, if  Request m is K and  Response m is L, then  has the same type as 3.reflexThe type of requests that this  can emitreflex The type of responses that this  can receivereflex"Emit a request whenever the given n/ fires, and return responses in the resulting n.reflex"Emit a request whenever the given n! fires, and ignore all responses.reflex"Emit a request whenever the given n: fires, and unwrap the responses before returning them.  Response m must be L.Safe=?@ACnreflex$ represents actions that can create ns that can be triggered by K actions.reflexCreate a triggerable n=. Whenever the resulting function is called, the resulting nP will fire at some point in the future. Note that this may not be synchronous.reflexLike T, but the callback itself takes another callback, to be invoked once the requested nD occurrence has finished firing. This allows synchronous operation.reflexLike , but with setup and teardown. This relatively complex type signature allows any external listeners to be subscribed lazily and then removed whenever the returned n is no longer being listened to. Note that the setup/teardown may happen multiple times, and there is no guarantee that the teardown will be executed promptly, or even at all, in the case of program termination.Safe=>?@ACHSUVX}reflex= represents actions that can trigger other actions based on ns.reflex^The type of action to be triggered; this is often not the same type as the triggering action. reflex*Perform the action contained in the given n whenever the n' fires. Return the result in another n. Note that the output n, will generally occur later than the input n , since most % actions cannot be performed during n propagation. reflexLike  G, but do not return the result. May have slightly better performance. reflexLike  , but the resulting n! occurs only when the callback ( a -> IO ()3) is called, not when the included action finishes.NOTE: Despite the name,   does not run its action in a separate thread - although the action is free to invoke forkIO and then call the callback whenever it is ready. This will work properly, even in GHCJS (which fully implements concurrency even though JavaScript does not have built in concurrency).      None 4=?@AHMV^ reflexA basic implementation of .reflexA reference to an  suitable for firing with  .reflexA value with which to fire an nG, as well as a callback to invoke after its propagation has completed.reflexRun a  # action. The argument should be a M into which js can be passed; it is expected that some other thread will be responsible for popping values out of the M and firing their s.reflexRetrieve the current M:; event trigger invocations pushed into it will be fired.    1Clocks, timers, and other time-related functions.None24567>@AHNPVXѫ1reflex'Metadata associated with a timer "tick"3reflex)UTC time immediately after the last tick.4reflex<Number of time periods or ticks since the start of the timer5reflex;Amount of time that has elapsed in the current tick period.6reflex Fires an nI once every time provided interval elapses, approximately. The provided Nm is used bootstrap the determination of how much time has elapsed with each tick. This is a special case of 89 that uses the post-build event to start the tick thread.7reflex Fires an nV once every time provided interval elapses, approximately. This is a special case of 8o that uses the post-build event to start the tick thread and the time of the post-build as the tick basis time.8reflex Fires an n approximately each time the provided interval elapses. If the system starts running behind, occurrences will be dropped rather than buffered. Each occurrence of the resulting event will contain the index of the current interval, with 0 representing the provided initial time.9reflexLGeneralization of tickLossyFrom that takes the delay and initial time as an n.:reflexLike 6;, but immediately calculates the first tick and provides a o that is updated as ticks fire.;reflex Generates a 12, given the specified interval and timestamp. The 1 will include the current time, the number of ticks that have elapsed since the timestamp, and the amount of time that has elapsed since the start time of this tick.<reflex:Delay an Event's occurrences by a given amount in seconds.=reflexSend events with Poisson timing with the given basis and rate Each occurrence of the resulting event will contain the index of the current interval, with 0 representing the basis time>reflexSend events with Poisson timing with the given basis and rate Each occurrence of the resulting event will contain the index of the current interval, with 0 representing the basis time. Automatically begin sending events when the DOM is built?reflexSend events with inhomogeneous Poisson timing with the given basis and variable rate. Provide a maxRate that you expect to support.@reflexSend events with inhomogeneous Poisson timing with the given basis and variable rate. Provide a maxRate that you expect to supportAreflexBlock occurrences of an Event until the given number of seconds elapses without the Event firing, at which point the last occurrence of the Event will fire.BreflexWhen the given nm occurs, wait the given amount of time and collect all occurrences during that time. Then, fire the output n with the collected output.CreflexThrottle an input event, ensuring that at least a given amount of time passes between occurrences of the output event. If the input event occurs too frequently, the output event occurs with the most recently seen input value after the given delay passes since the last occurrence of the output. If the output event has not occurred recently, occurrences of the input event will cause the output event to fire immediately.DreflexFThrottle an input event, ensuring that the output event doesn't occur more often than you are ready for it. If the input event occurs too frequently, the output event will contain semigroup-based summaries of the input firings that happened since the last output firing. If the output event has not occurred recently, occurrences of the input event will cause the output event to fire immediately. The first parameter is a function that receives access to the output event, and should construct an event that fires when the receiver is ready for more input. For example, using delay 20) would give a simple time-based throttle.>NB: The provided lag function must *actually* delay the event.8reflexThe length of a tick intervalreflexnThe basis time from which intervals count and with which the initial calculation of elapsed time will be made.reflexEvent that starts a tick generation thread. Usually you want this to be something like the result of getPostBuild that only fires once. But there could be uses for starting multiple timer threads.9reflexgEvent that starts a tick generation thread. Usually you want this to be something like the result of U that only fires once. But there could be uses for starting multiple timer threads.=reflexPoisson event rate (Hz)reflexBaseline time for eventsreflexEvent that starts a tick generation thread. Usually you want this to be something like the result of getPostBuild that only fires once. But there could be uses for starting multiple timer threads. Start sending events in response to the event parameter.>reflexPoisson event rate (Hz)reflexBaseline time for events+-,.0/125436789:;<=>?@ABCDZ[\125436789:;<=>?@ABC.0/+-,D\[ZNone&'1=?@AEHMNSUVXw]reflexA basic implementation of .OreflexJWe use a hack here to pretend we have x ~ request a; we don't want to use a GADT, because GADTs (even with zero-size existential contexts) can't be newtypes WARNING: This type should never be exposed. In particular, this is extremely unsound if a MyTag from one run of runRequesterT is ever compared against a MyTag from anotherdreflexLRuns in reverse to accommodate for the fact that we accumulate it in reverseereflexd with its arguments flippedhreflexRun a ] action. The resulting nV will fire whenever requests are made, and responses should be provided in the input n. The PW keys will be used to return the responses to the same place the requests were issued.ireflex2Map a function over the request and response of a ]nreflexMatches incoming responses with previously-sent requests and uses the provided request "decoder" function to process incoming responses.ireflex$The function to map over the requestreflex%The function to map over the responsereflex The internal ]+ whose input and output will be transformedreflexThe resulting ]nreflexGiven a request (from b), produces the wire format of the request and a function used to process the associated responsereflexThe outgoing requestsreflex4The incoming responses, tagged by an identifying keyreflexOA map of outgoing wire-format requests and an event of responses keyed by the a' key of the associated outgoing request]^_`abcdefghijklmn]^_hiklma`decbnfgj(This module contains an instance of the l: class that provides profiling/cost-center information.None-/1=>?@AHMSVXk`mQRnSToUVpWXNone.=?@AHMNSUVX$reflex#Provides a basic implementation of .reflexRun a  action. An n[ should be provided that fires immediately after the action is finished running; no other ns should fire first.reflex DeprecatedNone&'-1=>?@AEHMSUVXhreflex#Provides a basic implementation of !. Note that, despite the name,  is not an instance of Y.reflex+A function that fires events for the given 3s and then runs any followup actions provided via  . The given _ action will be run once for the initial trigger execution as well as once for each followup.reflexRun a  action, returning a $ that allows the caller to trigger ns while ensuring that  * actions are run at the appropriate time.None=?@AEHMSUVXWreflexA basic implementation of $.Zreflex-WARNING: Do not construct this directly; use [ insteadreflexRun a  action.reflexGiven a function like }& for the underlying monad, implement } for ?. This is necessary when the underlying monad doesn't have a |& instance or to override the default | behavior.\reflexLike  , but for sequenceIntMapWithAdjust.reflexLike  , but for .reflex$Map a function over the output of a .reflex+Change the monad underlying an EventWriterT None/1=?@AHMSVX_ $reflexawithQueryT's QueryMorphism argument needs to be a group homomorphism in order to behave correctlyreflexMaps a function over a % that can change the underlying monadreflex}dynWithQueryT's (Dynamic t QueryMorphism) argument needs to be a group homomorphism at all times in order to behave correctly  4None $%!None&'1=?@AHMPSVX_7reflexA basic implementation of '.:reflexRun a 7Z action. The dynamic writer output will be provided along with the result of the action.;reflex$Map a function over the output of a 7.?reflexWhen the execution of a 7 action is adjusted using |, the o6 output of that action will also be updated to match.789:;789:;5None'()789:;"%Implementation of MonadBehaviorWriterNone&'1=?@AHMSVXiTreflexA basic implementation of x.WreflexRun a T[ action. The behavior writer output will be provided along with the result of the action.Xreflex$Map a function over the output of a T.TUVWXTUVWX#None 8=>?@ACHV/opqopq$None&',-/14=>?@ACEHIMSUVX_`,qreflexFThe monad for actions that manipulate a Spider timeline identified by xreflex is the old name for reflex&The default, global Spider environmentreflex.Designates the default, global Spider timeline2reflex&Retrieve the current SpiderTimelineEnvIreflexlStores all global data relevant to a particular Spider timeline; only one value should exist for each type xLreflexA statically allocated reflex Construct an i# equivalent to that constructed by g, but with no caching; if the computation function is very cheap, this is (much) more efficient than reflex'A subscriber that never triggers other isreflex=Subscribe to an Event only for the duration of one occurrencereflex Construct an i; whose value is guaranteed not to be recomputed repeatedlyTODO: Try a caching strategy where we subscribe directly to the parent when there's only one subscriber, and then build our own FastWeakBag only when a second subscriber joinsreflex*Propagate everything at the current heightreflex*Propagate everything at the current heightreflex&Run an event action outside of a framereflexCreate a new SpiderTimelineEnvreflex*Pass a new timeline to the given function.reflexfRun an action affecting the global Spider timeline; this will be guarded by a mutex for that timelinereflexcRun an action affecting a given Spider timeline; this will be guarded by a mutex for that timelinepqrstuvw|}~      !"#%&$'()*,+-./0123456789:;<=>?@ABCDEFGHIJKLMNQOPRSTUVWXYZ[\]^_`abcdefghijklmnoxyz{|}~     pqrstuvw|}~      !"#%&$'()*,+-./0123456789:;<=>?@ABCDEFGHIJKLMNQOPRSTUVWXYZ[\]^_`abcdefghijklmnoxyz{|}~     6@This module exports all of the user-facing functionality of the  Reflex engineNone; L L%aThis module provides combinators for building FRP graphs/networks and modifying them dynamically.None@AJ)reflexA o "network": Takes a oC of network-creating actions and replaces the network whenever the oW updates. The returned Event of network results fires at post-build time and when the o" updates. Note: Often, the type aT is an Event, in which case the return value is an Event-of-Events, where the outer n) fires when switching networks. Such an n# would typically be flattened (via ).reflex"Given an initial "network" and an n of network-creating actions, create a network that is recreated whenever the Event fires. The returned Dynamic of network results occurs when the Event does. Note: Often, the type af is an Event, in which case the return value is a Dynamic-of-Events that would typically be flattened.reflexXRender a placeholder network to be shown while another network is not yet done building1NoneJ !"#$%&'()*+,-./0123456789:;<=>?@A KRSWUTVYXZ[\]^_`abcdfeghijklnompqrs|}tuvwxyz{~QRSTUVWX$%'()+,-.3465789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefguvwxy{|}~    +,-./0123456789:;<=>?@ABCDZ[\]^_`abcdefghijklmn789:;TUVWXopqL&None@ANX_reflexmBuild sortable content in such a way that re-sorting it can cause minimal disruption to an existing context.Naively re-sorting a list of images would destroy every image and add them back in the new order. This framework is able to avoid that by preserving the identity of each image and simply moving it to the new location.Example: (let sortByFst = buttonA $> comparing fst sortBySnd = buttonB $> comparing snd sortEvent = leftmost [sortByFst, sortBySnd] sortableList (\k v -> text $ "\n" ++ show k ++ " " ++ v) -- show each element on a new line (Map.fromList $ zip [0..] [(3, "a"), (2, "b"), (1, "c")]) sortEventreflex6Function to render the content for each key/value pairreflex=The sortable list with an initial ordering determined by the Map keys in ascending orderreflex.An event carrying a sort function for the list'Provides a convenient way to describe a series of interrelated widgets that can send data to, invoke, and replace one another. Useful for modeling user interface "workflows."NoneNXmreflex!A widget in a workflow When the n returned by a  fires, the current * is replaced by the one inside the firing n. A series of "s must share the same return type.reflexRuns a  and returns the o result of the  (i.e., a o& of the value produced by the current  node, and whose update n fires whenever one  is replaced by another).reflex Similar to , but outputs an n8 that fires at post-build time and whenever the current  is replaced by the next .reflexMap a function over a $, possibly changing the return type.reflexMap a "cheap" function over a !. Refer to the documentation for v5 for more information and performance considerations.]78978:78;78<78=78>78>7?@7?A7?B7?C7?D7?EFGHIIJKLMNOPQQRST-UVWXYZ[\]^_`abcdef[g_hijklmnopqf[grhijstuvwxyz { | } ~  1|      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMN O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                       !"#$%&'()*+,-3./0112334556789:;<=>?@ABCDEFGHIJKLMNOPQRRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}}~       !"#$%&'()*+,- . . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K!L!L!M!N!O!P!Q!R!S!T!U!V!W!X!Y!Z![!\!]!^!_!`!a!b!c!d!e!f!g"h"h"i"j"k"l"m"n"o"p"q"r"s"t"u"v"w"x"y"z"{"|"}"~"""#############$$$$$$$$$$$$$$$$$$$$$$2$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $ $ $ $ $$$$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($&$)$*$+$,$,$-$.$/$0$$$1$2$3$$$4$5$5$6$7$8$8$9$:$;$<$<$=$>$?$$$$@$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$$S$T$$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$:$$$$$0$($)$*$.$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C%D%E%F&G'H'H'I'J'K'L'MNOPNOQRSTNOHNOUNOVNOWNOXNOYNOZNO[NO\NO]NO^NO_NO`NOaNObNOcNOdNOeNOfNOgNOhNOiNOjNOkNOlNOmNOnNOoNOpNOqNOrNOsNOtNOuNOvNOwNOxNOyNOzNO{NO|NO}NO~NONONOcNONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONONO[NOgNONONONONO\NONONONONONONONONONONO`NOrNOP/+qRRSRRRRRRRSR777R7.7.7.7.7.7.7.77777777777777777777777777778777R  R  R RRRR !"#$%&'()*+,-.#reflex-0.6.4-K81VYtvGpHhAtTerU0ORJRData.FastMutableIntMap Reflex.ClassControl.Monad.ReaderIOData.AppendMapData.FastWeakBag Data.Map.Misc Data.WeakBagReflex.FastWeakReflex.FunctorMaybeReflex.EventWriter.ClassReflex.DynamicWriter.ClassReflex.Dynamic.UniqReflex.DynamicReflex.Dynamic.THReflex.BehaviorWriter.ClassReflex.Adjustable.ClassReflex.Host.ClassReflex.PostBuild.ClassReflex.Collection Reflex.PureReflex.Query.ClassReflex.Requester.ClassReflex.TriggerEvent.ClassReflex.PerformEvent.ClassReflex.TriggerEvent.Base Reflex.TimeReflex.Requester.BaseReflex.ProfiledReflex.PostBuild.BaseReflex.PerformEvent.BaseReflex.EventWriter.BaseReflex.Query.BaseReflex.DynamicWriter.BaseReflex.BehaviorWriter.BaseReflex.NotReady.ClassReflex.Spider.InternalReflex.NetworkReflex.Widget.BasicReflex.WorkflowData.MapMonoidalDataMap Data.Map.LazyshowTree Data.PatchIntMap MapWithMoveReflexSpider performEventReflex.EventWriterReflex.DynamicWriter Reflex.Spider#patch-0.0.2.0-bLgoQVaeeNIFlvtsMsnn8Data.Patch.IntMap getDeletionspatchIntMapNewElementsMappatchIntMapNewElementstraverseIntMapPatchWithKey unPatchIntMap PatchIntMapData.Functor.Misc dsumToEither eitherToDSum dmapToTheseRightTagLeftTag EitherTag'witherable-0.3.1-7X8Qem0RTVwIwyGxf9Odx8Data.WitherablemapMaybeReaderIO runReaderIO$fMonadReadereReaderIO$fMonadIOReaderIO$fMonadFixReaderIO$fMonadReaderIO$fApplicativeReaderIO$fFunctorReaderIO AppendMap _unAppendMapnonEmptyDeletemapMaybeNoNull showTreeWith$fDefaultMonoidalMap$fFilterableMonoidalMapFastMutableIntMapnewnewEmptyinsertlookupforIntersectionWithImmutable_for_isEmptysizegetFrozenAndClear applyPatchtoListFastWeakBagTicket FastWeakBag_weakBag_childrenempty traverse_traverseremove diffMapNoEqdiffMapapplyMapmapPartitionEithersapplyMapKeysSet WeakBagTicketWeakBag singletonFastWeakFastWeakTicketgetFastWeakTicketValuegetFastWeakValuegetFastWeakTicketmkFastWeakTicketgetFastWeakTicketWeak emptyFastWeak FunctorMaybe fmapMaybe$fFunctorMaybeIntMap$fFunctorMaybeMap$fFunctorMaybe[]$fFunctorMaybeMaybe$fFunctorMaybeOption AccumulatoraccumaccumM accumMaybe accumMaybeMmapAccum mapAccumM mapAccumMaybemapAccumMaybeMEventSelectorInt selectIntEventSelectorGselectG EventSelectorselect MonadHoldholdholdDynholdIncremental buildDynamicheadE MonadSamplesampleBehaviorEventDynamic IncrementalPushMPullMneverconstantpush pushCheappullmergeGfanGswitch coincidencecurrentupdatedunsafeBuildDynamicunsafeBuildIncrementalmergeIncrementalGmergeIncrementalWithMoveGcurrentIncrementalupdatedIncrementalincrementalToDynamicbehaviorCoercion eventCoerciondynamicCoercionincrementalCoercionmergeIntIncrementalfanIntfanmergeIntcoerceBehavior coerceEvent coerceDynamiccoerceIncremental unsafeDynamicconstDynaccumIncrementalaccumMIncrementalaccumMaybeIncrementalaccumMaybeMIncrementalmapAccumIncrementalmapAccumMIncrementalmapAccumMaybeIncrementalmapAccumMaybeMIncremental slowHeadE pushAlwaysfforffor2ffor3 fforMaybeffilter filterLeft filterRighttagtagMaybeattach attachWithattachWithMaybetailE headTailE takeWhileEtakeWhileJustE dropWhileEtakeDropWhileJustEsplitE traceEventtraceEventWith mergeWithleftmost mergeListunsafeMapIncrementalmergeMap mergeIntMapmergeMapIncrementalmergeIntMapIncrementalmergeMapIncrementalWithMove fanEitherfanThesefanMap switchHoldswitchHoldPromptlyswitchHoldPromptOnlycoincidencePatchMapcoincidencePatchIntMapcoincidencePatchMapWithMoveswitchHoldPromptOnlyIncrementalgateswitcherzipDyn zipDynWithdistributeDMapOverDynPuredistributeDMapOverDynPureGdistributeListOverDyndistributeListOverDynWith differencealignEventWithMaybefilterEventKey factorEventaccumDyn accumMDyn accumMaybeDynaccumMaybeMDyn mapAccumDyn mapAccumMDynmapAccumMaybeDynmapAccumMaybeMDynaccumBaccumMB accumMaybeB accumMaybeMB mapAccumB mapAccumMBmapAccumMaybeBmapAccumMaybeMB mapAccum_mapAccumMaybe_ mapAccumM_mapAccumMaybeM_zipListWithEventnumberOccurrencesnumberOccurrencesFromnumberOccurrencesFrom_<@><@pushAlwaysCheap mapMaybeCheapfmapMaybeCheapfforMaybeCheap fforCheap fmapCheaptagCheapmergemergeIncrementalmergeIncrementalWithMovemergeWithCheapmergeWithCheap'switchPromptlyswitchPromptOnly$fMonoidDynamic$fSemigroupDynamic$fIsStringDynamic $fZipEvent$fSemialignEvent $fAlignEvent $fMonoidEvent$fSemigroupEvent $fPlusEvent$fFilterableEvent$fFunctorMaybeEvent$fFunctorEvent $fBindEvent $fApplyEvent $fAltEvent$fSemigroupBehavior $fNumDynamic $fNumBehavior$fMonoidBehavior$fMonadBehavior$fIsStringBehavior$fFunctorBehavior$fFractionalBehavior$fBindBehavior$fApplyBehavior$fApplicativeBehavior$fMonadHoldktContT$fMonadSamplektContT$fMonadHoldktRWST$fMonadSamplektRWST$fMonadHoldktExceptT$fMonadSamplektExceptT$fMonadHoldktStateT$fMonadSamplektStateT$fMonadHoldktWriterT$fMonadSamplektWriterT$fMonadHoldktReaderT$fMonadSamplektReaderT$fDefaultDynamic$fAccumulatorktEvent$fAccumulatorktBehavior$fAccumulatorktDynamic EventWriter tellEvent$fEventWritertwReaderT DynamicWritertellDynMonadDynamicWriter$fDynamicWritertwReaderT UniqDynamic uniqDynamicfromUniqDynamicalreadyUniqDynamic$fMonadUniqDynamic$fApplicativeUniqDynamic$fFunctorUniqDynamic$fAccumulatorTYPEtUniqDynamicIsHList HListElemstoHList fromHListAllAreFunctors FunctorListtoFHList fromFHListRebuildSortedHListrebuildSortedFHListrebuildSortedHListHListPtrHHeadPtrHTailPtrFHListFHNilFHConsHListHNilHConsDemuxmapDynMforDynM holdUniqDyn holdUniqDynByimprovingMaybescanDyn scanDynMaybefoldDynfoldDynM foldDynMaybe foldDynMaybeMcounttoggle switchDynswitchPromptlyDyn splitDynPuredistributeMapOverDynPuredistributeListOverDynPurejoinDynThroughMaptraceDyn traceDynWithtagPromptlyDynattachPromptlyDynattachPromptlyDynWithattachPromptlyDynWithMaybemaybeDyn eitherDyn factorDyndemuxdemuxeddistributeFHListOverDynPurecollectDynPure $fHBuild'l->$fHBuild'lHList$fGComparekHListPtr$fGEqkHListPtr$fRebuildSortedHList:$fRebuildSortedHList[]$fAllAreFunctorsaf:$fAllAreFunctorsaf[]$fIsHList(,,,,,)$fIsHList(,,,) $fIsHList(,) $fOrdHListPtr $fEqHListPtrqDynPureunqDyn mkDynPureMonadBehaviorWriter tellBehavior$fMonadBehaviorWritertwReaderT MonadAdjust AdjustablerunWithReplacetraverseIntMapWithKeyWithAdjusttraverseDMapWithKeyWithAdjust%traverseDMapWithKeyWithAdjustWithMovesequenceDMapWithAdjustsequenceDMapWithAdjustWithMovemapMapWithAdjustWithMove$fAdjustabletReaderTMonadReflexHost ReadPhasefireEventsAndRead runHostFrameMonadReflexCreateTriggernewEventWithTriggernewFanEventWithTriggerMonadReadEvent readEventMonadSubscribeEventsubscribeEvent ReflexHost EventTrigger EventHandle HostFrame fireEventsnewEventWithTriggerRef fireEventReffireEventRefAndRead$fMonadSubscribeEventtRWST$fMonadReflexCreateTriggertRWST$fMonadSubscribeEventtExceptT"$fMonadReflexCreateTriggertExceptT$fMonadSubscribeEventtContT $fMonadReflexCreateTriggertContT$fMonadSubscribeEventtStateT!$fMonadReflexCreateTriggertStateT$fMonadSubscribeEventtStateT0"$fMonadReflexCreateTriggertStateT0$fMonadSubscribeEventtWriterT"$fMonadReflexCreateTriggertWriterT$fMonadSubscribeEventtReaderT"$fMonadReflexCreateTriggertReaderT$fMonadReflexHosttRWST$fMonadReflexHosttExceptT$fMonadReflexHosttContT$fMonadReflexHosttStateT$fMonadReflexHosttStateT0$fMonadReflexHosttWriterT$fMonadReflexHosttReaderT PostBuild getPostBuild$fPostBuildtStateT$fPostBuildtStateT0$fPostBuildtReaderTlistHoldWithKey listWithKeylistWithKeyShallowDifflistViewWithKeyselectViewListWithKeyselectViewListWithKey_list simpleListPure unBehaviorunEvent unDynamic unIncremental$fMonadHoldTYPEPure->$fMonadSampleTYPEPure->$fMonadDynamic$fApplicativeDynamic$fFunctorDynamic$fReflexTYPEPure MonadQuerytellQueryIncrementalaskQueryResultqueryIncremental SelectedCountunSelectedCount QueryMorphism_queryMorphism_mapQuery_queryMorphism_mapQueryResultQuery QueryResultcropmapQuerymapQueryResultcombineSelectedCounts tellQueryDynqueryDynsubQuery $fQueryAp $fQueryVoid $fQuery() $fQuery(,)$fQueryMonoidalMap$fCategoryTYPEQueryMorphism$fAdditiveSelectedCount$fGroupSelectedCount$fMonoidSelectedCount$fSemigroupSelectedCount$fMonadQuerytqReaderT$fEqSelectedCount$fOrdSelectedCount$fShowSelectedCount$fReadSelectedCount$fIntegralSelectedCount$fNumSelectedCount$fBoundedSelectedCount$fEnumSelectedCount$fRealSelectedCount$fIxSelectedCount$fBitsSelectedCount$fFiniteBitsSelectedCount$fStorableSelectedCount$fDataSelectedCount RequesterRequestResponse requesting requesting_requestingIdentitywithRequesting$fRequestertStateT$fRequestertStateT0$fRequestertReaderT TriggerEventnewTriggerEventnewTriggerEventWithOnComplete%newEventWithLazyTriggerWithOnComplete$fTriggerEventtStateT$fTriggerEventtStateT0$fTriggerEventtReaderT PerformEvent Performable performEvent_performEventAsync$fPerformEventtReaderT TriggerEventTunTriggerEventTEventTriggerRefunEventTriggerRefTriggerInvocationrunTriggerEventT askEvents$fSemigroupTriggerEventT$fMonoidTriggerEventT$fAdjustabletTriggerEventT$fMonadHoldTYPEtTriggerEventT$fMonadSampleTYPEtTriggerEventT$fMonadAtomicRefTriggerEventT$fMonadRefTriggerEventT$fTriggerEventtTriggerEventT($fMonadReflexCreateTriggertTriggerEventT$fPostBuildtTriggerEventT$fPerformEventtTriggerEventT$fPrimMonadTriggerEventT$fMonadTransTriggerEventT$fFunctorTriggerEventT$fApplicativeTriggerEventT$fMonadTriggerEventT$fMonadFixTriggerEventT$fMonadIOTriggerEventT$fMonadExceptionTriggerEventT"$fMonadAsyncExceptionTriggerEventTThrottleBufferThrottleBuffer_EmptyThrottleBuffer_Full ThrottleStateThrottleState_ImmediateThrottleState_BufferedTickInfo_tickInfo_lastUTC _tickInfo_n_tickInfo_alreadyElapsed tickLossytickLossyFromPostBuildTime tickLossyFromtickLossyFrom' clockLossygetCurrentTickdelaypoissonLossyFrom poissonLossyinhomogeneousPoissonFrominhomogeneousPoissondebouncebatchOccurrencesthrottlethrottleBatchWithLag$fMonoidThrottleBuffer$fSemigroupThrottleBuffer $fEqTickInfo $fOrdTickInfo$fShowTickInfo$fEqThrottleBuffer$fOrdThrottleBuffer$fShowThrottleBuffer$fFunctorThrottleBuffer$fFoldableThrottleBuffer$fTraversableThrottleBuffer$fGenericThrottleBuffer$fDataThrottleBuffer$fEqThrottleState$fOrdThrottleState$fShowThrottleState$fFunctorThrottleState$fFoldableThrottleState$fTraversableThrottleState$fGenericThrottleState$fDataThrottleStatetickInfo_alreadyElapsedtickInfo_lastUTC tickInfo_n RequesterT unRequesterTRequesterDataKey RequesterDatasingletonRequesterDatarequesterDataToListtraverseRequesterDataforRequesterData multiEntry unMultiEntry runRequesterTwithRequesterT requesting'runWithReplaceRequesterTWith-traverseIntMapWithKeyWithAdjustRequesterTWith+traverseDMapWithKeyWithAdjustRequesterTWithmatchResponsesWithRequests$fMyTagTypeOffsetMulti3$fMyTagTypeOffsetMulti2$fMyTagTypeOffsetMulti$fMyTagTypeOffsetSingle$fGCompareTYPEMyTag$fGEqTYPEMyTag$fGCompareTYPEMyTagWrap$fGEqTYPEMyTagWrap$fAdjustabletRequesterT$fMonadReaderrRequesterT%$fMonadReflexCreateTriggertRequesterT$fMonadRefRequesterT$fPerformEventtRequesterT$fMonadTransRequesterT$fRequestertRequesterT$fSemigroupRequesterT$fMonoidRequesterT$fPrimMonadRequesterT $fShowMyTag $fEqMyTag $fOrdMyTag $fEnumMyTag$fShowMyTagWrap $fEqMyTagWrap$fOrdMyTagWrap$fEnumMyTagWrap$fFunctorRequesterT$fApplicativeRequesterT$fMonadRequesterT$fMonadFixRequesterT$fMonadIORequesterT$fMonadExceptionRequesterT$fMonadAsyncExceptionRequesterT$fTriggerEventRequesterT$fPostBuildRequesterT$fMonadHoldRequesterT$fMonadSampleRequesterT ProfiledM runProfiledMCostCentreTree_costCentreTree_ownEntries!_costCentreTree_cumulativeEntries_costCentreTree_childrenProfiledTimeline profilingDatagetCostCentreStacktoCostCentreTreegetCostCentreTreeformatCostCentreTreeshowProfilingDatawriteProfilingData profileEvent$fMonoidCostCentreTree$fSemigroupCostCentreTree)$fMonadReadEventProfiledTimelineProfiledM*$fMonadReflexHostProfiledTimelineProfiledM$fPrimMonadProfiledM.$fMonadSubscribeEventProfiledTimelineProfiledM$fReflexHostProfiledTimeline$fMonadReaderrProfiledM3$fMonadReflexCreateTriggerProfiledTimelineProfiledM$fMonadRefProfiledM'$fPerformEventProfiledTimelineProfiledM$fMonadIOProfiledM$fMonadTransProfiledM*$fMonadSampleTYPEProfiledTimelineProfiledM($fMonadHoldTYPEProfiledTimelineProfiledM$fReflexTYPEProfiledTimeline$fShowCostCentreTree$fEqCostCentreTree$fOrdCostCentreTree$fFunctorProfiledM$fApplicativeProfiledM$fMonadProfiledM$fMonadFixProfiledM$fMonadExceptionProfiledM$fMonadAsyncExceptionProfiledM PostBuildT unPostBuildT runPostBuildTmapIntMapWithAdjustImplmapDMapWithAdjustImpl$fMonadTransControlPostBuildT$fAdjustabletPostBuildT$fMonadAtomicRefPostBuildT$fMonadRefPostBuildT$fTriggerEventtPostBuildT%$fMonadReflexCreateTriggertPostBuildT$fPerformEventtPostBuildT$fMonadHoldTYPEtPostBuildT$fMonadSampleTYPEtPostBuildT$fPostBuildtPostBuildT$fPrimMonadPostBuildT$fSemigroupPostBuildT$fMonoidPostBuildT$fFunctorPostBuildT$fApplicativePostBuildT$fMonadPostBuildT$fMonadFixPostBuildT$fMonadIOPostBuildT$fMonadTransPostBuildT$fMonadExceptionPostBuildT$fMonadAsyncExceptionPostBuildT PerformEventTunPerformEventT FireCommandrunFireCommandhostPerformEventT$fMonadAtomicRefPerformEventT$fMonadRefPerformEventT$fMonadHoldTYPEtPerformEventT$fMonadSampleTYPEtPerformEventT($fMonadReflexCreateTriggertPerformEventT$fAdjustabletPerformEventT$fPerformEventtPerformEventT$fPrimMonadPerformEventT$fSemigroupPerformEventT$fMonoidPerformEventT$fMonadExceptionPerformEventT$fMonadIOPerformEventT$fMonadFixPerformEventT$fMonadPerformEventT$fApplicativePerformEventT$fFunctorPerformEventT EventWriterTunEventWriterTrunEventWriterTrunWithReplaceEventWriterTWith&sequenceDMapWithAdjustEventWriterTWithwithEventWriterTmapEventWriterT$fGCompareTYPETellId$fGEqTYPETellId$fPrimMonadEventWriterT$fDynamicWritertwEventWriterT$fMonadQuerytqEventWriterT'$fMonadReflexCreateTriggertEventWriterT$fMonadAtomicRefEventWriterT$fMonadRefEventWriterT$fMonadReaderrEventWriterT$fTriggerEventtEventWriterT$fPostBuildtEventWriterT$fPerformEventtEventWriterT$fRequestertEventWriterT$fAdjustabletEventWriterT$fMonadHoldTYPEtEventWriterT$fMonadSampleTYPEtEventWriterT$fMonadTransEventWriterT$fEventWritertwEventWriterT $fShowTellId $fEqTellId $fOrdTellId $fEnumTellId$fFunctorEventWriterT$fApplicativeEventWriterT$fMonadEventWriterT$fMonadFixEventWriterT$fMonadIOEventWriterT$fMonadExceptionEventWriterT!$fMonadAsyncExceptionEventWriterTQueryTunQueryT runQueryT withQueryT mapQueryT dynWithQueryT$fDynamicWritertwQueryT$fEventWritertwQueryT$fRequestertQueryT$fMonadQuerytqQueryT$fSemigroupQueryT$fMonoidQueryT!$fMonadReflexCreateTriggertQueryT$fMonadRefQueryT$fPerformEventtQueryT$fTriggerEventtQueryT$fMonadAsyncExceptionQueryT$fPostBuildtQueryT$fPrimMonadQueryT$fMonadTransQueryT$fAdjustabletQueryT$fFunctorQueryT$fApplicativeQueryT $fMonadQueryT$fMonadExceptionQueryT$fMonadFixQueryT$fMonadIOQueryT$fMonadAtomicRefQueryT$fMonadSampleQueryT$fMonadHoldQueryTDynamicWriterTunDynamicWriterTrunDynamicWriterTwithDynamicWriterT$fEventWritertwDynamicWriterT$fMonadQuerytqDynamicWriterT$fRequestertDynamicWriterT$fAdjustabletDynamicWriterT$fPrimMonadDynamicWriterT$fMonadStatesDynamicWriterT$fPostBuildtDynamicWriterT$fTriggerEventtDynamicWriterT$fPerformEventtDynamicWriterT$fMonadReaderrDynamicWriterT$fDynamicWritertwDynamicWriterT)$fMonadReflexCreateTriggertDynamicWriterT$fMonadAtomicRefDynamicWriterT$fMonadRefDynamicWriterT$fMonadTransDynamicWriterT$fFunctorDynamicWriterT$fApplicativeDynamicWriterT$fMonadDynamicWriterT$fMonadIODynamicWriterT$fMonadFixDynamicWriterT#$fMonadAsyncExceptionDynamicWriterT$fMonadExceptionDynamicWriterT$fMonadSampleDynamicWriterT$fMonadHoldDynamicWriterTBehaviorWriterTunBehaviorWriterTrunBehaviorWriterTwithBehaviorWriterT$fAdjustabletBehaviorWriterT$fMonadQuerytqBehaviorWriterT$fRequestertBehaviorWriterT$fMonadStatesBehaviorWriterT$fPostBuildtBehaviorWriterT$fTriggerEventtBehaviorWriterT$fPerformEventtBehaviorWriterT$fMonadReaderrBehaviorWriterT&$fMonadBehaviorWritertwBehaviorWriterT*$fMonadReflexCreateTriggertBehaviorWriterT$fMonadAtomicRefBehaviorWriterT$fMonadRefBehaviorWriterT$fMonadTransBehaviorWriterT$fFunctorBehaviorWriterT$fApplicativeBehaviorWriterT$fMonadBehaviorWriterT$fMonadIOBehaviorWriterT$fMonadFixBehaviorWriterT$$fMonadAsyncExceptionBehaviorWriterT$fMonadExceptionBehaviorWriterT$fMonadSampleBehaviorWriterT$fMonadHoldBehaviorWriterTNotReady notReadyUntilnotReady$fNotReadytTriggerEventT$fNotReadytRequesterT$fNotReadytPerformEventT$fNotReadytQueryT$fNotReadytBehaviorWriterT$fNotReadytDynamicWriterT$fNotReadytEventWriterT$fNotReadytPostBuildT$fNotReadytWriterT$fNotReadytReaderTSpiderHostFramerunSpiderHostFrame SpiderHost unSpiderHostSpiderEventHandlespiderEventHandleSubscriptionspiderEventHandleValue RootTrigger SpiderPushMComputeM SpiderPullMLocalSpiderTimeline SpiderEnvSpiderTimelineSomeSwitchSubscribedHeightunHeightMerge_merge_parentsRef_merge_heightBagRef_merge_heightRef _merge_sub_merge_accumRefMergeDestroyFunc MergeInitFuncMergeGetSubscriptionMergeUpdateFuncFanInt_fanInt_subscribers_fanInt_subscriptionRef_fanInt_occRefSomeResetCoincidenceEventLoopExceptionCanTraceWeakListSomeAssignment RootClearIntClearClearResultMDynunDynDynType UnsafeDynBuildDynHoldDyn CoincidencecoincidenceParentcoincidenceSubscribedCoincidenceSubscribed%coincidenceSubscribedCachedSubscribedcoincidenceSubscribedOccurrence coincidenceSubscribedSubscriberscoincidenceSubscribedHeightcoincidenceSubscribedOuter coincidenceSubscribedOuterParent coincidenceSubscribedInnerParentcoincidenceSubscribedWeakSelfSwitch switchParentswitchSubscribedSwitchSubscribed switchSubscribedCachedSubscribedswitchSubscribedOccurrenceswitchSubscribedHeightswitchSubscribedSubscribersswitchSubscribedOwnInvalidator"switchSubscribedOwnWeakInvalidatorswitchSubscribedBehaviorParentsswitchSubscribedParentswitchSubscribedCurrentParentswitchSubscribedWeakSelfFan fanParent fanSubscribed FanSubscribedfanSubscribedCachedSubscribedfanSubscribedOccurrencefanSubscribedSubscribersfanSubscribedParentFanSubscribedChildren_fanSubscribedChildren_list_fanSubscribedChildren_self_fanSubscribedChildren_weakSelf HeightBag_heightBag_size_heightBag_contentsMergeSubscribedParentWithMove+_mergeSubscribedParentWithMove_subscription"_mergeSubscribedParentWithMove_keyMergeSubscribedParentunMergeSubscribedParentEventMunEventM SomeMergeInitunSomeMergeInitSomeMergeUpdate_someMergeUpdate_update!_someMergeUpdate_invalidateHeight"_someMergeUpdate_recalculateHeight SomeDynInit SomeHoldInitRootrootOccurrencerootSubscribedrootInitRootSubscribedrootSubscribedKeyrootSubscribedCachedSubscribedrootSubscribedSubscribersrootSubscribedOccurrencerootSubscribedUninitrootSubscribedWeakSelf InvalidatorInvalidatorPullInvalidatorSwitchPull pullValue pullComputePullSubscribedpullSubscribedValuepullSubscribedInvalidatorspullSubscribedOwnInvalidatorpullSubscribedParentsSomeBehaviorSubscribedBehaviorSubscribedBehaviorSubscribedHoldBehaviorSubscribedPull BehaviorM unBehaviorM BehaviorEnvHasSpiderTimelinespiderTimelineHasCurrentHeightgetCurrentHeight scheduleMergeDefergetDeferralQueueEventEnveventEnvAssignmentseventEnvHoldInitseventEnvDynInitseventEnvMergeUpdateseventEnvMergeInitseventEnvClearseventEnvIntClearseventEnvRootClearseventEnvCurrentHeighteventEnvResetCoincidenceseventEnvDelayedMergesSpiderTimelineEnv'SpiderTimelineEnv_spiderTimeline_lock_spiderTimeline_eventEnvSTEunSTEGlobalHold holdValueholdInvalidators holdEvent holdParentdynamicCurrentdynamicUpdatedDynamicSreadBehaviorTrackedEventSubscribedeventSubscribedHeightRefeventSubscribedRetained SubscribersubscriberPropagatesubscriberInvalidateHeightsubscriberRecalculateHeightCacheSubscribed_cacheSubscribed_subscribers_cacheSubscribed_parent_cacheSubscribed_occurrenceEventSubscription_eventSubscription_unsubscribe_eventSubscription_subscribedSpiderBehaviorunSpiderBehavior SpiderEvent unSpiderEvent SpiderDynamicunSpiderDynamicSpiderIncrementalunSpiderIncremental debugStrLndebugPropagatedebugInvalidateHeightdebugInvalidate showNodeId showNodeId' unsubscribesubscribeAndReadterminalSubscribersubscribeAndReadHead cacheEventcacheSubscription subscribewrap eventRootsubscribeAndReadNever eventNevereventFan eventSwitcheventCoincidence eventHoldeventDynsubscribeCoincidenceInnernewSubscriberHoldnewSubscriberFannewSubscriberSwitchnewSubscriberCoincidenceOuternewSubscriberCoincidenceInnerinvalidateSubscriberHeightrecalculateSubscriberHeight propagate propagateFasttoAnyeventSubscribedRooteventSubscribedNevereventSubscribedFaneventSubscribedSwitcheventSubscribedCoincidencegetEventSubscribedHeightsubscribeHoldEvent behaviorHoldbehaviorHoldIdentity behaviorConst behaviorPull behaviorDynreadHoldTrackedreadBehaviorUntracked dynamicHolddynamicHoldIdentity dynamicConst dynamicDyndynamicDynIdentityglobalSpiderTimelineEnv runEventM asksEventEnvdeferputCurrentHeight scheduleClearscheduleIntClearscheduleRootCleargetHoldEventSubscriptionheightBagEmpty heightBagSizeheightBagFromList heightBagAddheightBagRemoveheightBagRemoveMaybe heightBagMaxheightBagVerifynewInvalidatorSwitchnewInvalidatorPull newMapDynrunscheduleMerge' debugFinalizemkWeakPtrWithDebugwithIncreasedDepthtracePropagatetraceInvalidatetraceInvalidateHeightdebugSubscriberdebugSubscriber'tracetraceMwhoCreatedIORef groupByHead listsToForest showStacks filterStackpropagateSubscriberHold runBehaviorMaskInvalidator askParentsRefaskBehaviorHoldInits getDynHoldzeroRefgetRootSubscribedcleanupRootSubscribedsubscribeRootSubscribed newFanIntfanIntSubscribedgetFanSubscribedcleanupFanSubscribedsubscribeFanSubscribedgetSwitchSubscribedcleanupSwitchSubscribedsubscribeSwitchSubscribedgetCoincidenceSubscribedcleanupCoincidenceSubscribedsubscribeCoincidenceSubscribed mergeWithMove mergeCheapmergeCheapWithMoveinvalidateMergeHeightinvalidateMergeHeight'revalidateMergeHeightscheduleMergeSelf checkCyclemergeSubscriber updateMerge mergeGCheap' mergeIntCheap runHoldInitsinitHoldinitDyn newEventEnv clearEventEnvrunFrame zeroHeight invalidHeight succHeightinvalidateCoincidenceHeightupdateSwitchHeightrecalculateCoincidenceHeightcalculateSwitchHeightcalculateCoincidenceHeight invalidate newJoinDynmapDynamicSpiderholdSpiderEventMholdDynSpiderEventMholdIncrementalSpiderEventMbuildDynamicSpiderEventMunsafeNewSpiderTimelineEnvnewSpiderTimelinelocalSpiderTimelinewithSpiderTimeline runSpiderHostrunSpiderHostForTimelinenewEventWithTriggerIOnewFanEventWithTriggerIO$fMonadAtomicRefEventM$fMonadRefEventM$fShowEventLoopException$fExceptionEventLoopException$fMonadBehaviorM$fDeferSomeHoldInitBehaviorM$fGEqTYPESpiderTimelineEnv$fEqSpiderTimelineEnv!$fDeferSomeResetCoincidenceEventM$fDeferSomeEventM$fDeferSomeEventM0$fDeferSomeEventM1$fHasSpiderTimelineGlobal$fDeferSomeMergeInitEventM$fDeferSomeMergeUpdateEventM$fDeferSomeDynInitEventM$fDeferSomeHoldInitEventM$fDeferSomeAssignmentEventM$fHasCurrentHeightxEventM#$fMonadHoldTYPESpiderTimelineEventM%$fMonadSampleTYPESpiderTimelineEventM&$fHasSpiderTimelineLocalSpiderTimeline*$fMonadSampleTYPESpiderTimelineSpiderPullM$fReflexTYPESpiderTimeline($fMonadHoldTYPESpiderTimelineSpiderPushM*$fMonadSampleTYPESpiderTimelineSpiderPushM%$fNotReadySpiderTimelinePerformEventT"$fNotReadySpiderTimelineSpiderHost$fMonadAtomicRefSpiderHost$fMonadRefSpiderHost$fMonadFailSpiderHost$fMonadSpiderHost2$fMonadReflexCreateTriggerSpiderTimelineSpiderHost)$fMonadSampleTYPESpiderTimelineSpiderHost$fPrimMonadSpiderHostFrame$fMonadAtomicRefSpiderHostFrame$fMonadRefSpiderHostFrame'$fNotReadySpiderTimelineSpiderHostFrame$fMonadSpiderHostFrame-$fMonadSubscribeEventSpiderTimelineSpiderHost7$fMonadReflexCreateTriggerSpiderTimelineSpiderHostFrame$fReflexHostSpiderTimeline2$fMonadSubscribeEventSpiderTimelineSpiderHostFrame,$fMonadHoldTYPESpiderTimelineSpiderHostFrame.$fMonadSampleTYPESpiderTimelineSpiderHostFrame'$fMonadHoldTYPESpiderTimelineSpiderHost)$fMonadReflexHostSpiderTimelineSpiderHost'$fMonadReadEventSpiderTimelineReadPhase&$fMonadHoldTYPESpiderTimelineReadPhase($fMonadSampleTYPESpiderTimelineReadPhase$fFunctorEventM$fApplicativeEventM $fMonadEventM$fMonadIOEventM$fMonadFixEventM$fMonadExceptionEventM$fMonadAsyncExceptionEventM$fShowHeightBag$fReadHeightBag $fEqHeightBag$fOrdHeightBag $fShowHeight $fReadHeight $fEqHeight $fOrdHeight$fBoundedHeight$fFunctorBehaviorM$fApplicativeBehaviorM$fMonadIOBehaviorM$fMonadFixBehaviorM$fMonadReaderBehaviorM$fFunctorSpiderPullM$fApplicativeSpiderPullM$fMonadSpiderPullM$fMonadIOSpiderPullM$fMonadFixSpiderPullM$fFunctorSpiderPushM$fApplicativeSpiderPushM$fMonadSpiderPushM$fMonadIOSpiderPushM$fMonadFixSpiderPushM$fFunctorSpiderHost$fApplicativeSpiderHost$fMonadFixSpiderHost$fMonadIOSpiderHost$fMonadExceptionSpiderHost$fMonadAsyncExceptionSpiderHost$fFunctorSpiderHostFrame$fApplicativeSpiderHostFrame$fMonadFixSpiderHostFrame$fMonadIOSpiderHostFrame$fMonadExceptionSpiderHostFrame$$fMonadAsyncExceptionSpiderHostFrame$fFunctorReadPhase$fApplicativeReadPhase$fMonadReadPhase$fMonadFixReadPhase$fFunctorDynamic0 networkView networkHold untilReady sortableListWorkflow unWorkflowworkflow workflowView mapWorkflowmapWorkflowCheap2monoidal-containers-0.6.0.1-5D5En9nfPrd3nnqfrcjJSaData.Map.Monoidal MonoidalMapgetMonoidalMapbase GHC.MaybeNothingvalidmaxViewWithKeyminViewWithKeymaxViewminViewupdateMaxWithKeyupdateMinWithKey updateMax updateMin deleteFindMax deleteFindMin deleteMax deleteMinfindMaxfindMindeleteAtupdateAtelemAt findIndex lookupIndexisProperSubmapOfByisProperSubmapOf isSubmapOfBy isSubmapOf splitRoot splitLookupsplitmapEitherWithKey mapEithermapMaybeWithKeypartitionWithKey partition filterWithKeyfilterfromDistinctListfromDistinctAscListfromAscListWithKeyfromAscListWith fromAscList toDescList toAscListfromListWithKey fromListWithfromListfromSetkeysSet foldlWithKey' foldrWithKey'foldl'foldr'foldMapWithKey foldlWithKey foldrWithKeyfoldlfoldrmapKeysMonotonic mapKeysWithmapKeysmapAccumRWithKeymapAccumWithKeytraverseWithKey mapWithKeymap mergeWithKeyintersectionWithKeyintersectionWithdifferenceWithKeydifferenceWith unionsWith unionWithKey unionWithalterupdateLookupWithKey updateWithKeyupdate adjustWithKeyadjustinsertLookupWithKey insertWithKey insertWithlookupGElookupLElookupGTlookupLTnull\\!keyselemsassocsdeletefindWithDefault notMembermembercontainers-0.6.0.1Data.IntMap.InternalData.Map.Internalghc-prim GHC.ClassesEqData.Set.InternalSetGHC.WeakWeakMaybe GHC.TypesIntData.Type.CoercionCoercionGHC.BasefmapliftA2liftA3 Data.EitherLeftRightJustTrueFalseString"these-1.0.1-D0On92ivTFh4IfJ4D32U9H Data.TheseThisThatTheseData.Patch.Class PatchTargetPatchData.Patch.MapPatchMap(dependent-map-0.3-Kb3JxJ5UnCT9QckOXmN6iIData.Dependent.Map.InternalDMap Applicative,dependent-sum-0.6.2.0-8eCavzJlbfk5G2Wbr3BDQiData.Dependent.SumDSummergeWithFoldCheap')semigroupoids-5.3.4-BsFIfme4TE53BAnAW86iKData.Functor.PluszeroGroup~~negateGAdditive AdditivePatchunAdditivePatchData.Patch.DMapWithMoveconst2PatchDMapWithMoveWith'patchDMapWithMoveToPatchMapWithMoveWithweakenPatchDMapWithMoveWith traversePatchDMapWithMoveWithKeymapPatchDMapWithMoveunsafePatchDMapWithMoveunPatchDMapWithMovePatchDMapWithMoveData.Patch.MapWithMovepatchMapWithMoveNewElementsMappatchMapWithMoveNewElementsunsafePatchMapWithMovePatchMapWithMoveunPatchMapWithMoveData.Patch.DMapconst2IntPatchDMapWithconst2PatchDMapWithpatchDMapToPatchMapWithweakenPatchDMapWithtraversePatchDMapWithKeytraversePatchDMap mapPatchDMap PatchDMap unPatchDMappatchMapNewElementsMappatchMapNewElements unPatchMapmapIntMapPatchWithKeycomposePatchFunctions applyAlwaysapply SemigroupDoubleFloatEitherUnqDynMonadGHC.EnumEnumpred&MemoTrie-0.6.10-DFeDoLVITxgFw5IPWaDEbw Data.MemoTrieHasTrieIOData.Functor.IdentityIdentityControl.Concurrent.ChanChan time-1.8.0.2 Data.Time.Clock.Internal.UTCTimeUTCTimeMyTag(prim-uniq-0.1.0.1-Jvc0DQl8QxtEcTkmHtPLzIUnsafe.Unique.TagTagBehavior_ProfiledunBehavior_ProfiledEvent_ProfiledunEvent_ProfiledDynamic_ProfiledunDynamic_ProfiledIncremental_ProfiledunIncremental_Profiled+transformers-0.5.6.2-I9SzqoyagSNIbUNkJkeRZ3Control.Monad.Trans.Class MonadTransTellIdtellId(sequenceIntMapWithAdjustEventWriterTWith