Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Syntaxic helper functions for Signatures.printer
s and GenericPrinter.output_t
s.
module Raw : sig ... end
Standard raw commands
module Link : sig ... end
Module for handling links.
module Stack : sig ... end
A stack of bracetax environments.
module Names : sig ... end
Operations to identify Bracetax commands, and "parse" their arguments.
val non_env_cmd_of_name : string -> string list -> Stack.environment
Transforms some commands to their Stack.environment
counter part. Returns `undefined (name, args)
if it is not a "simple" command.
val env_to_string : Stack.environment -> string
Converts to a (human readable) string. Used in error messages.
module Table : sig ... end
Module to build tables.