Module
Language.PS.SmartCST.Types.SmartQualifiedNameConstructor
- Package
- purescript-ps-cst
- Repository
- purescript-codegen/purescript-ps-cst
#SmartQualifiedNameConstructor Source
data SmartQualifiedNameConstructor
Constructors
SmartQualifiedNameConstructor__Ignore (ProperName ProperNameType_ConstructorName)
SmartQualifiedNameConstructor__Full ModuleName (ProperName ProperNameType_ConstructorName) (ProperName ProperNameType_TypeConstructor)
SmartQualifiedNameConstructor__Simple ModuleName (ProperName ProperNameType_ConstructorName) (ProperName ProperNameType_TypeConstructor)
SmartQualifiedNameConstructor__Custom ModuleName ModuleName (ProperName ProperNameType_ConstructorName) (ProperName ProperNameType_TypeConstructor)
Instances
- Modules
- Language.
PS. CST - Language.
PS. CST. Printers - Language.
PS. CST. Printers. PrintImports - Language.
PS. CST. Printers. PrintModuleModuleNameAndExports - Language.
PS. CST. Printers. TypeLevel - Language.
PS. CST. Printers. Utils - Language.
PS. CST. ReservedNames - Language.
PS. CST. Sugar. Declaration - Language.
PS. CST. Sugar. Leafs - Language.
PS. CST. Sugar. QualifiedName - Language.
PS. CST. Types. Declaration - Language.
PS. CST. Types. Leafs - Language.
PS. CST. Types. Module - Language.
PS. CST. Types. QualifiedName - Language.
PS. SmartCST - Language.
PS. SmartCST. ProcessModule - Language.
PS. SmartCST. ProcessSmartDeclaration - Language.
PS. SmartCST. ProcessSmartDeclaration. Utils - Language.
PS. SmartCST. Sugar. Declaration - Language.
PS. SmartCST. Types. Declaration - Language.
PS. SmartCST. Types. SmartQualifiedName - Language.
PS. SmartCST. Types. SmartQualifiedNameConstructor