Given an encoder that can format a value of type A into a single line string, encode a tree of A into a YAML-like indented format where indentation indicates node depth.
A
YAML
Given an encoder that can format a value of type
Ainto a single line string, encode a tree ofAinto aYAML-like indented format where indentation indicates node depth.