([name, type]: Signature)
| 433 | ] |
| 434 | |
| 435 | const prettySignature = <A>([name, type]: Signature): Doc.Doc<A> => |
| 436 | Doc.hsep([Doc.fill(Doc.text(name), 5), Doc.text("::"), Doc.text(type)]) |
| 437 | |
| 438 | const doc = Doc.hsep([ |
| 439 | Doc.text("let"), |
nothing calls this directly
no test coverage detected
searching dependent graphs…