Module Ppx_qt_rewriter.PpxQtCfg
type config = {mutable gencpp : bool;mutable destdir : string;mutable ext : string;mutable insert_locks : bool;mutable trace_locks : bool;
}exception ErrorMsg of string * Location.tval ppxqt_failed : loc:Location.t -> string -> 'aval has_attr : Base.String.t -> Ppxlib.Parsetree.attributes -> Base.boolval find_attr_exn :
name:Base.String.t ->
Ppxlib.attribute Base.List.t ->
Ppxlib.payloadval find_attr :
name:Base.String.t ->
Ppxlib.attribute Base.List.t ->
Ppxlib.payload option