From c0524abb58eb3331508d77b479bf4d8666843982 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Thu, 4 Mar 2010 12:40:29 +0000 Subject: [PATCH] Make `mkFunTy` associate to the right, as it should --- compiler/types/Type.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/types/Type.lhs b/compiler/types/Type.lhs index 8177e5a..579c5da 100644 --- a/compiler/types/Type.lhs +++ b/compiler/types/Type.lhs @@ -151,6 +151,8 @@ import FastString import Data.List import Data.Maybe ( isJust ) + +infixr 3 `mkFunTy` -- Associates to the right \end{code} \begin{code} -- 1.7.10.4