| 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 | |
| ExpandPropGuards String |
Instances
| Generic Pass Source # | |
| Show Pass Source # | |
| NFData Pass Source # | |
Defined in Cryptol.Parser.Name | |
| Eq Pass Source # | |
| Ord Pass Source # | |
| type Rep Pass Source # | |
Defined in Cryptol.Parser.Name type Rep Pass = D1 ('MetaData "Pass" "Cryptol.Parser.Name" "cryptol-3.3.0-7OIQa8lMv7L2xoAlM9JEI6" 'False) (C1 ('MetaCons "NoPat" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "MonoValues" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "ExpandPropGuards" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))) | |
origNameToDefPName :: OrigName -> PName Source #
isGeneratedName :: PName -> Bool Source #