Skip to content

Commit 3ee5346

Browse files
committed
(WIP) Hide internal types
1 parent 3823559 commit 3ee5346

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/Text/Parsing/Parser.purs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
module Text.Parsing.Parser where
1+
module Text.Parsing.Parser (
2+
unParserT
3+
, runParserT
4+
, ParserT (..)
5+
, runParser
6+
, Parser ()
7+
, consume
8+
, fail
9+
, parseFailed
10+
) where
211

312
import Prelude
413

0 commit comments

Comments
 (0)