brittany/src-literatetests
Evan Rutledge Borden 778381bbb8 Fix infix constructor pattern matching for normal constructors
Brittany was previously only support symbol based infix constructors. It
is common in some libraries (for example Esqueleto) to pattern match on
normal constructors as infix. Brittany was failing in this case by not
wrapping the constructor name in back ticks/spaces. Backticks and spaces
have been added in the case where the constructor contains any alpha
characters.
2018-01-15 19:18:58 -05:00
..
10-tests.blt Fix infix constructor pattern matching for normal constructors 2018-01-15 19:18:58 -05:00
14-extensions.blt Support RecursiveDo/`rec` keyword 2017-10-24 00:25:59 +02:00
15-regressions.blt Remove space after opening parenthesis (fixes #87) 2017-12-28 20:46:03 +01:00
16-pending.blt Split up littests input into multiple files 2017-10-02 20:53:56 +02:00
Main.hs Support hanging type signature config option 2017-12-28 21:38:31 +01:00
tests-context-free.blt Format let and in on a single line if they fit 2017-12-31 00:04:53 -05:00