Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
lq :: QuasiQuoter Source #
throwErrorInQ :: UserError -> Q a Source #
symbolName :: Symbolic s => s -> Name Source #
filterExprArgs :: [Simpl a] -> [Simpl a] Source #
newtype LiquidQuote Source #
Instances
Data LiquidQuote Source # | |
Defined in Language.Haskell.Liquid.UX.QuasiQuoter gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LiquidQuote -> c LiquidQuote # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LiquidQuote # toConstr :: LiquidQuote -> Constr # dataTypeOf :: LiquidQuote -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LiquidQuote) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LiquidQuote) # gmapT :: (forall b. Data b => b -> b) -> LiquidQuote -> LiquidQuote # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LiquidQuote -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LiquidQuote -> r # gmapQ :: (forall d. Data d => d -> u) -> LiquidQuote -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> LiquidQuote -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> LiquidQuote -> m LiquidQuote # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LiquidQuote -> m LiquidQuote # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LiquidQuote -> m LiquidQuote # |
locSourcePos :: Loc -> SourcePos Source #