packages feed

remarks-0.1.0: src/Parser.hs

module Parser
  ( ParseError
  , parseString
  , parseFile
  ) where

import Parser.Impl
  ( ParseError
  , parseString
  , parseFile
  )