package codept-lib

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

Module Paths.ExprSource

Sourcetype t = private
  1. | Simple of S.t
  2. | Apply of {
    1. f : t;
    2. x : t;
    3. proj : Simple.t option;
    }
Sourceexception Functor_not_expected
Sourceval concrete : t -> S.t
Sourceval concrete_with_f : t -> S.t
Sourceval multiples : t -> S.t list
Sourceval pure : S.t -> t
Sourceval app : t -> t -> Simple.t option -> t
Sourceval pp : Format.formatter -> t -> unit
Sourceval prefix : t -> string
Sourcemodule Map : Map.S with type key = t
Sourcetype 'a map = 'a Map.t
OCaml

Innovation. Community. Security.