Copyright | (c) Dan Doel 2013 |
---|---|
License | BSD3 |
Maintainer | Dan Doel <dan.doel@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
This module provides a parser for global names.
Note: most parsing goes through strings, which are later fixed up into global names, but in some cases globals should be parsed directly.
- globalIdent :: (Monad m, TokenParsing m) => IdentifierStyle m -> m Global
Documentation
globalIdent :: (Monad m, TokenParsing m) => IdentifierStyle m -> m Global Source
Parse a global identifier with the given style.
TODO: package/module information