Copyright | (c) 2015-2016 Galois Inc. |
---|---|
License | BSD3 |
Maintainer | cryptol@galois.com |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Cryptol.Parser.Name
Description
Documentation
Names that originate in the parser.
Constructors
UnQual !Ident | Unqualified names like |
Qual !ModName !Ident | Qualified names like |
NewName !Pass !Int | Fresh names generated by a pass. |
Instances
Passes that can generate fresh names.
Constructors
NoPat | |
MonoValues |
isGeneratedName :: PName -> Bool Source #