package bastet

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

Module Functions.Apply'Source

Parameters

module T : Interface.TYPE

Signature

Sourcemodule F : sig ... end
Sourcemodule F' : sig ... end
Sourcemodule Apply_F : sig ... end
Sourcemodule Apply_A : sig ... end
Sourceval apply_const : (T.t A.t -> 'a A.t) -> T.t A.t -> T.t A.t
Sourceval apply_first : (T.t -> 'a A.t) -> (T.t -> 'b A.t) -> T.t -> 'a A.t
Sourceval apply_second : (T.t -> 'a A.t) -> (T.t -> 'b A.t) -> T.t -> 'b A.t
Sourceval apply_both : (T.t -> 'a A.t) -> (T.t -> 'b A.t) -> T.t -> ('a * 'b) A.t
OCaml

Innovation. Community. Security.