Llair.FuncName
Function names
Exp.FuncName is re-exported as FuncName
type t = private exp
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
module Map : sig ... end
module Tbl : sig ... end
include NS.Invariant.S with type t := t
val invariant : t -> unit
val mk : Llair__.LlairTyp.t -> string -> t
val counterfeit : string -> t
compare
ignores FuncName.typ
, so it is possible to construct FuncName
s using a dummy type that compare equal to their genuine counterparts.
val name : t -> string
val typ : t -> Llair__.LlairTyp.t