Data.TreeMap.Strict

Type TreeMap

data TreeMap k x

Type Path

type Path

path

list

reverse

Type Node

data Node k x

node

node_empty

node_find

Construct

empty

singleton

leaf

insert

from_List

from_Map

Size

nodes

null

size

Find

find

find_along

find_node

Union

union

unions

Map

map

map_monotonic

map_by_depth_first

Alter

alterl_path

Fold

foldl_with_Path

foldl_with_Path_and_Node

foldr_with_Path

foldr_with_Path_and_Node

foldl_path

foldr_path

Flatten

flatten

flatten_with_Path

Filter

filter

filter_with_Path

filter_with_Path_and_Node

map_Maybe

map_Maybe_with_Path

map_Maybe_with_Path_and_Node