From: simonpj@microsoft.com Date: Thu, 4 Mar 2010 12:40:29 +0000 (+0000) Subject: Make `mkFunTy` associate to the right, as it should X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c0524abb58eb3331508d77b479bf4d8666843982 Make `mkFunTy` associate to the right, as it should --- 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}