Home
last modified time | relevance | path

Searched refs:unBlocks (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/css-text-0.1.3.0/test/
H A Druntests.hs68 parseBlocks (toStrict $ toLazyText $ renderBlocks $ unBlocks bs) == Right (unBlocks bs)
72 newtype Blocks = Blocks { unBlocks :: [(Text, [(Text, Text)])] } function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/css-text-0.1.3.0/test/
H A Druntests.hs68 parseBlocks (toStrict $ toLazyText $ renderBlocks $ unBlocks bs) == Right (unBlocks bs)
72 newtype Blocks = Blocks { unBlocks :: [(Text, [(Text, Text)])] } function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/css-text-0.1.3.0/test/
H A Druntests.hs68 parseBlocks (toStrict $ toLazyText $ renderBlocks $ unBlocks bs) == Right (unBlocks bs)
72 newtype Blocks = Blocks { unBlocks :: [(Text, [(Text, Text)])] } function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/css-text-0.1.3.0/test/
H A Druntests.hs68 parseBlocks (toStrict $ toLazyText $ renderBlocks $ unBlocks bs) == Right (unBlocks bs)
72 newtype Blocks = Blocks { unBlocks :: [(Text, [(Text, Text)])] } function
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Types/
H A DRichText.hs13 , unBlocks
75 unBlocks :: Blocks -> Seq Block
76 unBlocks (Blocks bs) = bs function
466 mconcat $ blockGetURLs <$> toList (unBlocks bs)
469 (fmap blockGetURLs . F.toList . unBlocks) <$> F.toList bss
H A DMessages.hs733 …msgUrls = mkEntry <$> (Seq.fromList $ mconcat $ blockGetURLs <$> (F.toList $ unBlocks $ msg^.mText…
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Draw/
H A DRichText.hs150 bws <- mapM renderBlock (unBlocks bs)
247 results <- forM (zip is $ unBlocks <$> (F.toList bs)) $ \(i, b) -> do
H A DMessages.hs356 augmentedText = unBlocks $ maybeAugment $ msg^.mText