option() = {skip_funs, boolean()} | {atom_quoting, strict | loose}
options() = [option()]
| render_normalised/1 | Produces a deterministic, sorted, printable string for the
output of cuttlefish_generator:map/2. |
| render_normalised/2 |
render_normalised(Config::[proplists:property()]) -> iolist()
Produces a deterministic, sorted, printable string for the
output of cuttlefish_generator:map/2. Two outputs that should
be equivalent under the schema produce identical strings; any
real difference shows up as a localised line-level diff.
render_normalised(Config::[proplists:property()], Options::options()) -> iolist()
Generated by EDoc