Phrasing problems in README
Getty Ritter
10 years ago
162 | 162 | flattens the list of lists into just a list, for simple situations in which |
163 | 163 | grouping is irrelevant to the configuration. Each function pair guarantees |
164 | 164 | that `fromJust . decode . encode == id`, although be aware that |
165 |
`encode . fromJust . decode |
|
165 | `encode . fromJust . decode /= id`, as multiple valid NDBL | |
166 | 166 | documents may correspond to a single NDBL representation. |