summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorRoland Senn <rsx@bluewin.ch>2018-11-11 11:21:26 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-11-11 11:21:34 +0100
commit98f8e1c2454b8c99cbb225e4a8a544288eeb082a (patch)
treeb37269847ac7170ddb273b0decd7b2087b6d8f3e /compiler/codeGen
parentb337906ca04c8ac6b9a5b11dcc0cbb954cb44cab (diff)
downloadhaskell-98f8e1c2454b8c99cbb225e4a8a544288eeb082a.tar.gz
Respect naming conventions in module RnUnbound.hs in fix for #15611
Summary: The patch https://phabricator.haskell.org/D5284 didn't respect the local naming conventions in module compiler/rename/RnUnbound.hs: - Top level functions names are written in camelCase. - Local function names in where clauses are written as names_with_underscores. This patch restores these conventions. Test Plan: make test TESTS="T15611a T15611b" Reviewers: DavidEichmann, monoidal, hvr, mpickering, bgamari Reviewed By: mpickering Subscribers: rwbarton, carter GHC Trac Issues: #15611 Differential Revision: https://phabricator.haskell.org/D5308
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions