diff options
author | Roland Senn <rsx@bluewin.ch> | 2018-11-11 11:21:26 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-11-11 11:21:34 +0100 |
commit | 98f8e1c2454b8c99cbb225e4a8a544288eeb082a (patch) | |
tree | b37269847ac7170ddb273b0decd7b2087b6d8f3e /compiler/codeGen/CodeGen | |
parent | b337906ca04c8ac6b9a5b11dcc0cbb954cb44cab (diff) | |
download | haskell-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/CodeGen')
0 files changed, 0 insertions, 0 deletions