From 31a9cef3325eb32d5880cca6fbc3a904b7b082cb Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 4 Nov 2024 20:08:22 +0530 Subject: [PATCH] Expose ParseError via Data.Parser --- core/src/Streamly/Data/Parser.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/Streamly/Data/Parser.hs b/core/src/Streamly/Data/Parser.hs index d51a131cd8..5b16c0952f 100644 --- a/core/src/Streamly/Data/Parser.hs +++ b/core/src/Streamly/Data/Parser.hs @@ -145,6 +145,7 @@ module Streamly.Data.Parser -- * Parser Type Parser + , ParseError -- -- * Downgrade to Fold -- , toFold