| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Napkin.Types.SemanticString
Documentation
Constructors
| SrcLitStr | |
Fields | |
Instances
| Data SrcLitStr # | |
Defined in Napkin.Types.SemanticString Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SrcLitStr -> c SrcLitStr # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SrcLitStr # toConstr :: SrcLitStr -> Constr # dataTypeOf :: SrcLitStr -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SrcLitStr) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SrcLitStr) # gmapT :: (forall b. Data b => b -> b) -> SrcLitStr -> SrcLitStr # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SrcLitStr -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SrcLitStr -> r # gmapQ :: (forall d. Data d => d -> u) -> SrcLitStr -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> SrcLitStr -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> SrcLitStr -> m SrcLitStr # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SrcLitStr -> m SrcLitStr # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SrcLitStr -> m SrcLitStr # | |
| IsString SrcLitStr # | |
Defined in Napkin.Types.SemanticString Methods fromString :: String -> SrcLitStr # | |
| Semigroup SrcLitStr # | |
| Generic SrcLitStr # | |
| Show SrcLitStr # | |
| NFData SrcLitStr # | |
Defined in Napkin.Types.SemanticString | |
| Eq SrcLitStr # | |
| Ord SrcLitStr # | |
| Hashable SrcLitStr # | |
Defined in Napkin.Types.SemanticString | |
| ToLText SrcLitStr # | |
Defined in Napkin.Types.SemanticString | |
| ToText SrcLitStr # | |
Defined in Napkin.Types.SemanticString | |
| Lift SrcLitStr # | |
| type Rep SrcLitStr # | |
Defined in Napkin.Types.SemanticString | |
caseLessStrLit :: SrcLitStr -> SrcLitStr #
srcLitStrUnsafe :: Text -> SrcLitStr #
srcLitStrAppendUnsafe :: SrcLitStr -> Text -> SrcLitStr #
rendCompatibleDoc :: Maybe StrLitFmt -> StrLitFmt -> QuotationRuleIndex -> SrcLitStr -> Either Text Doc #
originalCase :: SrcLitStr -> Text #