Make `mkFunTy` associate to the right, as it should
authorsimonpj@microsoft.com <unknown>
Thu, 4 Mar 2010 12:40:29 +0000 (12:40 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 4 Mar 2010 12:40:29 +0000 (12:40 +0000)
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}