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

export lists should not count as examples #13

Open
gelisam opened this issue Nov 15, 2018 · 1 comment
Open

export lists should not count as examples #13

gelisam opened this issue Nov 15, 2018 · 1 comment
Labels
Todo Validated Issue

Comments

@gelisam
Copy link

gelisam commented Nov 15, 2018

e.g. at https://exhack.org/packages/Earley/Text-Earley-Parser, all the examples found currently point to a line inside the following export block, which isn't very illuminating:

module Text.Earley
  ( -- * Context-free grammars
    Prod, terminal, (<?>), Grammar, rule
  , -- * Derived operators
    satisfy, token, namedToken, list, listLike
  , -- * Deprecated operators
    symbol, namedSymbol, word
  , -- * Parsing
    Report(..), Parser.Result(..), Parser, parser, allParses, fullParses
  , -- * Recognition
    report
  , -- * Language generation
    Generator, generator, language, upTo, exactly
  )
@picnoir
Copy link
Owner

picnoir commented Nov 15, 2018

Related to #4 .

@picnoir picnoir added the Todo Validated Issue label Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Todo Validated Issue
Projects
None yet
Development

No branches or pull requests

2 participants