]> git.rmz.io Git - my-scheme.git/commitdiff
Define a parser for various symbols in Scheme
authorSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 22:41:38 +0000 (22:41 +0000)
committerSamir Benmendil <me@rmz.io>
Sat, 13 Jan 2018 22:41:38 +0000 (22:41 +0000)
`symbol :: Parser Char` is probably not needed (?)

I don't understand where the `Parser` type comes from, I cannot see it
in the doc of `Text.ParserCombinators.Parsec`. It may be that
`ParserCombinators` is a compatibility layer and that `Parser` is
defined somewhere else.

`oneOf` is provided by Parsec.


No differences found