packages feed

megaparsec-9.0.0: Text/Megaparsec/Error.hs-boot

{-# LANGUAGE RoleAnnotations #-}

module Text.Megaparsec.Error
  ( ParseError,
  )
where

type role ParseError nominal nominal

data ParseError s e