| Copyright | (c) Edward Kmett and Dan Doel 2012-2013 |
|---|---|
| License | BSD3 |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Ermine.Parser.Keywords
Description
- startingKeywords :: HashSet String
- otherKeywords :: HashSet String
- keywords :: HashSet String
Documentation
startingKeywords :: HashSet String Source
This is the set of keywords that can only occur at the beginning of the line for auto-completion purposes.
otherKeywords :: HashSet String Source
This is the set of keywords that can occur anywhere on the line for auto-completion purposes.
keywords :: HashSet String Source
The set of all keywords.
keywords=startingKeywords<>otherKeywords