| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
SuperUserSpark.Parser.Types
Documentation
newtype ParseAssignment Source #
Constructors
| ParseAssignment | |
Fields
| |
Instances
data ParseSettings Source #
Constructors
| ParseSettings |
Instances
| Eq ParseSettings Source # | |
Defined in SuperUserSpark.Parser.Types Methods (==) :: ParseSettings -> ParseSettings -> Bool # (/=) :: ParseSettings -> ParseSettings -> Bool # | |
| Show ParseSettings Source # | |
Defined in SuperUserSpark.Parser.Types Methods showsPrec :: Int -> ParseSettings -> ShowS # show :: ParseSettings -> String # showList :: [ParseSettings] -> ShowS # | |
| Generic ParseSettings Source # | |
Defined in SuperUserSpark.Parser.Types Associated Types type Rep ParseSettings :: * -> * # | |
| Validity ParseSettings Source # | |
Defined in SuperUserSpark.Parser.Types Methods validate :: ParseSettings -> Validation # | |
| type Rep ParseSettings Source # | |
newtype ParseError Source #
Constructors
| ParseError ParseError |
Instances
| Eq ParseError Source # | |
Defined in SuperUserSpark.Parser.Types | |
| Show ParseError Source # | |
Defined in SuperUserSpark.Parser.Types Methods showsPrec :: Int -> ParseError -> ShowS # show :: ParseError -> String # showList :: [ParseError] -> ShowS # | |
| Generic ParseError Source # | |
Defined in SuperUserSpark.Parser.Types Associated Types type Rep ParseError :: * -> * # | |
| Validity ParseError Source # | |
Defined in SuperUserSpark.Parser.Types Methods validate :: ParseError -> Validation # | |
| type Rep ParseError Source # | |
Defined in SuperUserSpark.Parser.Types type Rep ParseError = D1 (MetaData "ParseError" "SuperUserSpark.Parser.Types" "super-user-spark-0.4.0.1-P7s2QbrTII5c6XXsq6MCt" True) (C1 (MetaCons "ParseError" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 ParseError))) | |