Home
last modified time | relevance | path

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

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DPandoc.hs178 stringify = query go . walk (unNote . unQuote)
191 unNote :: Inline -> Inline
192 unNote (Note _) = Str "" function
193 unNote x = x function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/citeproc-0.5/src/Citeproc/
H A DPandoc.hs198 stringify = query go . walk (unNote . unQuote)
211 unNote :: Inline -> Inline
212 unNote (Note _) = Str "" function
213 unNote x = x function