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

Haskell querying overview. #1

Open
20 of 21 tasks
ibabushkin opened this issue Sep 16, 2016 · 0 comments
Open
20 of 21 tasks

Haskell querying overview. #1

ibabushkin opened this issue Sep 16, 2016 · 0 comments

Comments

@ibabushkin
Copy link
Owner

ibabushkin commented Sep 16, 2016

Features

Querying for...

  • toplevel declarations' names
  • type names (from data declarations, type synonyms, type families and associated types)
  • class names
  • class instances
  • constructors
  • pattern synonyms
  • exports
    • patterns
    • typeclasses
    • constructors
    • toplevel declarations' names (functions mostly)
    • imported modules
  • imports
    • module names
    • names modules are imported as
    • imported names
  • module name

Complex queries

  • identifiers bound by where and let
  • nesting (see above)
  • better cross references between normal queries and export/import queries
  • alternatives / multiple queries
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