We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ef16b commit 448b137Copy full SHA for 448b137
docs/examples/QuickStart.purs
@@ -5,8 +5,8 @@ import Prelude
5
import Data.Foldable (fold)
6
import Effect (Effect)
7
import TryPureScript (h1, h3, p, text, link, render, code)
8
-import Text.Parsing.Parser (Parser, runParser)
9
-import Text.Parsing.Parser.String (char)
+import Parsing (Parser, runParser)
+import Parsing.String (char)
10
import Control.Alt ((<|>))
11
import Data.Array (many)
12
0 commit comments