SkhcConfig.SectionSourceOperations on a section. No guarantees are made whether duplicated keys will all appear or only one of them will exist.
type representing a section.
init name keyvals creates a new section named name and having key/value pairs intialiazed with keyvals.
assoc key section tries to find the value associated with key in section. Returns None if no key key exists.
values section returns the key/value pairs in sections.
to_channel oc section prints a representation of section to oc.
to_channel format section prints a representation of section to format.