Eventlog.Trie
outputTree :: Map Word32 CostCentre -> [(Bucket, (Int, BucketInfo))] -> Value Source #
outputTrie :: Map Word32 CostCentre -> TMap Word32 (Int, Text, Text) -> [Value] Source #
newLabel :: Word32 -> State Int Text Source #
outputTrieLoop :: Map Word32 CostCentre -> Text -> Map Word32 (TMap Word32 (Int, Text, Text)) -> State Int [Value] Source #
mkNode :: Text -> Maybe Text -> Text -> Maybe (Int, Text, Text) -> Value Source #