packages feed

remark-0.0.0.0: src/Parser.hs

module Parser
  ( ParseError
  , parseString
  , parseFile
  ) where

import Parser.Impl
  ( ParseError
  , parseString
  , parseFile
  )