Home
last modified time | relevance | path

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

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DOdt.hs55 readOdt' _ bytes = bytesToOdt bytes-- of
60 bytesToOdt :: B.ByteString -> Either PandocError (Pandoc, MediaBag)
61 bytesToOdt bytes = case toArchiveOrFail bytes of function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DOdt.hs56 readOdt' _ bytes = bytesToOdt bytes-- of
61 bytesToOdt :: B.ByteString -> Either PandocError (Pandoc, MediaBag)
62 bytesToOdt bytes = case toArchiveOrFail bytes of function