Debian.TH
Contents
here :: ExpQ Source #
data Loc Source #
Defined in Debian.TH
Methods
pretty :: Loc -> Doc Source #
prettyVersioned :: CabalSpecVersion -> Loc -> Doc Source #
Defined in Language.Haskell.TH.Syntax
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Loc -> c Loc Source #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Loc Source #
toConstr :: Loc -> Constr Source #
dataTypeOf :: Loc -> DataType Source #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Loc) Source #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Loc) Source #
gmapT :: (forall b. Data b => b -> b) -> Loc -> Loc Source #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Loc -> r Source #
gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Loc -> r Source #
gmapQ :: (forall d. Data d => d -> u) -> Loc -> [u] Source #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Loc -> u Source #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Loc -> m Loc Source #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Loc -> m Loc Source #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Loc -> m Loc Source #
Associated Types
from :: Loc -> Rep Loc x Source #
to :: Rep Loc x -> Loc Source #
showsPrec :: Int -> Loc -> ShowS Source #
show :: Loc -> String Source #
showList :: [Loc] -> ShowS Source #
(==) :: Loc -> Loc -> Bool Source #
(/=) :: Loc -> Loc -> Bool Source #
compare :: Loc -> Loc -> Ordering Source #
(<) :: Loc -> Loc -> Bool Source #
(<=) :: Loc -> Loc -> Bool Source #
(>) :: Loc -> Loc -> Bool Source #
(>=) :: Loc -> Loc -> Bool Source #
max :: Loc -> Loc -> Loc Source #
min :: Loc -> Loc -> Loc Source #
Defined in Language.Haskell.TH.Ppr
ppr :: Loc -> Doc Source #
ppr_list :: [Loc] -> Doc Source #
Defined in Language.Haskell.TH.Instances
lift :: Quote m => Loc -> m Exp Source #
liftTyped :: forall (m :: Type -> Type). Quote m => Loc -> Code m Loc Source #
pretty :: [Loc] -> Doc Source #
prettyVersioned :: CabalSpecVersion -> [Loc] -> Doc Source #