FreeBSD Manual Pages
Attr_helper(3) OCamldoc Attr_helper(3) NAME Attr_helper - Helpers for attributes Module Module Attr_helper Documentation Module Attr_helper : sig end Helpers for attributes type error = | Multiple_attributes of string | No_payload_expected of string val get_no_payload_attribute : string list -> Parsetree.attributes -> string Asttypes.loc option The string list argument of the following functions is a list of alter- native names for the attribute we are looking for. For instance: ["foo"; ocaml.foo ] val has_no_payload_attribute : string list -> Parsetree.attributes -> bool exception Error of Location.t * error val report_error : Format.formatter -> error -> unit 2020-08-11 source: Attr_helper(3)
NAME | Module | Documentation
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Attr_helper&sektion=3o&manpath=FreeBSD+12.2-RELEASE+and+Ports>