Make `mkFunTy` associate to the right, as it should
[ghc-hetmet.git] / compiler / types / Type.lhs
index 8177e5a..579c5da 100644 (file)
@@ -151,6 +151,8 @@ import FastString
 
 import Data.List
 import Data.Maybe      ( isJust )
+
+infixr 3 `mkFunTy`     -- Associates to the right
 \end{code}
 
 \begin{code}