Textuallib.TextualParsertype error = | SyntaxError of {loc : Textual.Location.t;msg : string;}| BasicError of TextualBasicVerification.error| TypeError of TextualTypeVerification.error| TransformError of Textual.transform_error list| DeclaredTwiceError of TextualDecls.errorerrors related to Textual
*)val pp_error : Textual.SourceFile.t -> F.formatter -> error -> unitval error_to_string : Textual.SourceFile.t -> error -> stringval parse_string :
Textual.SourceFile.t ->
string ->
(Textual.Module.t, error list) IStdlib.IStd.resultmodule TextualFile : sig ... endval capture : TextualFile.t list -> unitturn a list of textual files into a SIL-Java program and capture them.