package codept-lib

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

Module Comp_unit.GroupSource

Group handles pair of ml/mli files together

Sourcetype 'ext group
Sourceval add_mli : 'ext t -> 'ext group -> 'ext group
Sourceval add_ml : 'ext t -> 'ext group -> 'ext group
Sourceval add : 'ext t -> 'ext group -> 'ext group
Sourceval empty : 'any group
Sourcemodule Map : sig ... end
Sourceval group : 'ext t list pair -> 'ext Map.t
Sourceval flatten : 'ext group -> 'ext t option pair * 'ext t list pair
Sourceval split : 'ext Map.t -> 'ext t list pair * (Namespaced.t * 'ext t list) list