roc/compiler/fmt/src
Sean Hagstrom b91d6aa5a9 fix(formatter): ensure arguments and return value in multi-line function annotation are on separate lines
Added tests based on the examples in: Issue #2587
Removed outdated comment and debug_assert statement
Updated the tests for multi-line higher order function annotations
2022-05-14 14:23:56 +01:00
..
annotation.rs fix(formatter): ensure arguments and return value in multi-line function annotation are on separate lines 2022-05-14 14:23:56 +01:00
collection.rs feature(formatter): allow single blank line around comments in lists, records, type annotations 2022-05-01 18:28:49 +01:00
def.rs feat(formatter): implement outdent formatting for multiline lists and records 2022-04-24 16:52:02 +01:00
expr.rs feature(formatter): allow single blank line around comments in lists, records, type annotations 2022-05-01 18:28:49 +01:00
lib.rs Move RemoveSpaces into fmt, for use in tests 2022-05-06 14:37:22 -04:00
module.rs Drop an unnecessary lifetime annotation 2022-05-06 12:06:28 -04:00
pattern.rs Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
spaces.rs Move RemoveSpaces into fmt, for use in tests 2022-05-06 14:37:22 -04:00