Marcus Roberts

Results 6 issues of Marcus Roberts

Change the code to use print_ prefix as an indicator for functions that produce Docs, and get_ prefix for things that don't for better comprehension

// formatter-ignore let single_ast_line = "x" Tricky to fix as we don't know the padding state.

type Foo = (List, List) formats to type Foo = ( /* comment2 */ List< /* comment1 */ /* comment2 */a>, List< /* comment1 */ /* comment2 */b> )

Partially Fixes #2281 Add all function parameters to the documentation table in the order they are defined. Add an empty documentation field for any that are missing user supplied documentation...

The following compiles with a correct warning that this pattern-matching is not exhaustive. If I pass in the value it doesn't handle, it stops with a "RuntimeError: unreachable" error Is...

bug