Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
debugSymbolNames :: [String] Source #
type AnonymousTilde = Token "~" 90 Source #
type AnonymousRBrace = Token "}" 11 Source #
type AnonymousPipeRBrace = Token "|}" 139 Source #
type AnonymousPipePipe = Token "||" 71 Source #
type AnonymousPipeEqual = Token "|=" 63 Source #
type AnonymousPipe = Token "|" 77 Source #
type AnonymousLBracePipe = Token "{|" 138 Source #
type AnonymousLBrace = Token "{" 9 Source #
type AnonymousYield = Token "yield" 42 Source #
type AnonymousWith = Token "with" 31 Source #
type AnonymousWhile = Token "while" 28 Source #
type AnonymousVoid = Token "void" 91 Source #
type AnonymousVar = Token "var" 16 Source #
Instances
type AnonymousTypeof = Token "typeof" 13 Source #
data TypeIdentifier a Source #
Instances
type AnonymousType = Token "type" 12 Source #
type AnonymousTry = Token "try" 30 Source #
Instances
Functor True Source # | |
Foldable True Source # | |
Defined in TreeSitter.TSX.AST fold :: Monoid m => True m -> m # foldMap :: Monoid m => (a -> m) -> True a -> m # foldMap' :: Monoid m => (a -> m) -> True a -> m # foldr :: (a -> b -> b) -> b -> True a -> b # foldr' :: (a -> b -> b) -> b -> True a -> b # foldl :: (b -> a -> b) -> b -> True a -> b # foldl' :: (b -> a -> b) -> b -> True a -> b # foldr1 :: (a -> a -> a) -> True a -> a # foldl1 :: (a -> a -> a) -> True a -> a # elem :: Eq a => a -> True a -> Bool # maximum :: Ord a => True a -> a # | |
Traversable True Source # | |
SymbolMatching True Source # | |
Defined in TreeSitter.TSX.AST symbolMatch :: Proxy True -> Node -> Bool showFailure :: Proxy True -> Node -> String | |
Unmarshal True Source # | |
Defined in TreeSitter.TSX.AST unmarshalNode :: forall (sig :: (Type -> Type) -> Type -> Type) m a. (Has (Reader ByteString) sig m, Has (Reader (Ptr Cursor)) sig m, MonadFail m, MonadIO m, UnmarshalAnn a) => Node -> m (True a) | |
Eq a => Eq (True a) Source # | |
Ord a => Ord (True a) Source # | |
Show a => Show (True a) Source # | |
Generic (True a) Source # | |
Generic1 True Source # | |
type Rep (True a) Source # | |
Defined in TreeSitter.TSX.AST type Rep (True a) = D1 ('MetaData "True" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "True" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |
type Rep1 True Source # | |
Defined in TreeSitter.TSX.AST type Rep1 True = D1 ('MetaData "True" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "True" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) Par1 :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
type AnonymousThrow = Token "throw" 36 Source #
Instances
Functor This Source # | |
Foldable This Source # | |
Defined in TreeSitter.TSX.AST fold :: Monoid m => This m -> m # foldMap :: Monoid m => (a -> m) -> This a -> m # foldMap' :: Monoid m => (a -> m) -> This a -> m # foldr :: (a -> b -> b) -> b -> This a -> b # foldr' :: (a -> b -> b) -> b -> This a -> b # foldl :: (b -> a -> b) -> b -> This a -> b # foldl' :: (b -> a -> b) -> b -> This a -> b # foldr1 :: (a -> a -> a) -> This a -> a # foldl1 :: (a -> a -> a) -> This a -> a # elem :: Eq a => a -> This a -> Bool # maximum :: Ord a => This a -> a # | |
Traversable This Source # | |
SymbolMatching This Source # | |
Defined in TreeSitter.TSX.AST symbolMatch :: Proxy This -> Node -> Bool showFailure :: Proxy This -> Node -> String | |
Unmarshal This Source # | |
Defined in TreeSitter.TSX.AST unmarshalNode :: forall (sig :: (Type -> Type) -> Type -> Type) m a. (Has (Reader ByteString) sig m, Has (Reader (Ptr Cursor)) sig m, MonadFail m, MonadIO m, UnmarshalAnn a) => Node -> m (This a) | |
Eq a => Eq (This a) Source # | |
Ord a => Ord (This a) Source # | |
Show a => Show (This a) Source # | |
Generic (This a) Source # | |
Generic1 This Source # | |
type Rep (This a) Source # | |
Defined in TreeSitter.TSX.AST type Rep (This a) = D1 ('MetaData "This" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "This" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |
type Rep1 This Source # | |
Defined in TreeSitter.TSX.AST type Rep1 This = D1 ('MetaData "This" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "This" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) Par1 :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
type AnonymousTarget = Token "target" 107 Source #
type AnonymousSymbol = Token "symbol" 128 Source #
type AnonymousSwitch = Token "switch" 21 Source #
Instances
Functor Super Source # | |
Foldable Super Source # | |
Defined in TreeSitter.TSX.AST fold :: Monoid m => Super m -> m # foldMap :: Monoid m => (a -> m) -> Super a -> m # foldMap' :: Monoid m => (a -> m) -> Super a -> m # foldr :: (a -> b -> b) -> b -> Super a -> b # foldr' :: (a -> b -> b) -> b -> Super a -> b # foldl :: (b -> a -> b) -> b -> Super a -> b # foldl' :: (b -> a -> b) -> b -> Super a -> b # foldr1 :: (a -> a -> a) -> Super a -> a # foldl1 :: (a -> a -> a) -> Super a -> a # elem :: Eq a => a -> Super a -> Bool # maximum :: Ord a => Super a -> a # minimum :: Ord a => Super a -> a # | |
Traversable Super Source # | |
SymbolMatching Super Source # | |
Defined in TreeSitter.TSX.AST symbolMatch :: Proxy Super -> Node -> Bool showFailure :: Proxy Super -> Node -> String | |
Unmarshal Super Source # | |
Defined in TreeSitter.TSX.AST unmarshalNode :: forall (sig :: (Type -> Type) -> Type -> Type) m a. (Has (Reader ByteString) sig m, Has (Reader (Ptr Cursor)) sig m, MonadFail m, MonadIO m, UnmarshalAnn a) => Node -> m (Super a) | |
Eq a => Eq (Super a) Source # | |
Ord a => Ord (Super a) Source # | |
Show a => Show (Super a) Source # | |
Generic (Super a) Source # | |
Generic1 Super Source # | |
type Rep (Super a) Source # | |
Defined in TreeSitter.TSX.AST type Rep (Super a) = D1 ('MetaData "Super" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "Super" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |
type Rep1 Super Source # | |
Defined in TreeSitter.TSX.AST type Rep1 Super = D1 ('MetaData "Super" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "Super" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) Par1 :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
type AnonymousString = Token "string" 127 Source #
type AnonymousStatic = Token "static" 115 Source #
data StatementIdentifier a Source #
Instances
data ShorthandPropertyIdentifier a Source #
Instances
type AnonymousSet = Token "set" 118 Source #
type AnonymousReturn = Token "return" 35 Source #
type AnonymousRequire = Token "require" 129 Source #
data RegexPattern a Source #
Instances
data RegexFlags a Source #
Instances
Instances
type AnonymousPublic = Token "public" 120 Source #
type AnonymousProtected = Token "protected" 122 Source #
data PropertyIdentifier a Source #
Instances
type AnonymousPrivate = Token "private" 121 Source #
type AnonymousOf = Token "of" 27 Source #
type AnonymousNumber = Token "number" 125 Source #
Instances
Instances
Functor Null Source # | |
Foldable Null Source # | |
Defined in TreeSitter.TSX.AST fold :: Monoid m => Null m -> m # foldMap :: Monoid m => (a -> m) -> Null a -> m # foldMap' :: Monoid m => (a -> m) -> Null a -> m # foldr :: (a -> b -> b) -> b -> Null a -> b # foldr' :: (a -> b -> b) -> b -> Null a -> b # foldl :: (b -> a -> b) -> b -> Null a -> b # foldl' :: (b -> a -> b) -> b -> Null a -> b # foldr1 :: (a -> a -> a) -> Null a -> a # foldl1 :: (a -> a -> a) -> Null a -> a # elem :: Eq a => a -> Null a -> Bool # maximum :: Ord a => Null a -> a # | |
Traversable Null Source # | |
SymbolMatching Null Source # | |
Defined in TreeSitter.TSX.AST symbolMatch :: Proxy Null -> Node -> Bool showFailure :: Proxy Null -> Node -> String | |
Unmarshal Null Source # | |
Defined in TreeSitter.TSX.AST unmarshalNode :: forall (sig :: (Type -> Type) -> Type -> Type) m a. (Has (Reader ByteString) sig m, Has (Reader (Ptr Cursor)) sig m, MonadFail m, MonadIO m, UnmarshalAnn a) => Node -> m (Null a) | |
Eq a => Eq (Null a) Source # | |
Ord a => Ord (Null a) Source # | |
Show a => Show (Null a) Source # | |
Generic (Null a) Source # | |
Generic1 Null Source # | |
type Rep (Null a) Source # | |
Defined in TreeSitter.TSX.AST type Rep (Null a) = D1 ('MetaData "Null" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "Null" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |
type Rep1 Null Source # | |
Defined in TreeSitter.TSX.AST type Rep1 Null = D1 ('MetaData "Null" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "Null" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) Par1 :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
type AnonymousNew = Token "new" 55 Source #
type AnonymousNamespace = Token "namespace" 8 Source #
type AnonymousModule = Token "module" 123 Source #
type AnonymousLet = Token "let" 17 Source #
type AnonymousKeyof = Token "keyof" 137 Source #
Instances
type AnonymousIs = Token "is" 136 Source #
type AnonymousInterface = Token "interface" 132 Source #
type AnonymousInstanceof = Token "instanceof" 88 Source #
type AnonymousIn = Token "in" 26 Source #
type AnonymousImport = Token "import" 14 Source #
type AnonymousImplements = Token "implements" 130 Source #
type AnonymousIf = Token "if" 19 Source #
data Identifier a Source #
Instances
data HashBangLine a Source #
Instances
type AnonymousGlobal = Token "global" 131 Source #
type AnonymousGet = Token "get" 117 Source #
type AnonymousFunction = Token "function" 53 Source #
type AnonymousFrom = Token "from" 15 Source #
type AnonymousFor = Token "for" 22 Source #
type AnonymousFinally = Token "finally" 41 Source #
Instances
Functor False Source # | |
Foldable False Source # | |
Defined in TreeSitter.TSX.AST fold :: Monoid m => False m -> m # foldMap :: Monoid m => (a -> m) -> False a -> m # foldMap' :: Monoid m => (a -> m) -> False a -> m # foldr :: (a -> b -> b) -> b -> False a -> b # foldr' :: (a -> b -> b) -> b -> False a -> b # foldl :: (b -> a -> b) -> b -> False a -> b # foldl' :: (b -> a -> b) -> b -> False a -> b # foldr1 :: (a -> a -> a) -> False a -> a # foldl1 :: (a -> a -> a) -> False a -> a # elem :: Eq a => a -> False a -> Bool # maximum :: Ord a => False a -> a # minimum :: Ord a => False a -> a # | |
Traversable False Source # | |
SymbolMatching False Source # | |
Defined in TreeSitter.TSX.AST symbolMatch :: Proxy False -> Node -> Bool showFailure :: Proxy False -> Node -> String | |
Unmarshal False Source # | |
Defined in TreeSitter.TSX.AST unmarshalNode :: forall (sig :: (Type -> Type) -> Type -> Type) m a. (Has (Reader ByteString) sig m, Has (Reader (Ptr Cursor)) sig m, MonadFail m, MonadIO m, UnmarshalAnn a) => Node -> m (False a) | |
Eq a => Eq (False a) Source # | |
Ord a => Ord (False a) Source # | |
Show a => Show (False a) Source # | |
Generic (False a) Source # | |
Generic1 False Source # | |
type Rep (False a) Source # | |
Defined in TreeSitter.TSX.AST type Rep (False a) = D1 ('MetaData "False" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "False" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |
type Rep1 False Source # | |
Defined in TreeSitter.TSX.AST type Rep1 False = D1 ('MetaData "False" "TreeSitter.TSX.AST" "tree-sitter-tsx-0.4.0.0-inplace" 'False) (C1 ('MetaCons "False" 'PrefixI 'True) (S1 ('MetaSel ('Just "ann") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) Par1 :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
type AnonymousExtends = Token "extends" 133 Source #
type AnonymousExport = Token "export" 3 Source #
data EscapeSequence a Source #
Instances
type AnonymousEnum = Token "enum" 134 Source #
type AnonymousElse = Token "else" 20 Source #
type AnonymousDo = Token "do" 29 Source #
type AnonymousDelete = Token "delete" 92 Source #
type AnonymousDefault = Token "default" 5 Source #
type AnonymousDeclare = Token "declare" 119 Source #
type AnonymousDebugger = Token "debugger" 34 Source #
type AnonymousContinue = Token "continue" 33 Source #
type AnonymousConst = Token "const" 18 Source #
type AnonymousClass = Token "class" 51 Source #
type AnonymousCatch = Token "catch" 40 Source #
type AnonymousCase = Token "case" 39 Source #
type AnonymousBreak = Token "break" 32 Source #
type AnonymousBoolean = Token "boolean" 126 Source #
type AnonymousAwait = Token "await" 25 Source #
type AnonymousAsync = Token "async" 52 Source #
type AnonymousAs = Token "as" 7 Source #
type AnonymousAny = Token "any" 124 Source #
type AnonymousAbstract = Token "abstract" 116 Source #
type AnonymousBacktick = Token "`" 101 Source #
type AnonymousCaretEqual = Token "^=" 61 Source #
type AnonymousCaret = Token "^" 76 Source #
type AnonymousRBracket = Token "]" 44 Source #
type AnonymousLBracket = Token "[" 43 Source #
type AnonymousAt = Token "@" 114 Source #
type AnonymousQuestion = Token "?" 69 Source #
type AnonymousRAngleRAngleRAngleEqual = Token ">>>=" 65 Source #
type AnonymousRAngleRAngleRAngle = Token ">>>" 73 Source #
type AnonymousRAngleRAngleEqual = Token ">>=" 64 Source #
type AnonymousRAngleRAngle = Token ">>" 72 Source #
type AnonymousRAngleEqual = Token ">=" 87 Source #
type AnonymousRAngle = Token ">" 46 Source #
type AnonymousEqualRAngle = Token "=>" 54 Source #
type AnonymousEqualEqualEqual = Token "===" 84 Source #
type AnonymousEqualEqual = Token "==" 83 Source #
type AnonymousEqual = Token "=" 6 Source #
type AnonymousLAngleEqual = Token "<=" 82 Source #
type AnonymousLAngleLAngleEqual = Token "<<=" 66 Source #
type AnonymousLAngleLAngle = Token "<<" 74 Source #
type AnonymousLAngle = Token "<" 45 Source #
type AnonymousSemicolon = Token ";" 37 Source #
type AnonymousColon = Token ":" 38 Source #
type AnonymousSlashEqual = Token "/=" 59 Source #
type AnonymousSlash = Token "/" 47 Source #
type AnonymousDotDotDot = Token "..." 68 Source #
type AnonymousDot = Token "." 50 Source #
type AnonymousMinusEqual = Token "-=" 57 Source #
type AnonymousMinusMinus = Token "--" 94 Source #
type AnonymousMinus = Token "-" 79 Source #
type AnonymousComma = Token "," 10 Source #
type AnonymousPlusEqual = Token "+=" 56 Source #
type AnonymousPlusPlus = Token "++" 93 Source #
type AnonymousPlus = Token "+" 78 Source #
type AnonymousStarEqual = Token "*=" 58 Source #
type AnonymousStarStarEqual = Token "**=" 67 Source #
type AnonymousStarStar = Token "**" 81 Source #
type AnonymousStar = Token "*" 4 Source #
type AnonymousRParen = Token ")" 24 Source #
type AnonymousLParen = Token "(" 23 Source #
type AnonymousSQuote = Token "'" 97 Source #
type AnonymousAmpersandEqual = Token "&=" 62 Source #
type AnonymousAmpersandAmpersand = Token "&&" 70 Source #
type AnonymousAmpersand = Token "&" 75 Source #
type AnonymousPercentEqual = Token "%=" 60 Source #
type AnonymousPercent = Token "%" 80 Source #
type AnonymousDollarLBrace = Token "${" 102 Source #
type AnonymousDQuote = Token "\"" 95 Source #
type AnonymousBangEqualEqual = Token "!==" 86 Source #
type AnonymousBangEqual = Token "!=" 85 Source #
type AnonymousBang = Token "!" 89 Source #
data YieldExpression a Source #
YieldExpression | |
|
Instances
data WithStatement a Source #
WithStatement | |
|
Instances
data WhileStatement a Source #
WhileStatement | |
|
Instances
data VariableDeclarator a Source #
VariableDeclarator | |
|
Instances
data VariableDeclaration a Source #
VariableDeclaration | |
|
Instances
data UpdateExpression a Source #
UpdateExpression | |
|
Instances
Instances
data UnaryExpression a Source #
UnaryExpression | |
|
Instances
TypeQuery | |
|
Instances
data TypePredicate a Source #
Instances
data TypeParameters a Source #
TypeParameters | |
|
Instances
data TypeParameter a Source #
TypeParameter | |
|
Instances
data TypeArguments a Source #