liquidhaskell-0.4.0.1: Liquid Types for Haskell

Safe HaskellNone
LanguageHaskell98

Language.Haskell.Liquid.GhcMisc

Description

This module contains a wrappers and utility functions for accessing GHC module information. It should NEVER depend on ANY module inside the Language.Haskell.Liquid.* tree.

Documentation

tracePpr :: Outputable a => [Char] -> a -> a Source

pprShow :: Show a => a -> SDoc Source

tidyCBs :: [Bind b] -> [Bind b] Source

newtype Loc Source

Constructors

L (Int, Int)