Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move maybeSymbolParser, and possibly also allSymbolParser, to another repo #217

Open
jvoigtlaender opened this issue Nov 12, 2024 · 1 comment

Comments

@jvoigtlaender
Copy link
Member

I guess one could argue that this maybeSymbolParser does not really belong into this repo, since it is neither used anywhere in the repo itself, nor is in any way logic-specific.

Originally posted by @jvoigtlaender in 34d3aea

@jvoigtlaender
Copy link
Member Author

Also applies to

instance Parse a => Parse (Maybe a) where
parser = (tokenSymbol "Nothing" >> pure Nothing) <|> (Just <$> lexeme parser)

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

No branches or pull requests

1 participant