diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/typecheck/TcTypeNats.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcTypeNats.hs b/compiler/typecheck/TcTypeNats.hs index 3d3ebb9952..2ff083c418 100644 --- a/compiler/typecheck/TcTypeNats.hs +++ b/compiler/typecheck/TcTypeNats.hs @@ -345,7 +345,7 @@ interactTopLeq _ _ = [] {------------------------------------------------------------------------------- -Interacton with inerts +Interaction with inerts -------------------------------------------------------------------------------} interactInertAdd :: [Xi] -> Xi -> [Xi] -> Xi -> [Pair Type] |