Skip to content

Conversation

jamesdbrock
Copy link
Member

@jamesdbrock jamesdbrock commented Mar 29, 2022

Rename module prefix Text.Parsing.Parser to Parsing.

Resolves #147


Checklist:

  • Added the change to the changelog's "Unreleased" section with a link to this PR and your username
  • Linked any existing issues or proposals that this pull request should close

@jamesdbrock jamesdbrock marked this pull request as ready for review March 29, 2022 14:50
@jamesdbrock jamesdbrock marked this pull request as draft March 29, 2022 14:51
@jamesdbrock jamesdbrock marked this pull request as ready for review March 29, 2022 16:45
@@ -707,21 +707,23 @@ main = do
<|> const "" <$> string " " <~?> (\_ -> "27")
<* string " "
$> ""
<~?> (\_ -> "28")
<~?> (\_ -> "28")
Copy link
Contributor

@natefaubion natefaubion Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to update the tidy-operators file. That's why all this formatting changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Delete the module prefix Text
2 participants