liquidhaskell-0.8.0.2: Liquid Types for Haskell
Language.Haskell.Liquid.UX.QuasiQuoter
Contents
Synopsis
lq :: QuasiQuoter Source #
newtype LiquidQuote Source #
Constructors
Fields
Instances
Methods
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 :: (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 #