Types.SyntaxSyntax of TINT expressions.
val to_string : t -> string(to_string t) is a 4-character string representing a TINT syntax.
Invariant: ∀t.(t : Syntax.t) (t |> to_string |> of_string |> Result.get_ok = t)
val of_string : string -> (t, string) Stdlib.result(of_string str) is (Ok t) if str describes a valid syntax.
str must be exactly 4 characters long and the characters are interpreted as follows:
#)None of the characters can be duplicated.
val trac : ttrac is (Result.get_ok (validated tracstring)).