packages feed

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

{-# LANGUAGE RoleAnnotations #-}

module Text.Megaparsec.Error
  ( ParseError
  )
where

type role ParseError nominal nominal

data ParseError s e