package codept-lib

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

Module Group.MapSource

Sourcetype 'ext t
Sourceval find : Namespaced.t -> 'ext t -> 'ext group
Sourceval add : 'ext base -> 'ext t -> 'ext t
Sourceval of_list : 'ext base list -> 'ext t
Sourceval fold : ('ext group -> 'acc -> 'acc) -> 'ext t -> 'acc -> 'acc
Sourceval iter : ('ext group -> unit) -> 'ext t -> unit