diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-12-27 23:31:21 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-12-28 10:24:42 +0100 |
commit | f2db228bd1fc8295581080ac25d378be72e7b600 (patch) | |
tree | 3e522d63750f3941997602af1bfdbd79f37d287f /compiler/coreSyn | |
parent | 722a6584bb338bc77ad978d14113b3b8e6a45cab (diff) | |
download | haskell-f2db228bd1fc8295581080ac25d378be72e7b600.tar.gz |
Typos in comments [ci skip]
Diffstat (limited to 'compiler/coreSyn')
-rw-r--r-- | compiler/coreSyn/MkCore.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/coreSyn/MkCore.hs b/compiler/coreSyn/MkCore.hs index c8f7366288..72b6abf167 100644 --- a/compiler/coreSyn/MkCore.hs +++ b/compiler/coreSyn/MkCore.hs @@ -180,7 +180,7 @@ mk_val_app fun arg arg_ty res_ty -- -- This is Dangerous. But this is the only place we play this -- game, mk_val_app returns an expression that does not have - -- have a free wild-id. So the only thing that can go wrong + -- a free wild-id. So the only thing that can go wrong -- is if you take apart this case expression, and pass a -- fragment of it as the fun part of a 'mk_val_app'. |