package tezt
-
tezt.json
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Abstract Syntax Tree of the Test Selection Language.
Comparison operators for strings.
type t =
| True
| False
| String_predicate of string_var * string_operator
| Has_tag of string
| Not of t
| And of t * t
| Or of t * t
AST of TSL.