From 62304f3443e9cdd76a1ad9b6502267091378d211 Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Mon, 28 Mar 2022 11:25:55 -0500 Subject: [PATCH] Export runParserT' --- src/Text/Parsing/Parser.purs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text/Parsing/Parser.purs b/src/Text/Parsing/Parser.purs index 6cf35a0..ce6d2b3 100644 --- a/src/Text/Parsing/Parser.purs +++ b/src/Text/Parsing/Parser.purs @@ -7,6 +7,7 @@ module Text.Parsing.Parser , Parser , runParser , runParserT + , runParserT' , hoistParserT , mapParserT , consume