Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Rattletrap.Type.
ClassAttributeMap No documentation available.
type
Bimap l r = (Map l r, Map r l)rattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
-
rattletrap Rattletrap.Type.ClassAttributeMap This data structure holds all the information about classes, objects, and attributes in the replay. The class hierarchy is not fixed; it is encoded in the Content. Similarly, the attributes that belong to each class are not fixed either. Converting the raw data into a usable structure is tedious; see make.
-
rattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
bimap :: (Ord l, Ord r) => [(l, r)] -> Bimap l rrattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
-
rattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
makeAttributeMap :: List Cache -> Map U32 (Map U32 U32)rattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
makeClassMap :: List ClassMapping -> Bimap U32 Strrattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
makeNameMap :: List Str -> IntMap Strrattletrap Rattletrap.Type.ClassAttributeMap No documentation available.
makeObjectClassMap :: Map U32 Str -> Bimap U32 Str -> Map U32 U32rattletrap Rattletrap.Type.ClassAttributeMap No documentation available.