package clangml

  1. Overview
  2. Docs
type t = Ast.stmt
type t__arity = [
  1. | `Zero
]
and t__structure = [
  1. | `Name of [ `Apply of [ `SubGADT of [ `RecGroup of Ast.stmt__structure * Ast.stmt__rec_group ] ] * unit * unit * unit * unit * unit ]
]
and t__rec_group = (t__arity * t__structure) Stdcompat.ref
and t__kinds = Ast.stmt__kinds
and t__gadt = unit
type Refl.refl +=
  1. | Refl_t : t Refl.refl
val t_refl : (t, t__structure, unit, t__rec_group, [> t__kinds ], unit, unit, unit, t__gadt) Refl.desc
val of_cxcursor : ?options:Ast.Options.t -> Clang__.Clang__bindings.cxcursor -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val pp : Stdcompat.Format.formatter -> t -> unit
val show : t -> string
module Set : sig ... end
module Map : sig ... end
module Hashtbl : sig ... end