!/      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ ] ^ _ ` 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 { | } ~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./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+{+|+}+~+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + + ,,,-.......2(Instances and convenience functions for /0T. We use monoidal-containers to take advantage of its better monoid instance. 12 has mappend = union, which is left-biased.  has mappend = unionWith mappend instead.None=>?@AHIVXgY)reflexAppendMap 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 34 for details.reflex Displays a C as a tree, using the supplied function to convert nodes to string.p !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~SafeEXl 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 . 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  .reflexCreate an empty  .reflexCheck whether a   is empty.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.reflexRemove 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.    None&'-124=>?@AHSX_greflex We can't use  Compose Maybe instead of , because that would make the f` parameter have a nominal type role. We need f to be representational so that we can use safe coerce.reflex Tag type for  to use it as a .reflex can be used to tag a value in one functor with a type representing another functor. This was primarily used with dependent-map < 0.2, in which the value type was not wrapped in a separate functor.reflex stores a value of a given type k% and ensures that a particular type v, is always given for the last type parameterreflexExtract the value from a Const2reflex Convert a  to a regular reflex Convert a  to an reflex Convert a  to a regular 6, applying the given function to remove the wrapping  reflexConvert a regular  to a !reflexConvert a regular ;, where the values are already wrapped in a functor, to a "reflexConvert a regular ;, where the values are already wrapped in a functor, to a #reflex Convert a  to a regular \ by forgetting the types associated with the keys, using a function to remove the wrapping $reflex"Map over all key/value pairs in a , potentially altering the key as well as the value. The provided function MUST preserve the ordering of the keys, or the resulting  will be malformed.%reflex Union two zs of different types, yielding another type. Each key that is present in either input map will be present in the output.&reflexExtract the values of a  of s.'reflexConvert  to a  . Inverse of (.(reflexConvert  to  . Inverse of '. !"#$%&'( #!"$%&'(None_\@reflex 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 A but doesn't require > on the values, thus can't tell if a value has changed or not.Areflex 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 @9 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.BreflexGiven 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 2 and 5.CreflexSplit a  k (Either a b) into Map k a and Map k b, equivalent to  idDreflexGiven 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) ==  (B patch m) but avoids the intervening Map and needs no values.@ABCD@ABCDSafeEXEreflexWhen inserting an item into a F, a El is returned. If the caller retains the ticket, the item is guranteed to stay in memory (and thus in the F=). The ticket can also be used to remove the item from the F3 prematurely (i.e. while it is still alive), using L.FreflexA F 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 F will continue to refer to them.Greflex#The items referenced by the WeakBagHreflexInsert an item into a F.IreflexCreate an empty F.Jreflex Create a F+ with one item; equivalent to creating the F with I , then using H.KreflexVisit 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.LreflexRemove an item from the F6; does nothing if invoked multiple times on the same E.HreflexThe itemreflexThe F 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 L)reflex Returns a EF that ensures the item is retained and allows the item to be removed.EFGHIJKLFEIJHKLGM& is a weak pointer to some value, and N' ensures the value referred to by a MY stays live while the ticket is held (live). On GHC or GHCJS when not built with the  fast-weak cabal flag, M. 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, M( is implemented directly in JS using  h$FastWeak and h$FastWeakTicket/ which are a nonstandard part of the GHCJS RTS.NoneX_ζMreflexmA reference to some value which can be garbage collected if there are only weak references to the value left.P? 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 N using Q) if the value hasn't been collected yet.Synonymous with .NreflexA M0 which has been promoted to a strong reference. O; can be used to get the referred to value without fear of Nothing, and S% can be used to get the weak version.Oreflex Return the a kept alive by the given N.EThis needs to be in IO so we know that we've relinquished the ticket.PreflexGet the value referred to by a M& if it hasn't yet been collected, or Nothing if it has been collected.QreflexTry to create a N for the given M> 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.Rreflex Create a N# directly from a value, creating a M, in the process which can be obtained with O.Sreflex Demote a N); which ensures the value is alive, to a M: which doesn't. Note that unless the ticket for the same ME is held in some other way the value might be collected immediately.Treflex%A weak reference that is always emptyMNOPQRSTNMROSPQThThis module defines the FunctorMaybe class, which extends Functors with the ability to delete values.None1MVUreflex=A class for values that combines filtering and mapping using  . Morally, U ~ KleisliFunctor .Vreflex(Combined mapping and filtering function.UVUV SafeHVW\reflexA \: type represents a kind of change made to a datastructure.If an instance of \ is also an instance of , it should obey the law that 5applyAlways (f <> g) == applyAlways f . applyAlways g.^reflexApply the patch p a to the value a#. If no change is needed, return ._reflexApply a \/; if it does nothing, return the original value`reflexLike '(.)', but composes functions that return patches rather than functions that return new values. The Semigroup instance for patches must apply patches right-to-left, like '(.)'.areflex can be used as a \% that always fully replaces the value\^]_`\^]_` None 456HMVbreflex\ for u which represents insertion or deletion of keys in the mapping. Internally represented by 'IntMap (Maybe a)', where Just means insert/update and Nothing means delete.dreflexMap a function  Int -> a -> b over all as in the given b a. (that is, all inserts/updates), producing a  PatchIntMap b.ereflexMap an effectful function Int -> a -> f b over all as in the given b a. (that is, all inserts/updates), producing a f (PatchIntMap b).freflex Extract all a s inserted/updated by the given b a.greflexConvert the given b a into an  a2 with all the inserts/updates in the given patch.hreflexSubset the given  a> to contain only the keys that would be deleted by the given b a.ireflexa <> b will apply the changes of b and then apply the changes of aZ. If the same key is modified by both patches, the one on the left will take precedence.jreflex-Apply the insertions or deletions to a given .bcdefghbcdefgh A mutable version of NoneHVj oreflexA o holds a map of values of type a> and allows low-overhead modifications via IO. Operations on o run in IO.preflex Create a new o out of an qreflexCreate a new empty orreflexInsert an element into a o at the given keysreflex)Attempt to lookup an element by key in a otreflex4Runs the provided action over the intersection of a o and an ureflex.Runs the provided action over the values of a ovreflexChecks whether a o is emptywreflexRetrieves the size of a oxreflex<Make an immutable snapshot of the datastructure and clear ityreflexUpdates the value of a o with the given patch (see 6), and returns an # with the modified keys and values.bcefghopqrstuvwxyopqrvxwybcestufgh SafeHV_zreflexA set of changes to a e. Any element may be inserted/updated or deleted. Insertions are represented as values wrapped in &, while deletions are represented as s}reflex7Returns all the new elements that will be added to the ~reflex7Returns all the new elements that will be added to the reflexping a zH will alter all of the values it will insert. Deletions are unaffected.reflex The empty z$ contains no insertions or deletionsreflexa <> b will apply the changes of b and then apply the changes of aZ. If the same key is modified by both patches, the one on the left will take precedence.reflex-Apply the insertions or deletions to a given .z{|}~z{|}~ None -1HMSVX_ reflexA set of changes to a R. Any element may be inserted/updated or deleted. Insertions are represented as  (Just value)&, while deletions are represented as  Nothing.reflexMap a function  v a -> v' a( over any inserts/updates in the given  k v to produce a  k v'.reflexMap an effectful function v a -> f (v' a)( over any inserts/updates in the given  k v to produce a  k v'.reflexMap an effectful function k a -> v a -> f (v' a)( over any inserts/updates in the given  k v to produce a  k v'.reflex Weaken a  k v to a z (Some k) v' using a function  v a -> v'- to weaken each value contained in the patch.reflexConvert a weak  ( k a) v where the a is known by way of the Const2 into a z k v' using a rank 1 function  v a -> v'.reflex Convert a z k v into a  ( k a) v' using a function  v -> v' a.reflex Convert a b v into a  ( Int a) v' using a function  v -> v' a.reflex[Get the values that will be replaced or deleted if the given patch is applied to the given .reflex-Apply the insertions or deletions to a given . None 456>HQVX_FfreflexKHelper data structure used for composing patches using the monoid instance.reflex6Describe where a key's old value will go. If this is Q, that means the key's old value will be moved to the given other key; if it is !, that means it will be deleted.reflex1Describe how a key's new value should be producedreflexInsert the given value herereflex,Delete the existing value, if any, from herereflex&Move the value here from the given keyreflexqHolds the information about each key: where its new value should come from, and where its old value should go toreflex+Where do we get the new value for this key?reflex`If the old value is being kept (i.e. moved rather than deleted or replaced), where is it going?reflexFPatch a DMap with additions, deletions, and moves. Invariant: If key k1 is coming from  From_Move k2 , then key k2 should be going to Just k1D, and vice versa. There should never be any unpaired From/To keys.reflex Create a , validating itreflex Create a & that inserts everything in the given reflex+Extract the internal representation of the reflexMake a  k v7 which has the effect of inserting or updating a value v to the given key k, like .reflexMake a  k v= which has the effect of moving the value from the first key k to the second key k, equivalent to:   src (maybe map ( dst) (Map.lookup src map)) reflexMake a  k vI which has the effect of swapping two keys in the mapping, equivalent to: e let aMay = Map.lookup a map bMay = Map.lookup b map in maybe id (Map.insert a) (bMay , aMay) . maybe id (Map.insert b) (aMay 0 bMay) . Map.delete a . Map.delete b $ map reflexMake a  k vF which has the effect of deleting a key in the mapping, equivalent to .reflexWrap a  k (NodeInfo k v)# representing patch changes into a  k v", without checking any invariants.Warning:B when using this function, you must ensure that the invariants of ) are preserved; they will not be checked.reflex7Returns all the new elements that will be added to the .reflex Return a  k v- with all the inserts/updates from the given  k v.reflex Create a  that, if applied to the given P, will sort its values using the given ordering function. The set keys of the  is not changed.reflex Create a  that, if applied to the first  provided, will produce a $ with the same values as the second > but with the values sorted with the given ordering function.reflex Create a  that, if applied to the first $ provided, will produce the second .reflex Change the  value of a reflex Change the  value of a  , using a  (or , #, etc.) action to get the new valuereflexSet the  field of a reflexHCompose patches having the same effect as applying the patches in turn: _ (p <> q) == _ p . _ qreflex6Apply the insertions, deletions, and moves to a given reflexHCompose patches having the same effect as applying the patches in turn: _ (p <> q) == _ p . _ qNone&'-=>?@AHQSVX_ !reflexKHelper data structure used for composing patches using the monoid instance.reflex$Higher kinded 2-tuple, identical to Data.Functor.Product from base "e 4.9reflex"Type alias for the "to" part of a .  ( k)) means the key is moving to another key, ComposeMaybe Nothing for any other operation.reflexNStructure describing a particular change to a key, be it inserting a new key ( From_Insert), updating an existing key ( From_Insert again), deleting a key ( From_Delete), or moving a key ( From_Move).reflex<Insert a new or update an existing key with the given value v areflexDelete the existing keyreflex"Move the value from the given key k a^ to this key. The source key should also have an entry in the patch giving the current key as  _nodeInfo_to$, usually but not necessarily with  From_Delete.reflexCStructure which represents what changes apply to a particular key. _nodeInfo_fromm specifies what happens to this key, and in particular what other key the current key is moving from, while  _nodeInfo_toG specifies what key the current key is moving to if involved in a move.reflexEChange applying to the current key, be it an insert, move, or delete.reflexCWhere this key is moving to, if involved in a move. Should only be ComposeMaybe (Just k) when there is a corresponding .reflexLike  , but for . Each key carries a a which describes how it will be changed by the patch and connects move sources and destinations. Invariants: A key should not move to itself.HA move should always be represented with both the destination key (as a ) and the source key (as a  ( destination))reflexTest whether a  satisfies its invariants.reflexEnumerate what reasons a + doesn't satisfy its invariants, returning [] if it's valid.reflexMake a  k v7 which has the effect of inserting or updating a value v a to the given key k a, like .reflexMake a  k v= which has the effect of moving the value from the first key k a to the second key k a, equivalent to:   src (maybe dmap ( dst) (DMap.lookup src dmap)) reflexMake a  k vI which has the effect of swapping two keys in the mapping, equivalent to: j let aMay = DMap.lookup a dmap bMay = DMap.lookup b dmap in maybe id (DMap.insert a) (bMay mplus- aMay) . maybe id (DMap.insert b) (aMay mplus3 bMay) . DMap.delete a . DMap.delete b $ dmap reflexMake a  k vF which has the effect of deleting a key in the mapping, equivalent to .reflex Extract the ) representing the patch changes from the .reflexWrap a # representing patch changes into a ", without checking any invariants.Warning:B when using this function, you must ensure that the invariants of ) are preserved; they will not be checked.reflexWrap a # representing patch changes into a = while checking invariants. If the invariants are satisfied, Right p is returned otherwise  Left errors.reflexMap a natural transform v -> v'$ over the given patch, transforming  k v into  k v'.reflexTraverse an effectful function forall a. v a -> m (v ' a)$ over the given patch, transforming  k v into m ( k v').reflexMap an effectful function !forall a. k a -> v a -> m (v ' a)$ over the given patch, transforming  k v into m ( k v').reflex Map a function which transforms  k v a into a  k v' a over a  k v a.reflex+Map an effectful function which transforms  k v a into a f ( k v' a) over a  k v a.reflex Weaken a  to a  by weakening the keys from k a to  k) and applying a given weakening function  v a -> v' to values.reflexWeaken a  (Const2 k a) v to a  k v'(. Weaken is in scare quotes because the O has already disabled any dependency in the typing and all points are already a*, hence the function to map each value to v' is not higher rank.reflex Strengthen a  k v into a 'PatchDMapWithMove ( k a); that is, turn a non-dependently-typed patch into a dependently typed one but which always has a constant key type represented by #. Apply the given function to each v to produce a v' a. Completemented by reflexcGet the values that will be replaced, deleted, or moved if the given patch is applied to the given .reflex6Apply the insertions, deletions, and moves to a given .reflexHCompose patches having the same effect as applying the patches in turn: _ (p <> q) == _ p . _ qreflexTest whether two  k v# contain the same patch operations.reflexHCompose patches having the same effect as applying the patches in turn: _ (p <> q) == _ p . _ q""This module defines the \8 class, which is used by Reflex to manage changes to 7 values.NoneHVreflexThe elements of an  0 can be considered as patches of their own type.reflexAn  ! is one where (<>) is commutativereflexA  is a $ where every element has an inverse..\]^_`bcdefgz{|}~.\]^_`bcdefgz{|}~mThis module contains the Reflex interface, as well as a variety of convenience functions for working with s, s, and other signals. Trustworthy&',-8=>?@ACHINSUVX_ߚreflexAn 6 type can be built by accumulating occurrences of an .reflexEfficiently select an  keyed on 9. This is more efficient than manually filtering by key. reflex Retrieve the % for the given key. The type of the H is determined by the type of the key, so this can be used to fan-out  s whose sub-s have different types.Using  s and the 7A primitive is far more efficient than (but equivalent to) using 0 to select only the relevant occurrences of an .reflexAn  allows you to efficiently  an Q based on a key. This is much more efficient than filtering for each key with .reflex Retrieve the % for the given key. The type of the H is determined by the type of the key, so this can be used to fan-out  s whose sub-s have different types.Using  s and the 7A primitive is far more efficient than (but equivalent to) using 0 to select only the relevant occurrences of an .reflex' designates monads that can create new  s based on s; usually this will be  or a monad based on it. > is required to create any stateful computations with Reflex.reflex Create a new ` whose value will initially be equal to the given value and will be updated whenever the given 9 occurs. The update takes effect immediately after the * occurs; if the occurrence that sets the > (or one that is simultaneous with it) is used to sample the , it will see the old value of the , not the new one.reflex Create a B value using the given initial value that changes every time the  occurs.reflex Create an B value using the given initial value that changes every time the  occurs.reflex Create a new F that only occurs only once, on the first occurrence of the supplied .reflex9 designates monads that can read the current value of a . This includes both  and .reflexGet the current value in the reflexThe h 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 89 implementation is recommended.reflex4A container for a value that can change over time. Qs can be sampled at will, but it is not possible to be notified when they changereflex5A stream of occurrences. During any given frame, an ~ is either occurring or not occurring; if it is occurring, it will contain a value of the given type (its "occurrence type")reflexvA container for a value that can change over time and allows notifications on changes. Basically a combination of a  and an , with a rule that the ! will change if and only if the  fires.reflexAn  is a more general form of a . 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.reflex=A monad for doing complex push-based calculations efficientlyreflex=A monad for doing complex pull-based calculations efficiently reflexAn  with no occurrences!reflex Create a  that always has the given value"reflex Create an  from another $; the provided function can sample  s and hold Ws, and use the results to produce a occurring (Just) or non-occurring (Nothing) result#reflexLike " but intended for functions that the implementation can consider cheap to compute for performance considerations. WARNING: The function passed to #/ may be run multiple times without any caching.$reflex Create a  by reading from other ;s; the result will be recomputed whenever any of the read  s changes%reflex,Merge a collection of events; the resulting  will only occur if at least one input event is occurring, and will contain all of the input keys that are occurring simultaneously&reflexUEfficiently 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 events'reflex Create an 8 that will occur whenever the currently-selected input  occurs(reflex Create an \ that will occur whenever the input event is occurring -- and its occurrence value, another , is also occurring)reflex Extract the  of a .*reflex Extract the  of the .+reflex Create a new  . The given 9 must always return the most recent firing of the given  , if any.,reflex Create a new  . 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 time.reflexExperimental: Create a merge whose parents can change over time; changing the key of an Event is more efficient than with mergeIncremental/reflex Extract the  component of an 0reflex Extract the  component of an 1reflex Convert an  to a 2reflex Construct a  for a  given an  for its occurrence type3reflex Construct a  for an  given an  for its occurrence type4reflex Construct a  for a  given an  for its occurrence type7reflexTEfficiently 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 events8reflexConstructs a single V out of a map of events. The output event may fire with multiple keys simultaneously.9reflex Coerce a 2 between representationally-equivalent value types:reflex Coerce an 7 between representationally-equivalent occurrence types;reflex Coerce a 2 between representationally-equivalent value types<reflex Construct a  from a  and an . The  must change when and only when the  fires, such that the  Behavior'9s value is always equal to the most recent firing of the *; if this is not the case, the resulting # will behave nondeterministically.=reflex Construct a  value that never changes>reflexAccumulate an A with the supplied initial value and the firings of the provided 3, using the combining function to produce a patch.?reflex Similar to >$ but the combining function runs in @reflex Similar to >\ but allows filtering of updates (by dropping updates when the combining function produces Nothing)Areflex Similar to A$ but the combining function runs in BreflexAccumulate an  by folding occurrences of an L with a function that both accumulates and produces a value to fire as an :. Returns both the accumulated value and the constructed .CreflexLike B$ but the combining function runs in DreflexAccumulate an  by folding occurrences of an q with a function that both optionally accumulates and optionally produces a value to fire as a separate output . Note that because +s are discarded in both cases, the output ! may fire even though the output " has not changed, and the output ! may update even when the output  is not firing.EreflexLike D! but the combining function is a  actionFreflex"A somewhat slow implementation of Greflex Create an  from another %. The provided function can sample  s and hold s.HreflexFlipped version of .IreflexRotated version of .JreflexRotated version of .Kreflex Alias for LreflexFlipped version of .Mreflex*Filter 'f a' using the provided predicate.NreflexFilter s from 'f (Either a b)' into a.OreflexFilter s from 'f (Either a b)' into b.Preflex%Replace each occurrence value of the  with the value of the  at the time of that occurrence.Qreflex%Replace each occurrence value of the  with the value of the  at that time; if it is +, fire with the contained value; if it is , drop the occurrence.Rreflex Create a new ' that combines occurrences of supplied  with the current value of the .Sreflex Create a new  that occurs when the supplied 7 occurs by combining it with the current value of the .Treflex Create a new = by combining each occurrence with the current value of the H. The occurrence is discarded if the combining function returns NothingUreflex Create a new > that occurs on all but the first occurrence of the supplied .VreflexCreate a tuple of two As with the first one occurring only the first time the supplied B occurs and the second occurring on all but the first occurrence.WreflexYTake 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 ( 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.XreflexbTake 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 > 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.YreflexYDrop 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 ( 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.ZreflexpBoth 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 7 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  into two individual Hs occurring at the same time with the respective values from the tuple.\reflexPrint the supplied  and the value of the " on each occurrence. This should only be used for debugging.JNote: As with Debug.Trace.trace, the message will only be printed if the  is actually used.]reflexEPrint the output of the supplied function on each occurrence of the . This should only be used for debugging.JNote: As with Debug.Trace.trace, the message will only be printed if the  is actually used.^reflex Create a new $ that occurs if at least one of the qs 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 $ that occurs if at least one of the hs in the list occurs. If multiple occur at the same time the value is the value of the leftmost event.`reflex Create a new $ that occurs if at least one of the :s in the list occurs and has a list of the values of all s occurring at that time.breflex Create a new  combining the map of  s into an L that occurs if at least one of them occurs and has a map of values of all s occurring at that time.creflexLike b but for .dreflex1Create a merge whose parents can change over timeereflex1Create a merge whose parents can change over timefreflexExperimental: Create a merge whose parents can change over time; changing the key of an Event is more efficient than with mergeIncrementalgreflex)Split the event into separate events for  and  values.hreflex)Split the event into separate events for  and G values, allowing them to fire simultaneously when the input value is .ireflexSplit the event into an 4 that allows efficient selection of the individual s.jreflexSwitches 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 k and l\ unless you are absolutely sure you need to act on the new event in the coincidental case.kreflexSwitches 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.j, 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.lreflexswitches 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 '%, which will use only the old value.j, 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.mreflexWhen the given outer event fires, condense the inner events into the contained patch. Non-firing inner events will be replaced with deletions.nreflexSee moreflexSee mpreflexGiven a ] of events (e.g., a  with  values) and an event of \ es (e.g., a z with  values), produce an  of the ]) type that fires with the patched value.qreflex Create a new " that only occurs if the supplied  occurs and the # is true at the time of occurrence.rreflexoCreate a new behavior given a starting behavior and switch to the behavior carried by the event when it fires.sreflex Combine two <s. The result will change whenever either (or both) input  changes. Equivalent to zipDynWith (,).treflex Combine two Vs with a combining function. The result will change whenever either (or both) input  changes. More efficient than .ureflexThis function converts a  whose elements are  s into a  a. Its implementation is more efficient than doing the same through the use of multiple uses of t or  operators.vreflexThis function converts a  whose elements are  s into a  a. Its implementation is more efficient than doing the same through the use of multiple uses of t or  operators.wreflexConvert a list of  s into a  list.xreflex Create a new / by applying a combining function to a list of syreflex Create a new % that occurs when the first supplied $ occurs unless the second supplied  occurs simultaneously.zreflex_Zips two values by taking the union of their shapes and combining with the provided function.  values are dropped.{reflex Produces an 3 that fires only when the input event fires with a $ key that matches the provided key.|reflexFactor the input   to produce an  which fires when the 1 key changes and contains both the value of the  at switchover and an 8 of values produced by subsequent firings of the input  that do not change the  key.}reflex Accumulate a  by folding occurrences of an " with the provided function. See foldDyn.~reflex Accumulate a  by folding occurrences of an  with the provided  action.reflex Accumulate a  by folding occurrences of an ) with the provided function, discarding  results.reflex Accumulate a  by folding occurrences of an  with the provided  action, discarding  results.reflex Accumulate a  by folding occurrences of an L with a function that both accumulates and produces a value to fire as an ,. Returns both the accumulated value and an .reflex Similar to * except that the combining function is a  action.reflex Accumulate a  by folding occurrences of an q with a function that both optionally accumulates and optionally produces a value to fire as a separate output . Note that because +s are discarded in both cases, the output ! may fire even though the output " has not changed, and the output ! may update even when the output  is not firing.reflexLike * except that the combining function is a  action.reflex Accumulate a  by folding occurrences of an  with the provided function.reflexLike ) except that the combining function is a  action.reflex Accumulate a  by folding occurrences of an ) with the provided function, discarding  results.reflexLike ) except that the combining function is a  action.reflex Accumulate a  by folding occurrences of an L with a function that both accumulates and produces a value to fire as an ,. Returns both the accumulated value and an .reflexLike ) except that the combining function is a  action.reflex Accumulate a  by folding occurrences of an q with a function that both optionally accumulates and optionally produces a value to fire as a separate output . s are discarded.reflexLike ) except that the combining function is a  action.reflexAccumulate occurrences of an E, producing an output occurrence each time. Discard the underlying .reflexAccumulate occurrences of an N, possibly producing an output occurrence each time. Discard the underlying .reflexAccumulate occurrences of an  , using a O action and producing an output occurrence each time. Discard the underlying .reflexAccumulate occurrences of an  , using a Y action and possibly producing an output occurrence each time. Discard the underlying .reflex Create a new  by combining each occurrence with the next value of the list using the supplied function. If the list runs out of items, all subsequent  occurrences will be ignored.reflex0Assign a number to each occurrence of the given , starting from 0reflex0Assign a number to each occurrence of the given reflex0Assign a number to each occurrence of the given !; discard the occurrences' valuesreflex&This is used to sample the value of a  using an .The : operator is intended to be used in conjunction with the  instance for .9This is useful when we want to combine the values of one  and the value of several s at the time the  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 8s 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 .Alternatively, it is P in operator form.>This is useful when we want to combine the values of several (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 ) is being used only to act as a trigger.reflexA "cheap" version of G. See the performance note on #.reflexA "cheap" version of . See the performance note on #.reflex An alias for reflexA "cheap" version of L. See the performance note on #.reflexA "cheap" version of H. See the performance note on #.reflexA "cheap" version of . See the performance note on #.reflexA "cheap" version of P. See the performance note on #.reflex,Merge a collection of events; the resulting  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 #.reflexA "cheap" version of . See the performance note on #.reflexA "cheap" version of . See the performance note on #.reflexSee kreflexSee lreflexNever:  =  .reflex' intersection (convenient interface to ().reflex' intersection (convenient interface to ().reflexILeft-biased event union (prefers left event on simultaneous occurrence).&'(U\]^_`bcdefgz{|}~      )*!"#$%&'(+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ )*!"#$%&'(+,-./012345689:;     =G_bcdfemon`^yz[7ghi&'(|{jklpPQRSTquvwxst}~>?@ABCDEUVWXYZr\]<aUKLMNOHIJF44Safe&'=>?@ACEHISVX$xreflex. 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  and  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  or  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 , (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  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 $. 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=?@AC'reflex efficiently collects  values using  and combines them via  to provide an  result.Safe,=?@AC)reflex efficiently collects  values using , and combines them monoidally to provide a  result.reflexType synonym for None=?@AF?reflexA  whose * - 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 !, a full comparison is performed.reflex Construct a ) by eliminating redundant updates from a .reflexRetrieve a normal  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  and - 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 uniqDynamic8This module contains various functions for working with  values. + and its primitives have been moved to the  class.None&'-.1=>?@AHNSUVX_h'reflex Poor man's Generics for product types only.reflexWIndicates that all elements in a type-level list are applications of the same functor. reflexThis class allows s and FHlistFs to be built from regular lists; they must be contiguous and sorted.reflex.A typed index into a typed heterogeneous list.reflexLike +, but with a functor wrapping each element.reflex_A heterogeneous list whose type and length are fixed statically. This is reproduced from the m package due to integration issues, and because very little other functionality from that library is needed.reflex2Represents a time changing value together with an 2 that can efficiently detect when the underlying j 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.reflexMap a sampling function over a .reflexFlipped version of reflex Create a new ; that only signals changes if the values actually changed.reflex Create a new ' that changes only when the underlying ) changes and the given function returns - when given both the old and the new values.reflex Dynamic Maybe that can only update from Nothing to Just or Just to Just (i.e., cannot revert to Nothing)reflex Create a & that accumulates values from another +. This function does not force its input  until the output  is forced.reflexLike E, but the the accumulator function may decline to update the result Dynamic's value. reflex Create a 6 using the initial value and change it each time the M occurs using a folding function on the previous value and the value of the .!reflexLike  ", but the combining function is a  action, so it can  existing  Behaviors and  new ones."reflex Create a H using the provided initial value and change it each time the provided = 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 *  will fire in the ! case, and will not fire in the  case.#reflexLike "", but the combining function is a  action, so it can  existing  Behaviors and  new ones.$reflex Create a new $ that counts the occurrences of the .%reflex Create a new > using the initial value that flips its value every time the  occurs.&reflexSwitches to the new  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 ' 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. & is also more performant.'reflexSwitches to the new . whenever it receives one. Switching occurs before the inner  fires - so if the q changes and both the old and new inner Events fire simultaneously, the output will fire with the value of the new .Prefer & to this where possible. The timing requirements that switching before imposes are likely to bring down your app unless you are very careful. & is also more performant.(reflexSplit a  pair into a pair of s)reflex Convert a  with  elements into a  of a  with non- elements.*reflexConvert a list with  elements into a  of a list with non-0 elements, preserving the order of the elements.+reflex Combine a  of a  of  s into a ! with the current values of the  s in a map.,reflexPrint the value of the K 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 K 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  with the current value of the  each time the  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 X won't be updated until the end of the frame. Additionally, this means that the output / may not be used to directly change the input 8, 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  to the value of the  each time it occurs.Note: attachPromptlyDyn d is not the same as attach (current d). See . for details.0reflex!Combine the current value of the  with the value of the  each time it occurs.Note: attachPromptlyDynWith f d is not the same as attachWith f (current d). See . for details.1reflex Create a new J by combining the value at each occurrence with the current value of the A 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.2reflex Factor a Dynamic t (Maybe a) into a Dynamic t (Maybe (Dynamic t a)), such that the outer  is updated only when the Maybe's constructor chages from  to 3 or vice-versa. Whenever the constructor becomes  , an inner / will be provided, whose value will track the a inside the ; when the constructor becomes , the existing inner W will become constant, and will not change when the outer constructor changes back to .3reflexnTurns a 'Dynamic t (Either a b)' into a 'Dynamic t (Either (Dynamic t a) (Dynamic t b))' such that the outer  is updated only when the ! constructor changes (e.g., from  to ).4reflex!Factor a 'Dynamic t DSum' into a   containing nested  values. The outer " updates only when the key of the ) changes, while the update of the inner + represents updates within the current key.5reflex Demultiplex an input value to a T with many outputs. At any given time, whichever output is indicated by the given  will be .6reflex"Select a particular output of the J; this is equivalent to (but much faster than) mapping over the original 4 and checking whether it is equal to the given key.7reflex5Collect a hetereogeneous list whose elements are all s into a single @ whose value represents the current values of all of the input s.8reflex8Convert a datastructure whose constituent parts are all s into a single K whose value represents all the current values of the input's constituent s.<*)<=u      !"#$%&'()*+,-./012345678<)*=$%&'./01234 !"#+,-()u*568     7<2None &'GQUVX6reflexThis 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.FreflexQuote a 9 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 aGreflex Antiquote a  expression. This can only be used inside of a qDyn quotation.Hreflex Create a  value using other Us 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.FGHFGHThis module defines the I classSafe=?@ACIreflexI efficiently collects  values using J, and combines them monoidally to provide a  result.IJIJCA class for actions that can be "adjusted" over time based on some : such that, when observed after the firing of any such D, the result is as though the action was originally run with the s value.None,=?@ACHSVX_Lreflex Synonym for MMreflexA  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.Rreflex Traverse a  of M- actions, running each of them. The provided  of patches to the # can add, remove, or update values.Sreflex Traverses a  of M- actions, running each of them. The provided  of patches to the / can add, remove, update, move, or swap values.Treflex Traverses a , running the provided M action. The provided  of patches to the 0 can add, remove, update, move, or swap values. LMNOPQRST MNOPQRSTLSafe.=?@ACHUVX݅VreflexV. represents an action that is notified via an u when it has finished executing. Note that the specific definition of "finished" is determined by the instance of V, but the intent is to allow s and Ts to be safely sampled, regardless of where they were created, when the post-build  fires. The post-build - will fire exactly once for an given action.WreflexRetrieve the post-build  for this action.VWVWNone=?@AHNSVX_ [reflex.Create a set of widgets based on the provided . When the input / 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 '._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 .areflexZCreate 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.breflexACreate 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.[\]^_`ab[\]^_`abThis 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-/=?@AGHSVXcreflexA completely pure-functional 6 timeline, identifying moments in time with the type t.qreflexThe  instance of t must be dense: for all x :: t, there must not exist any y :: t such that  x < y < x. The < instance will be used exclusively to memoize functions of t(, not for any of its other capabilities. defghijkc cdefghijkA class that ties together queries to some data source and their results, providing methods for requesting data from the source and accumulating streamed results.None 2=>?@ACHMV rreflexA class that allows sending of }s and retrieval of ~s. See  for a commonly used interface.vreflexGThis type can be used to track of the frequency of interest in a given }. See note on yreflexQueryMorphism'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 y to a }reflexMap a y to a ~reflex The SemigroupMonoid'Group instances for a Query containing vps 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  } from a  }.reflex Retrieve ally updating ~s for a ally updating }.rstuvwxyz{|}~}~yz{|vwxrstuSafe =?@ACHNV$4reflexA % action can trigger requests of type  Request m a based on !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  and  Response m is , then  has the same type as :.reflexThe type of requests that this  can emitreflex The type of responses that this  can receivereflex"Emit a request whenever the given / fires, and return responses in the resulting .reflex"Emit a request whenever the given ! fires, and ignore all responses.reflex"Emit a request whenever the given : fires, and unwrap the responses before returning them.  Response m must be .Safe=?@AC1reflex$ represents actions that can create s that can be triggered by  actions.reflexCreate a triggerable =. Whenever the resulting function is called, the resulting P 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 D 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  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=>?@ACHSUVXAreflex= represents actions that can trigger other actions based on s.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  whenever the ' fires. Return the result in another . Note that the output , will generally occur later than the input  , since most % actions cannot be performed during  propagation.reflexLike G, but do not return the result. May have slightly better performance.reflexLike , but the resulting ! 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=?@AHMVJreflexA basic implementation of .reflexA reference to an  suitable for firing with .reflexA value with which to fire an G, as well as a callback to invoke after its propagation has completed.reflexRun a # action. The argument should be a  into which js can be passed; it is expected that some other thread will be responsible for popping values out of the  and firing their s.reflexRetrieve the current :; event trigger invocations pushed into it will be fired.  !1Clocks, timers, and other time-related functions.None24567>@AHNPVX`reflex'Metadata associated with a timer "tick"reflex)UTC time immediately after the last tick.reflex<Number of time periods or ticks since the start of the timerreflex;Amount of time that has elapsed in the current tick period.reflex Fires an I once every time provided interval elapses, approximately. The provided m is used bootstrap the determination of how much time has elapsed with each tick. This is a special case of 9 that uses the post-build event to start the tick thread.reflex Fires an V once every time provided interval elapses, approximately. This is a special case of o that uses the post-build event to start the tick thread and the time of the post-build as the tick basis time.reflex Fires an  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.reflexLGeneralization of tickLossyFrom that takes the delay and initial time as an .reflexLike ;, but immediately calculates the first tick and provides a  that is updated as ticks fire.reflex Generates a 2, given the specified interval and timestamp. The  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 timereflexSend 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 builtreflexSend 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 supportreflexBlock 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.reflexWhen the given m occurs, wait the given amount of time and collect all occurrences during that time. Then, fire the output  with the collected output.reflexThrottle 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.reflexFThrottle 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.reflexThe 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.reflexgEvent that starts a tick generation thread. Usually you want this to be something like the result of WU 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"None&'1=?@AEGHMNSUVX4reflexA basic implementation of .reflexJWe 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 anotherreflexLRuns in reverse to accommodate for the fact that we accumulate it in reverse reflex with its arguments flipped reflexRun a  action. The resulting V will fire whenever requests are made, and responses should be provided in the input . The W keys will be used to return the responses to the same place the requests were issued. reflex2Map a function over the request and response of a reflexMatches incoming responses with previously-sent requests and uses the provided request "decoder" function to process incoming responses. reflex$The function to map over the requestreflex%The function to map over the responsereflex The internal + whose input and output will be transformedreflexThe resulting reflexGiven 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 ' key of the associated outgoing request          #(This module contains an instance of the : class that provides profiling/cost-center information.None-/1=>?@AGHMSVX89:;<?>=@ABCDEFGH@A;<?>=BCDEFG89:H$None.=?@AHMNSUVXereflex#Provides a basic implementation of V.hreflexRun a e action. An [ should be provided that fires immediately after the action is finished running; no other s should fire first.kreflex Deprecatedefghijefghij%None&'-1=>?@AEHMSUVXhKreflex#Provides a basic implementation of !. Note that, despite the name,  is not an instance of .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 s while ensuring that * actions are run at the appropriate time.&None=?@AEHMSUVXreflexA basic implementation of .reflex-WARNING: Do not construct this directly; use  insteadreflexRun a  action.reflexGiven a function like N& for the underlying monad, implement N for ?. This is necessary when the underlying monad doesn't have a M& instance or to override the default M behavior.reflexLike  , but for sequenceIntMapWithAdjust.reflexLike  , but for R.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 correctlyreflex}dynWithQueryT's (Dynamic t QueryMorphism) argument needs to be a group homomorphism at all times in order to behave correctly;None< (None&'1=?@AHMPSVX_,reflexA basic implementation of .reflexRun a Z action. The dynamic writer output will be provided along with the result of the action.reflex$Map a function over the output of a .reflexWhen the execution of a  action is adjusted using M, the 6 output of that action will also be updated to match.<NoneҊ)%Implementation of MonadBehaviorWriterNone&'1=?@AHMSVXreflexA basic implementation of I.reflexRun a [ action. The behavior writer output will be provided along with the result of the action.reflex$Map a function over the output of a .*None 8=>?@ACHV+None&',-/=>?@ACEGHIMSUVX_`$reflexFThe monad for actions that manipulate a Spider timeline identified by x3reflex3 is the old name for 54reflex&The default, global Spider environment5reflex.Designates the default, global Spider timelinereflex&Retrieve the current SpiderTimelineEnvreflexlStores all global data relevant to a particular Spider timeline; only one value should exist for each type xreflexA statically allocated 5reflex Construct an # 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 sreflex=Subscribe to an Event only for the duration of one occurrencereflex Construct an ; 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 joins0reflex*Propagate everything at the current height1reflex*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 timeline   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklpsonmqrtuvwxyz|~}{    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklpsonmqrtuvwxyz|~}{    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~=@This module exports all of the user-facing functionality of the 4 Reflex engineNone $345 45$3,aThis module provides combinators for building FRP graphs/networks and modifying them dynamically.None@A  reflexA  "network": Takes a C of network-creating actions and replaces the network whenever the @ updates. The returned Event of network results fires when the " updates. Note: Often, the type aT is an Event, in which case the return value is an Event-of-Events, where the outer ) fires when switching networks. Such an # would typically be flattened (via ).reflex"Given an initial "network" and an  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 building  8None &'(U\]^_`bcdefgz{|}~      )*!"#$%&'(+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./012345678FGHIJLMNOPQRSTVW[\]^_`abrstuvwxyz{|}~     89:;<=>?@ABCDEFGHefghij$345-None@ANX!OreflexmBuild 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."NoneNX.reflex!A widget in a workflow When the  returned by a  fires, the current * is replaced by the one inside the firing . A series of "s must share the same return type.reflexRuns a  and returns the  result of the  (i.e., a & of the value produced by the current  node, and whose update  fires whenever one  is replaced by another).reflex Similar to , but outputs an ! that fires 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 #5 for more information and performance considerations.>?@AABCD4EFGHIJKLMNOPPQRSTUUVVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~JKLNO      K M           !!"##$%%&'()*+,-.8/01723456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuv/w0x1y7z{|}~:                              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" " " " " " """"""""""""""""""" "!"""#"$"%"&"'"(")"*"+","-"."/"0"1"2"3"4"5"6"7"8"9":";"<"=">#?#?#@#A#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$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$%%%%%%%%%%%%%%%%%%%%%%%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&''''''''''''''''''''''''''''''((((((((((((((((((((((((((((()))))))))))))))))))))))) ) ) ) * ************++++++++++++ +!+!+"+"+#+$+$+%+&+9+'+(+(+)+)+*+#+#+$+%+%+&+++++,+-+.+/+0+1+2+3+4+4+5+6+7+!+!+"+8+8+9+:+;+;+<+<+=+=+>+>+?+@+@+A+B+C+D+E+F+F+G+H+I+I+J+K+L+M+N+O+P+Q+R+R+S+T+U+U+V+W+X+Y+Z+[+\+]+^+_+`+`+a+b+c+c+d+e+f+g+h+h+i+j+k+l+l+m+n+o+o+p+q+r+r+s+t+t+u+v+v+w+x+x+y+z+{+|+|+}+}+~+~+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++1+1+++/+/++++++++++++++++0+0+x+++++++++++++++++++7+++,+++++++++++++++++++++++++++++++++++++++++++++++++(++ + + + + +++++++++?+6+8+;+<++++++++++++++ +!+"+#+$+%+&+'+J+(+)+*+++,+-+.+/+0+9+1+2+3+4+5+6+7+8+9+:+L+;+:+<+=+>+?+@+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+{+|+}+~+++++++++++++++++++++++++++++++++++++++++++++++++++++,,,-.......@     KL !"#$%&'()*+,2+-6./012+,+34+,567.89:;.<+,K+,.=.>.?(@K(@%AB.C0DEFG.H.I#J#K0DL0DM.NOPQOPROPSTUVW0DX0DYZ[\[]^_`0Dabcdef"ghij#k#l#m#n#o#p#q#rstu&v&w&xy%reflex-0.6.2.1-98PbGRnGVcSGOUWLtakWn1 Reflex.ClassData.AppendMapData.FastWeakBagData.Functor.Misc Data.Map.Misc Data.WeakBagReflex.FastWeakReflex.FunctorMaybeReflex.Patch.ClassReflex.Patch.IntMapData.FastMutableIntMapReflex.Patch.MapReflex.Patch.DMapReflex.Patch.MapWithMoveReflex.Patch.DMapWithMove Reflex.PatchReflex.Host.ClassReflex.EventWriter.ClassReflex.DynamicWriter.ClassReflex.Dynamic.UniqReflex.DynamicReflex.Dynamic.THReflex.BehaviorWriter.ClassReflex.Adjustable.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 MapWithMoveIntMap IncrementalReflexSpider performEventReflex.EventWriterReflex.DynamicWriter Reflex.Spider%witherable-0.3-1xsX6QC8kE49eKfUvnd7e8Data.WitherablemapMaybe AppendMap _unAppendMapnonEmptyDeletemapMaybeNoNull showTreeWith$fDefaultMonoidalMap$fFilterableMonoidalMapFastWeakBagTicket FastWeakBag_weakBag_childreninsertemptyisEmptytraverseremove ComposeMaybegetComposeMaybe EitherTagLeftTagRightTagWrapArgConst2unConst2 dmapToMap dmapToIntMap dmapToMapWith mapToDMapmapWithFunctorToDMapintMapWithFunctorToDMapweakenDMapWithmapKeyValuePairsMonotoniccombineDMapsWithKey dmapToThese eitherToDSum dsumToEither$fGComparekConst2 $fGEqkConst2$fGShowkConst2$fGCompareTYPEWrapArg$fGEqTYPEWrapArg$fGShowkEitherTag$fGComparekEitherTag$fGEqkEitherTag$fShowComposeMaybe$fEqComposeMaybe$fOrdComposeMaybe$fFunctorComposeMaybe$fOrdEitherTag $fEqEitherTag$fShowEitherTag $fReadWrapArg $fShowWrapArg $fOrdWrapArg $fEqWrapArg $fReadConst2 $fShowConst2 $fOrdConst2 $fEqConst2 diffMapNoEqdiffMapapplyMapmapPartitionEithersapplyMapKeysSet WeakBagTicketWeakBag singletonFastWeakFastWeakTicketgetFastWeakTicketValuegetFastWeakValuegetFastWeakTicketmkFastWeakTicketgetFastWeakTicketWeak emptyFastWeak FunctorMaybe fmapMaybe$fFunctorMaybeIntMap$fFunctorMaybeMap$fFunctorMaybe[]$fFunctorMaybeMaybe$fFunctorMaybeOptionPatch PatchTargetapply applyAlwayscomposePatchFunctions$fPatchIdentity PatchIntMapmapIntMapPatchWithKeytraverseIntMapPatchWithKeypatchIntMapNewElementspatchIntMapNewElementsMap getDeletions$fSemigroupPatchIntMap$fPatchPatchIntMap$fFunctorPatchIntMap$fFoldablePatchIntMap$fTraversablePatchIntMap$fMonoidPatchIntMapFastMutableIntMapnewnewEmptylookupforIntersectionWithImmutable_for_sizegetFrozenAndClear applyPatchPatchMap unPatchMappatchMapNewElementspatchMapNewElementsMap$fFunctorPatchMap$fMonoidPatchMap$fSemigroupPatchMap$fPatchPatchMap$fShowPatchMap$fReadPatchMap $fEqPatchMap $fOrdPatchMap PatchDMap unPatchDMap mapPatchDMaptraversePatchDMaptraversePatchDMapWithKeyweakenPatchDMapWithpatchDMapToPatchMapWithconst2PatchDMapWithconst2IntPatchDMapWith$fPatchPatchDMap$fMonoidPatchDMap$fSemigroupPatchDMapFixup Fixup_Delete Fixup_UpdateToFrom From_Insert From_Delete From_MoveNodeInfo_nodeInfo_from _nodeInfo_toPatchMapWithMovepatchMapWithMovepatchMapWithMoveInsertAllunPatchMapWithMove insertMapKey moveMapKey swapMapKey deleteMapKeyunsafePatchMapWithMovepatchMapWithMoveNewElementspatchMapWithMoveNewElementsMappatchThatSortsMapWithpatchThatChangesAndSortsMapWithpatchThatChangesMapnodeInfoMapFromnodeInfoMapMFrom nodeInfoSetTo$fMonoidPatchMapWithMove$fPatchPatchMapWithMove$fSemigroupPatchMapWithMove $fShowFrom $fReadFrom$fEqFrom $fOrdFrom $fFunctorFrom$fFoldableFrom$fTraversableFrom$fShowNodeInfo$fReadNodeInfo $fEqNodeInfo $fOrdNodeInfo$fFunctorNodeInfo$fFoldableNodeInfo$fTraversableNodeInfo$fShowPatchMapWithMove$fEqPatchMapWithMove$fOrdPatchMapWithMove$fFunctorPatchMapWithMove$fFoldablePatchMapWithMove$fTraversablePatchMapWithMovePair1PatchDMapWithMovevalidPatchDMapWithMove$validationErrorsForPatchDMapWithMove insertDMapKey moveDMapKey swapDMapKey deleteDMapKeyunPatchDMapWithMoveunsafePatchDMapWithMovepatchDMapWithMovemapPatchDMapWithMovetraversePatchDMapWithMove traversePatchDMapWithMoveWithKeynodeInfoMapFromMweakenPatchDMapWithMoveWith'patchDMapWithMoveToPatchMapWithMoveWithconst2PatchDMapWithMoveWithgetDeletionsAndMoves$fPatchPatchDMapWithMove$fMonoidPatchDMapWithMove$fEqPatchDMapWithMove$fSemigroupPatchDMapWithMove AdditivePatchunAdditivePatchAdditiveGroupnegateG~~$fGroupMonoidalMap$fAdditiveMonoidalMap$fPatchAdditivePatch AccumulatoraccumaccumM accumMaybe accumMaybeMmapAccum mapAccumM mapAccumMaybemapAccumMaybeMEventSelectorInt selectIntEventSelectorGselectG EventSelectorselect MonadHoldholdholdDynholdIncremental buildDynamicheadE MonadSamplesampleBehaviorEventDynamicPushMPullMneverconstantpush pushCheappullmergeGfanGswitch coincidencecurrentupdatedunsafeBuildDynamicunsafeBuildIncrementalmergeIncrementalGmergeIncrementalWithMoveGcurrentIncrementalupdatedIncrementalincrementalToDynamicbehaviorCoercion eventCoerciondynamicCoercionmergeIntIncrementalfanIntfanmergeIntcoerceBehavior coerceEvent coerceDynamic 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 $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$fAccumulatorktDynamicMonadReflexHost 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 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$fAdjustabletReaderT 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 tellQueryDynqueryDyn$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 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 MergeInitFuncMergeUpdateFuncFanInt_fanInt_subscribers_fanInt_subscriptionRef_fanInt_occRefSomeResetCoincidenceCanTraceWeakListSomeAssignment 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_spiderTimeline_lock_spiderTimeline_eventEnvGlobalHold holdValueholdInvalidators holdEvent holdParentdynamicCurrentdynamicUpdatedreadBehaviorTrackedEventSubscribedeventSubscribedHeightRefeventSubscribedRetained SubscribersubscriberPropagatesubscriberInvalidateHeightsubscriberRecalculateHeightCacheSubscribed_cacheSubscribed_subscribers_cacheSubscribed_parent_cacheSubscribed_occurrenceEventSubscription_eventSubscription_unsubscribe_eventSubscription_subscribedSpiderBehaviorunSpiderBehavior SpiderEvent unSpiderEvent SpiderDynamicunSpiderDynamicSpiderIncrementalunSpiderIncrementaldebugPropagatedebugInvalidateHeightdebugInvalidate showNodeId unsubscribesubscribeAndReadterminalSubscribersubscribeAndReadHead cacheEvent subscribewrap eventRoot eventNevereventFan eventSwitcheventCoincidence eventHoldeventDynsubscribeCoincidenceInnernewSubscriberHoldnewSubscriberFannewSubscriberSwitchnewSubscriberCoincidenceOuternewSubscriberCoincidenceInnerinvalidateSubscriberHeightrecalculateSubscriberHeight propagate propagateFasttoAnyeventSubscribedRooteventSubscribedNevereventSubscribedFaneventSubscribedSwitcheventSubscribedCoincidencegetEventSubscribedHeightsubscribeHoldEvent behaviorHoldbehaviorHoldIdentity behaviorConst behaviorPull behaviorDynreadHoldTrackedreadBehaviorUntracked dynamicHolddynamicHoldIdentity dynamicConst dynamicDyndynamicDynIdentityglobalSpiderTimelineEnv runEventM asksEventEnvdeferputCurrentHeight scheduleClearscheduleIntClearscheduleRootCleargetHoldEventSubscriptionheightBagEmpty heightBagSizeheightBagFromList heightBagAddheightBagRemove heightBagMaxheightBagVerifynewInvalidatorSwitchnewInvalidatorPull newMapDynrunscheduleMerge' debugFinalizemkWeakPtrWithDebugwithIncreasedDepthtracePropagatetraceInvalidate traceWhen traceMWhenwhoCreatedIORefpropagateSubscriberHold runBehaviorMaskInvalidator askParentsRefaskBehaviorHoldInits getDynHoldzeroRefgetRootSubscribedcleanupRootSubscribedsubscribeRootSubscribed newFanIntgetFanSubscribedcleanupFanSubscribedsubscribeFanSubscribedgetSwitchSubscribedcleanupSwitchSubscribedsubscribeSwitchSubscribedgetCoincidenceSubscribedcleanupCoincidenceSubscribedsubscribeCoincidenceSubscribed mergeWithMove mergeCheapmergeCheapWithMoveinvalidateMergeHeightinvalidateMergeHeight'revalidateMergeHeightscheduleMergeSelfmergeSubscriber updateMerge mergeGCheap' mergeIntCheap runHoldInitsinitHoldinitDyn newEventEnv clearEventEnvrunFrame zeroHeight invalidHeight succHeightinvalidateCoincidenceHeightupdateSwitchHeightrecalculateCoincidenceHeightcalculateSwitchHeightcalculateCoincidenceHeight invalidate newJoinDynmapDynamicSpiderholdSpiderEventMholdDynSpiderEventMholdIncrementalSpiderEventMbuildDynamicSpiderEventMunsafeNewSpiderTimelineEnvnewSpiderTimelinelocalSpiderTimelinewithSpiderTimeline runSpiderHostrunSpiderHostForTimelinenewEventWithTriggerIOnewFanEventWithTriggerIO$fMonadAtomicRefEventM$fMonadRefEventM$fMonadBehaviorM$fDeferSomeHoldInitBehaviorM$fGEqTYPESpiderTimelineEnv$fEqSpiderTimelineEnv!$fDeferSomeResetCoincidenceEventM$fDeferSomeEventM$fDeferSomeEventM0$fDeferSomeEventM1$fHasSpiderTimelineGlobal$fDeferSomeMergeInitEventM$fDeferSomeMergeUpdateEventM$fDeferSomeDynInitEventM$fDeferSomeHoldInitEventM$fDeferSomeAssignmentEventM$fHasCurrentHeightxEventM#$fMonadHoldTYPESpiderTimelineEventM%$fMonadSampleTYPESpiderTimelineEventM&$fHasSpiderTimelineLocalSpiderTimeline*$fMonadSampleTYPESpiderTimelineSpiderPullM$fReflexTYPESpiderTimeline($fMonadHoldTYPESpiderTimelineSpiderPushM*$fMonadSampleTYPESpiderTimelineSpiderPushM$fMonadAtomicRefSpiderHost$fMonadRefSpiderHost$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$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 networkView networkHold untilReady sortableListWorkflow unWorkflowworkflow workflowView mapWorkflowmapWorkflowCheap2monoidal-containers-0.4.0.0-A5An67krgjLBAIqNZFlkxqData.Map.Monoidal MonoidalMapgetMonoidalMapbase GHC.MaybeNothingvalidmaxViewWithKeyminViewWithKeymaxViewminViewupdateMaxWithKeyupdateMinWithKey updateMax updateMin deleteFindMax deleteFindMin deleteMax deleteMinfindMaxfindMindeleteAtupdateAtelemAt findIndex lookupIndexisProperSubmapOfByisProperSubmapOf isSubmapOfBy isSubmapOf splitRoot splitLookupsplitmapEitherWithKey mapEithermapMaybeWithKeypartitionWithKey partition filterWithKeyfilterfromDistinctAscListfromAscListWithKeyfromAscListWith fromAscList toDescList toAscListfromListWithKey fromListWithfromListtoListfromSetkeysSet foldlWithKey' foldrWithKey'foldl'foldr'foldMapWithKey foldlWithKey foldrWithKeyfoldlfoldrmapKeysMonotonic mapKeysWithmapKeysmapAccumRWithKeymapAccumWithKeytraverseWithKey mapWithKeymap mergeWithKeyintersectionWithKeyintersectionWithdifferenceWithKeydifferenceWith unionsWith unionWithKey unionWithalterupdateLookupWithKey updateWithKeyupdate adjustWithKeyadjustinsertLookupWithKey insertWithKey insertWithlookupGElookupLElookupGTlookupLTnull\\!keyselemsassocsdeletefindWithDefault notMembermember Data.EitherEither(dependent-sum-0.6-Ij5M2chPx962WImCuYTB6FData.Dependent.SumDSum'dependent-map-0.3-YdBxtaoHr84W3IpL4zMCNData.Dependent.Map.InternalDMapcontainers-0.6.0.1Data.Map.InternalData.IntMap.InternalGHC.BaseFunctorghc-prim GHC.ClassesEqData.Set.InternalSetGHC.WeakWeakMaybe SemigroupData.Functor.IdentityIdentityJustfmapmplus ApplicativeMonadData.Dependent.Map Data.SomeSomeMonoid GHC.TypesIntData.Type.CoercionCoercionliftA2liftA3LeftRightTrueFalseString"these-0.7.6-G5hUKNo22UlBc7tPHWk08c Data.TheseThisThatThesemergeWithFoldCheap'*semigroupoids-5.3.2-IPtfeEgsxTf6bYG7zEUetPData.Functor.PluszeroDoubleFloatUnqDynGHC.EnumEnumpred$MemoTrie-0.6.9-8zY1JbeVzGvsbhcVCLlip Data.MemoTrieHasTrieIOControl.Concurrent.ChanChan time-1.8.0.2 Data.Time.Clock.Internal.UTCTimeUTCTimeMyTag(prim-uniq-0.1.0.1-Faw9gVxlKvdGmv6Tk3T6kwUnsafe.Unique.TagTagBehavior_ProfiledunBehavior_ProfiledEvent_ProfiledunEvent_ProfiledDynamic_ProfiledunDynamic_ProfiledIncremental_ProfiledunIncremental_Profiledtransformers-0.5.6.2Control.Monad.Trans.Class MonadTransTellIdtellId(sequenceIntMapWithAdjustEventWriterTWith