Module Gil_syntax.Macro
type t = {macro_name : string;(*Name of the macro
*)macro_params : string list;(*Actual parameters
*)macro_definition : LCmd.t list;(*Macro definition
*)
}val pp : Stdlib.Format.formatter -> t -> unitPretty-printer
val pp_tbl : (string, t) Utils.Prelude.Hashtbl.t Fmt.tTable pretty-printer
val get : (string, t) Utils.Prelude.Hashtbl.t -> string -> t optionRetrieves a macro definition by name