Arm.Asmtemplatetype parsed_template = | Spaces of boolA location that permits a space. Bool indicates whether that space should be expanded when printing.
*)| Literal of string| Placeholder of string| Optional of parsed_template| Choice of parsed_template list| Sequence of parsed_template listval pp_parsed_template :
Ppx_deriving_runtime.Format.formatter ->
parsed_template ->
Ppx_deriving_runtime.unitval show_parsed_template : parsed_template -> Ppx_deriving_runtime.stringval equal_parsed_template :
parsed_template ->
parsed_template ->
Ppx_deriving_runtime.boolval parse_literal : parsed_template Angstrom.tval parse_spaces : parsed_template Angstrom.tval parse_placeholder : parsed_template Angstrom.tval foo : unit -> unit Angstrom.tval parse_optional : unit -> parsed_template Angstrom.tval parse_choice : unit -> parsed_template Angstrom.tval parse_asmtemplate : unit -> parsed_template Angstrom.tval placeholders : parsed_template -> string listval suspicious_choice : Types.InstEnc.t -> parsed_template -> boolval run_parse_asmtemplate : Types.InstEnc.t -> (parsed_template, string) result