Current section
Files
Jump to
Current section
Files
include/zipper@rose_tree_Adapter.hrl
-record(adapter, {
get_value :: fun((any()) -> any()),
get_children :: fun((any()) -> list(any())),
build_node :: fun((any(), list(any())) -> any())
}).