diff options
author | Yuri de Wit <admin@rodlogic.net> | 2015-02-09 13:41:02 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-02-09 21:07:25 -0600 |
commit | 83efb985d632d3a351f69cb6ce9dc5232127d545 (patch) | |
tree | cbc524c15a509ea299e1aebf78e3092757ecb4f5 /compiler/main/TidyPgm.hs | |
parent | a741e69a230eb6d6e3373ad1fbe53c73b5f95077 (diff) | |
download | haskell-83efb985d632d3a351f69cb6ce9dc5232127d545.tar.gz |
Replace .lhs with .hs in compiler comments
Summary: It looks like during .lhs -> .hs switch the comments were not updated. So doing exactly that.
Reviewers: austin, jstolarek, hvr, goldfire
Reviewed By: austin, jstolarek
Subscribers: thomie, goldfire
Differential Revision: https://phabricator.haskell.org/D621
GHC Trac Issues: #9986
Diffstat (limited to 'compiler/main/TidyPgm.hs')
-rw-r--r-- | compiler/main/TidyPgm.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/TidyPgm.hs b/compiler/main/TidyPgm.hs index 4940f9d76e..1c72130365 100644 --- a/compiler/main/TidyPgm.hs +++ b/compiler/main/TidyPgm.hs @@ -1263,7 +1263,7 @@ tidyTopIdInfo dflags rhs_tidy_env name orig_rhs tidy_rhs idinfo show_unfold caf_ -- the function returns bottom -- In this case, show_unfold will be false (we don't expose unfoldings -- for bottoming functions), but we might still have a worker/wrapper - -- split (see Note [Worker-wrapper for bottoming functions] in WorkWrap.lhs + -- split (see Note [Worker-wrapper for bottoming functions] in WorkWrap.hs --------- Arity ------------ -- Usually the Id will have an accurate arity on it, because |