Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formattingIntraWord :: FormattingSpec il -> !Boolcommonmark Commonmark.Inlines True if formatting can start/end in a word
formattingSingleMatch :: FormattingSpec il -> Maybe (il -> il)commonmark Commonmark.Inlines Constructor to use for text between single delimiters.
formattingWhenUnmatched :: FormattingSpec il -> !Charcommonmark Commonmark.Inlines Fallback when not matched.
-
contiguous Data.Primitive.Contiguous forM is mapM with its arguments flipped. For a version that ignores its results, see forM_.
-
contiguous Data.Primitive.Contiguous forM_ is mapM_ with its arguments flipped. For a version that doesn't ignore its results, see forM.
for_ :: (Contiguous arr, Element arr a, Applicative f) => arr a -> (a -> f b) -> f ()contiguous Data.Primitive.Contiguous for_ is traverse_ with its arguments flipped. For a version that doesn't ignore the results see for.
>>> for_ (C.fromList [1..4] :: PrimArray Int) print 1 2 3 4
formatAddress :: Address -> Stringdbus DBus Convert an address to a string in the format expected by parseAddress.
formatAddresses :: [Address] -> Stringdbus DBus Convert a list of addresses to a string in the format expected by parseAddresses.
formatBusName :: BusName -> Stringdbus DBus No documentation available.
formatErrorName :: ErrorName -> Stringdbus DBus No documentation available.