gdritter repos ndbl / 988b4ee
Phrasing problems in README Getty Ritter 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
162162 flattens the list of lists into just a list, for simple situations in which
163163 grouping is irrelevant to the configuration. Each function pair guarantees
164164 that `fromJust . decode . encode == id`, although be aware that
165 `encode . fromJust . decode == id` is not always true, as multiple valid NDBL
165 `encode . fromJust . decode /= id`, as multiple valid NDBL
166166 documents may correspond to a single NDBL representation.