Home
last modified time | relevance | path

Searched refs:recurseOnList (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DTikiWiki.hs234 fixListNesting [first] = [recurseOnList first]
240 BulletList _ -> fixListNesting $ mappend (recurseOnList first) (recurseOnList second) : rest
241 … OrderedList _ _ -> fixListNesting $ mappend (recurseOnList first) (recurseOnList second) : rest
242 _ -> recurseOnList first : fixListNesting (second:rest)
247 recurseOnList :: B.Blocks -> B.Blocks
249 recurseOnList items function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DTikiWiki.hs234 fixListNesting [first] = [recurseOnList first]
240 BulletList _ -> fixListNesting $ mappend (recurseOnList first) (recurseOnList second) : rest
241 … OrderedList _ _ -> fixListNesting $ mappend (recurseOnList first) (recurseOnList second) : rest
242 _ -> recurseOnList first : fixListNesting (second:rest)
247 recurseOnList :: B.Blocks -> B.Blocks
249 recurseOnList items function