diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2018-09-12 13:21:19 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2018-09-13 11:35:00 +0100 |
commit | 6bf11e67f6be3db67b73bec08f437a784688bca0 (patch) | |
tree | 10e0e3df29d7b2637140304d36241b2df5c1be8b | |
parent | 0c0720874868f2a53d3411831b7faa2c03f3a393 (diff) | |
download | haskell-6bf11e67f6be3db67b73bec08f437a784688bca0.tar.gz |
Delete duplicated comment line
-rw-r--r-- | compiler/typecheck/TcCanonical.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/typecheck/TcCanonical.hs b/compiler/typecheck/TcCanonical.hs index 201504d010..b9b59d121f 100644 --- a/compiler/typecheck/TcCanonical.hs +++ b/compiler/typecheck/TcCanonical.hs @@ -672,7 +672,6 @@ Here are the moving parts * TcCanonical.canForAll deals with solving a forall-constraint. See Note [Solving a Wanted forall-constraint] - Note [Solving a Wanted forall-constraint] * We augment the kick-out code to kick out an inert forall constraint if it can be rewritten by a new |