1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

don't export the parser

This commit is contained in:
Patrick Thomson 2018-04-04 10:11:48 -04:00
parent e1b5c929cd
commit ad3be46010

View File

@ -1,7 +1,6 @@
module Data.Scientific.Exts
( module Data.Scientific
, parseScientific
, parser
) where
import Prelude hiding (filter, null, takeWhile)