Home
last modified time | relevance | path

Searched defs:removeClosingHash (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DBlocks.hs650 let removeClosingHash (_ :: Int) [] = [] function
658 removeClosingHash 1 (Tok Spaces _ _ : xs) = xs function
661 removeClosingHash _ xs = xs function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DBlocks.hs650 let removeClosingHash (_ :: Int) [] = [] function
658 removeClosingHash 1 (Tok Spaces _ _ : xs) = xs function
661 removeClosingHash _ xs = xs function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-0.2.1/src/Commonmark/
H A DBlocks.hs652 let removeClosingHash (_ :: Int) [] = [] function
660 removeClosingHash 1 (Tok Spaces _ _ : xs) = xs function
663 removeClosingHash _ xs = xs function