package codept-lib

  1. Overview
  2. Docs

Anonymous module and other partial definitions

type t = {
  1. name : string option;
  2. mty : sty;
}
val empty : t
val is_exact : t -> bool
val extend : sty -> modul_
val simple : signature -> t
val pp : Format.formatter -> t -> unit
val pp_sty : Format.formatter -> sty -> unit
val sch : t Schematic.t
val refresh : Id.seed -> 'any ty -> 'any ty
val apply : arg:modul_ -> param:modul_ -> body:modul_ -> modul_
val replace_at : level:level -> delete:bool -> path:Paths.S.t -> replacement:modul_ -> modul_ -> modul_
val to_module : ?origin:origin -> t -> modul_
val to_arg : t -> modul_
val of_extended_mty : modul_ -> sty
val of_extended : ?name:Name.t -> modul_ -> t
val of_module : Name.t -> tracked_signature -> t
val pseudo_module : Name.t -> dict -> t
val is_functor : t -> bool
val to_sign : t -> (signature, signature) result
OCaml

Innovation. Community. Security.