package metapp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Longident.t
val compare : t comparer
val equal : t -> t -> bool
val hash : t -> int
val pp : Stdcompat.Format.formatter -> t -> unit
val show : t -> string
val make : ?prefix:t -> string -> t
val concat : Longident.t -> t -> Longident.t
val of_module_expr_opt : Parsetree.module_expr -> Longident.t option
val of_expression_opt : Parsetree.expression -> Longident.t option
val of_payload_opt : Parsetree.payload -> Longident.t option
val of_payload : Parsetree.payload -> Longident.t