Searched refs:unNote (Results 1 – 2 of 2) sorted by relevance
178 stringify = query go . walk (unNote . unQuote)191 unNote :: Inline -> Inline192 unNote (Note _) = Str "" function193 unNote x = x function
198 stringify = query go . walk (unNote . unQuote)211 unNote :: Inline -> Inline212 unNote (Note _) = Str "" function213 unNote x = x function