X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypes%2FType.lhs;h=579c5da6a3ad901691cf96228145539b8b7eead7;hb=f87cc9cfccf83b21a66501f9654d3e6f1fa7adb4;hp=8177e5ac9d0a6e1e2dd90503ee7eb5be7de0df4c;hpb=0252f1a49233b7618dc8923f257a37579802fce9;p=ghc-hetmet.git 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}