| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
ShellCheck.CFG
Documentation
Constructors
Instances
Constructors
| CFEErrExit | |
| CFEFlow | |
| CFEFalseFlow | |
| CFEExit |
Instances
| NFData CFEdge # | |||||
Defined in ShellCheck.CFG | |||||
| Generic CFEdge # | |||||
Defined in ShellCheck.CFG Associated Types
| |||||
| Show CFEdge # | |||||
| Eq CFEdge # | |||||
| Ord CFEdge # | |||||
| type Rep CFEdge # | |||||
Defined in ShellCheck.CFG type Rep CFEdge = D1 ('MetaData "CFEdge" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) ((C1 ('MetaCons "CFEErrExit" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFEFlow" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "CFEFalseFlow" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFEExit" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||
Constructors
| CFSetProps (Maybe Scope) String (Set CFVariableProp) | |
| CFUnsetProps (Maybe Scope) String (Set CFVariableProp) | |
| CFReadVariable String | |
| CFWriteVariable String CFValue | |
| CFWriteGlobal String CFValue | |
| CFWriteLocal String CFValue | |
| CFWritePrefix String CFValue | |
| CFDefineFunction String Id Node Node | |
| CFUndefine String | |
| CFUndefineVariable String | |
| CFUndefineFunction String | |
| CFUndefineNameref String | |
| CFHintArray String | |
| CFHintDefined String |
Instances
| NFData CFEffect # | |||||
Defined in ShellCheck.CFG | |||||
| Generic CFEffect # | |||||
Defined in ShellCheck.CFG Associated Types
| |||||
| Show CFEffect # | |||||
| Eq CFEffect # | |||||
| Ord CFEffect # | |||||
Defined in ShellCheck.CFG | |||||
| type Rep CFEffect # | |||||
Defined in ShellCheck.CFG type Rep CFEffect = D1 ('MetaData "CFEffect" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) (((C1 ('MetaCons "CFSetProps" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Scope)) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Set CFVariableProp)))) :+: (C1 ('MetaCons "CFUnsetProps" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Scope)) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Set CFVariableProp)))) :+: C1 ('MetaCons "CFReadVariable" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))) :+: ((C1 ('MetaCons "CFWriteVariable" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CFValue)) :+: C1 ('MetaCons "CFWriteGlobal" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CFValue))) :+: (C1 ('MetaCons "CFWriteLocal" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CFValue)) :+: C1 ('MetaCons "CFWritePrefix" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CFValue))))) :+: ((C1 ('MetaCons "CFDefineFunction" 'PrefixI 'False) ((S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Id)) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Node) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Node))) :+: (C1 ('MetaCons "CFUndefine" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "CFUndefineVariable" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))) :+: ((C1 ('MetaCons "CFUndefineFunction" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "CFUndefineNameref" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) :+: (C1 ('MetaCons "CFHintArray" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "CFHintDefined" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))))) | |||||
data CFStringPart #
Instances
| NFData CFStringPart # | |||||
Defined in ShellCheck.CFG Methods rnf :: CFStringPart -> () # | |||||
| Generic CFStringPart # | |||||
Defined in ShellCheck.CFG Associated Types
| |||||
| Show CFStringPart # | |||||
Defined in ShellCheck.CFG Methods showsPrec :: Int -> CFStringPart -> ShowS # show :: CFStringPart -> String # showList :: [CFStringPart] -> ShowS # | |||||
| Eq CFStringPart # | |||||
Defined in ShellCheck.CFG | |||||
| Ord CFStringPart # | |||||
Defined in ShellCheck.CFG Methods compare :: CFStringPart -> CFStringPart -> Ordering # (<) :: CFStringPart -> CFStringPart -> Bool # (<=) :: CFStringPart -> CFStringPart -> Bool # (>) :: CFStringPart -> CFStringPart -> Bool # (>=) :: CFStringPart -> CFStringPart -> Bool # max :: CFStringPart -> CFStringPart -> CFStringPart # min :: CFStringPart -> CFStringPart -> CFStringPart # | |||||
| type Rep CFStringPart # | |||||
Defined in ShellCheck.CFG type Rep CFStringPart = D1 ('MetaData "CFStringPart" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) ((C1 ('MetaCons "CFStringLiteral" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "CFStringVariable" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) :+: (C1 ('MetaCons "CFStringInteger" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFStringUnknown" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||
data CFVariableProp #
Constructors
| CFVPExport | |
| CFVPArray | |
| CFVPAssociative | |
| CFVPInteger |
Instances
| NFData CFVariableProp # | |||||
Defined in ShellCheck.CFG Methods rnf :: CFVariableProp -> () # | |||||
| Generic CFVariableProp # | |||||
Defined in ShellCheck.CFG Associated Types
Methods from :: CFVariableProp -> Rep CFVariableProp x # to :: Rep CFVariableProp x -> CFVariableProp # | |||||
| Show CFVariableProp # | |||||
Defined in ShellCheck.CFG Methods showsPrec :: Int -> CFVariableProp -> ShowS # show :: CFVariableProp -> String # showList :: [CFVariableProp] -> ShowS # | |||||
| Eq CFVariableProp # | |||||
Defined in ShellCheck.CFG Methods (==) :: CFVariableProp -> CFVariableProp -> Bool # (/=) :: CFVariableProp -> CFVariableProp -> Bool # | |||||
| Ord CFVariableProp # | |||||
Defined in ShellCheck.CFG Methods compare :: CFVariableProp -> CFVariableProp -> Ordering # (<) :: CFVariableProp -> CFVariableProp -> Bool # (<=) :: CFVariableProp -> CFVariableProp -> Bool # (>) :: CFVariableProp -> CFVariableProp -> Bool # (>=) :: CFVariableProp -> CFVariableProp -> Bool # max :: CFVariableProp -> CFVariableProp -> CFVariableProp # min :: CFVariableProp -> CFVariableProp -> CFVariableProp # | |||||
| type Rep CFVariableProp # | |||||
Defined in ShellCheck.CFG type Rep CFVariableProp = D1 ('MetaData "CFVariableProp" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) ((C1 ('MetaCons "CFVPExport" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFVPArray" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "CFVPAssociative" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFVPInteger" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||
Constructors
| CFGResult | |
Constructors
| CFValueUninitialized | |
| CFValueArray | |
| CFValueString | |
| CFValueInteger | |
| CFValueComputed Id [CFStringPart] |
Instances
| NFData CFValue # | |||||
Defined in ShellCheck.CFG | |||||
| Generic CFValue # | |||||
Defined in ShellCheck.CFG Associated Types
| |||||
| Show CFValue # | |||||
| Eq CFValue # | |||||
| Ord CFValue # | |||||
| type Rep CFValue # | |||||
Defined in ShellCheck.CFG type Rep CFValue = D1 ('MetaData "CFValue" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) ((C1 ('MetaCons "CFValueUninitialized" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFValueArray" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "CFValueString" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "CFValueInteger" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "CFValueComputed" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Id) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [CFStringPart]))))) | |||||
data CFGParameters #
Constructors
| CFGParameters | |
Fields
| |
Instances
| NFData a => NFData (IdTagged a) # | |||||
Defined in ShellCheck.CFG | |||||
| Generic (IdTagged a) # | |||||
Defined in ShellCheck.CFG Associated Types
| |||||
| Show a => Show (IdTagged a) # | |||||
| Eq a => Eq (IdTagged a) # | |||||
| Ord a => Ord (IdTagged a) # | |||||
| type Rep (IdTagged a) # | |||||
Defined in ShellCheck.CFG type Rep (IdTagged a) = D1 ('MetaData "IdTagged" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) (C1 ('MetaCons "IdTagged" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Id) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a))) | |||||
Constructors
| GlobalScope | |
| LocalScope | |
| PrefixScope |
Instances
| NFData Scope # | |||||
Defined in ShellCheck.CFG | |||||
| Generic Scope # | |||||
Defined in ShellCheck.CFG Associated Types
| |||||
| Show Scope # | |||||
| Eq Scope # | |||||
| Ord Scope # | |||||
| type Rep Scope # | |||||
Defined in ShellCheck.CFG type Rep Scope = D1 ('MetaData "Scope" "ShellCheck.CFG" "ShellCheck-0.10.0-CON3KRj722X45yaFMzvlPg" 'False) (C1 ('MetaCons "GlobalScope" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "LocalScope" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "PrefixScope" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||
buildGraph :: CFGParameters -> Token -> CFGResult #