package codept-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module NamespacedSource

Namespaced name, useful for packed module

Sourcetype t = {
  1. namespace : p;
  2. name : Unitname.t;
}
Sourcetype namespaced = t
Sourceval pp : t Pp.t
Sourceval pp_as_filepath : t Pp.t
Sourceval reflect : t Pp.t
Sourceval cons : p -> t -> t
Sourceval to_string : t -> string
Sourceval filepath : t -> string
Sourceval make : ?nms:p -> Name.t -> t
Sourceval flatten : t -> p
Sourceval fileview_flatten : t -> p
Sourceval of_path : p -> t
Sourceval head : t -> string
Sourceval compare : t -> t -> int
Sourceval fileview_sch : t Schematic.t
Sourceval module_path_of_filename : ?nms:p -> string -> t
Sourceval filepath_of_filename : ?nms:p -> string -> t
Sourcemodule Map : sig ... end
Sourcetype 'a map = 'a Map.t
Sourcemodule Set : sig ... end
Sourcetype set = Set.t
Sourceval change_file_extension : (string -> string) -> t -> t

Extension and parsing

Sourceval module_name : t -> Modname.t