=      !"#$%&'()*+,-./0123456789:;<None;=>=>=> Safe-Inferred ?None;HM@CReturn the value computed by a state transformer computation. The forall- ensures that the internal state used by the A9 computation is inaccessible to the rest of the program.@B@@BNone;HMCSmart constructorDSmart constructorECreate a new mutable array of specified size, in the specified state thread, with each element containing the specified initial value.FEUnsafely copy the elements of an array. Array bounds are not checked.GEUnsafely copy the elements of an array. Array bounds are not checked.HO(n)T Insert an element at the given position in this array, increasing its size by one.IO(n)T Insert an element at the given position in this array, increasing its size by one.JO(n)8 Update the element at the given position in this array.KO(n)8 Update the element at the given position in this array.LO(n) Update the element at the given positio in this array, by applying a function to it. Evaluates the element to WHNF before inserting it into the array.MO(1)J Update the element at the given position in this array, without copying.NO(n)T Delete an element at the given position in this array, decreasing its size by one.OO(n)T Delete an element at the given position in this array, decreasing its size by one.PStrict version of Q..RSTUVWXCYDZE[\]^_`abcdefFGHIJKLMghijNOQPklmnop!RUXYE[\]^_`abcdefFGHIJLMghjNQPlmn*RSTUVWXCYDZE[\]^_`abcdefFGHIJKLMghijNOQPklmnopNone +;=KM2hA map from keys to values. A map cannot contain duplicate keys; each key can map to at most one value.q@Convenience function. Compute a hash value for the given value.O(1) Construct an empty map.O(1)' Construct a map with a single element.O(1) Return r if this map is empty, s otherwise.O(n)5 Return the number of key-value mappings in this map.O(log n) Return r. if the specified key is present in the map, s otherwise.O(log n)< Return the value to which the specified key is mapped, or t- if this map contains no mapping for the key.O(log n)z Return the value to which the specified key is mapped, or the default value if this map contains no mapping for the key.O(log n)? Return the value to which the specified key is mapped. Calls u- if this map contains no mapping for the key.v Create a w value with two x values.y Create a z or { node. O(log n) Associate the specified value with the specified key in this map. If this map previously contained a mapping for the key, the old value is replaced.|!In-place update version of insert}ACreate a map from two key-value pairs which hashes don't collide. O(log n) Associate the value with the key in this map. If this map previously contained a mapping for the key, the old value is replaced by the result of applying the given function to the new and old value. Example: 2insertWith f k v map where f new old = new + old~%In-place update version of insertWith O(log n)D Remove the mapping for the specified key from this map if present. O(log n)i Adjust the value tied to a given key in this map only if it is present. Otherwise, leave the map alone. O(n+m)t The union of two maps. If a key occurs in both maps, the mapping from the first will be the mapping in the result.O(n+m) The union of two maps. If a key occurs in both maps, the provided function (first argument) will be used to compute the result.Strict in the result of f.<Construct a set containing all elements from a list of sets.O(n): Transform this map by applying a function to every value.O(n): Transform this map by applying a function to every value.O(n)L Transform this map by accumulating an Applicative result from every value. O(n*log m)V Difference of two maps. Return elements of the first map not existing in the second. O(n*log m)] Intersection of two maps. Return elements of the first map for keys existing in the second.O(n+m) Intersection of two maps. If a key occurs in both maps the provided function is used to combine the values from the two maps.O(n)( Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before before using the result in the next application. This function is strict in the starting value.O(n)( Reduce this map by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before before using the result in the next application. This function is strict in the starting value.O(n) Reduce this map by applying a binary operator to all elements, using the given starting value (typically the right-identity of the operator).O(n) Reduce this map by applying a binary operator to all elements, using the given starting value (typically the right-identity of the operator).Create a new array of the n first elements of mary.O(n)D Filter this map by retaining only elements satisfying a predicate.O(n)N Filter this map by retaining only elements which values satisfy a predicate.O(n)A Return a list of this map's keys. The list is produced lazily.O(n)C Return a list of this map's values. The list is produced lazily.O(n)E Return a list of this map's elements. The list is produced lazily.O(n){ Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.  O(n*log n)b Construct a map from a list of elements. Uses the provided function to merge duplicate entries.O(n)I Lookup the value associated with the given key in this array. Returns t if the key wasn't found.O(n)I Lookup the value associated with the given key in this array. Returns t if the key wasn't found.O(n)8 Update the element at the given position in this array.O(n)8 Update the element at the given position in this array.O(n)V Update the element at the given position in this array, by applying a function to it.WUnsafely clone an array of 16 elements. The length of the input array is not checked. Mask out the 3 bits used for indexing at this level of the tree.A bitmask with the  least significant bits set.~Check if two the two arguments are the same value. N.B. This function might give false negatives (due to GC moving objects.)Sw{zxqDefault value to return.vy |} ~  9w{zxqvy |}  Mz{wxqvy |} ~   2010-2012 Johan Tibell BSD-stylejohan.tibell@gmail.com provisionalportable Trustworthy !O(1)' Construct a map with a single element."O(log n) Associate the specified value with the specified key in this map. If this map previously contained a mapping for the key, the old value is replaced.#O(log n) Associate the value with the key in this map. If this map previously contained a mapping for the key, the old value is replaced by the result of applying the given function to the new and old value. Example: 2insertWith f k v map where f new old = new + old%In-place update version of insertWith$O(log n)i Adjust the value tied to a given key in this map only if it is present. Otherwise, leave the map alone.%O(n+m) The union of two maps. If a key occurs in both maps, the provided function (first argument) will be used to compute the result.&O(n): Transform this map by applying a function to every value.'O(n): Transform this map by applying a function to every value.(O(n+m) Intersection of two maps. If a key occurs in both maps the provided function is used to combine the values from the two maps.) O(n*log n)| Construct a map with the supplied mappings. If the list contains duplicate mappings, the later mappings take precedence.* O(n*log n)b Construct a map from a list of elements. Uses the provided function to merge duplicate entries.Append the given key and value to the array. If the key is already present, instead update the value of the key by applying the given function to the new and old value (in that order). The value is always evaluated to WHNF before being inserted into the array.!"#$%&'()*! !"#$%&'()*!!"# $ %'&()*!"#$%&'()*2010-2012 Johan Tibell BSD-stylejohan.tibell@gmail.com provisionalportable Trustworthy!  !  2011 Bryan O'Sullivan BSD-stylejohan.tibell@gmail.com provisionalportableNone+=K+8A set of values. A set cannot contain duplicate values.,O(1) Construct an empty set.-O(1)' Construct a set with a single element..O(n+m)8 Construct a set containing all elements from both sets.UTo obtain good performance, the smaller set must be presented as the first argument./<Construct a set containing all elements from a list of sets.0O(1) Return r if this set is empty, s otherwise.1O(n)+ Return the number of elements in this set.2 O(min(n,W)) Return r- if the given value is present in this set, s otherwise.3 O(min(n,W))% Add the specified value to this set.4 O(min(n,W))6 Remove the specified value from this set if present.5O(n)m Transform this set by applying a function to every value. The resulting set may be smaller than the source.6O(n)V Difference of two sets. Return elements of the first set not existing in the second.7O(n)Y Intersection of two sets. Return elements present in both the first set and the second.8O(n)( Reduce this set by applying a binary operator to all elements, using the given starting value (typically the left-identity of the operator). Each application of the operator is evaluated before before using the result in the next application. This function is strict in the starting value.9O(n) Reduce this set by applying a binary operator to all elements, using the given starting value (typically the right-identity of the operator).:O(n)D Filter this set by retaining only elements satisfying a predicate.;O(n)E Return a list of this set's elements. The list is produced lazily.<O(n*min(W, n))) Construct a set from a list of elements.+,-./0123456789:;<+,-./0123456789:;<+,-./0123456789:;<+,-./0123456789:;<      !"#$%&'() ()*    !$'(+,-./0-123456789:;<=>?@@ABBCDEFG HIJKLMNOPQ!RS('T$UVWXYZXY[-\]-^_`abcdefghijklmnopLqrstuvbwxyz{|}~h~}*yunordered-containers-0.2.5.1Data.HashMap.StrictData.HashMap.Lazy Data.HashSetData.HashMap.UnsafeShiftData.HashMap.PopCountData.HashMap.UnsafeData.HashMap.ArrayData.HashMap.BaseHashMapempty singletonnullsizememberlookup lookupDefault!insert insertWithdeleteadjustunion unionWithunions mapWithKeymaptraverseWithKey difference intersectionintersectionWithfoldl' foldlWithKey'foldr foldrWithKey filterWithKeyfilterkeyselemstoListfromList fromListWithHashSet unsafeShiftL unsafeShiftRbase Data.BitspopCountrunSTGHC.STSTrunSTReparraymarraynewcopycopyMinsertMupdateupdateM updateWith' unsafeUpdateMdeleteMmap'MArrayunMArrayArrayunArraylengthlengthMrnfArraynew_ singletonMpairreadwriteindexindexM unsafeFreeze unsafeThawrunrun2 undefinedElemthawtraverse $fNFDataArray $fShowArrayhashghc-prim GHC.TypesTrueFalse Data.MaybeNothingGHC.Errerror collision CollisionLeafbitmapIndexedOrFull BitmapIndexedFull unsafeInserttwounsafeInsertWith unionArrayBytrim lookupInArrayindexOfupdate16 update16M update16With'clone16 bitsPerSubkey fullNodeMaskptrEqShiftBitmapHashEmptyLfromListConstrhashMapDataTypeequalisLeafOrCollision updateWithupdateOrSnocWithupdateOrConcatWith maxChildren subkeyMask sparseIndexmask$fIsListHashMap $fEqHashMap$fTraversableHashMap $fShowHashMap $fReadHashMap $fDataHashMap$fMonoidHashMap$fFoldableHashMap$fFunctorHashMap$fNFDataHashMap $fNFDataLeafleafasMaphashSetDataType$fIsListHashSet $fDataHashSet $fShowHashSet $fReadHashSet$fMonoidHashSet$fFoldableHashSet $fEqHashSet$fNFDataHashSet