X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FRtClosureInspect.hs;h=d4487934193aaf7f9c0b3b60cf2a313d9af34e6f;hb=8ffd91b6102f4ad3111cabdf6bdb1998f257887f;hp=a003fc3da49a2619c6576122903e64e7c5edb663;hpb=07e06f2e67518dd0db10ecd1115a2ac00249af53;p=ghc-hetmet.git diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index a003fc3..d448793 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -1178,4 +1178,4 @@ sizeofTyCon = primRepSizeW . tyConPrimRep (|.|) :: (a -> Bool) -> (a -> Bool) -> a -> Bool -(f |.| g) x = f x || g x \ No newline at end of file +(f |.| g) x = f x || g x