package prbnmcn-basic-structures

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

Module Basic_impl.MonadSource

Sourcetype 'a cont = {
  1. fa : 'b. ('a -> 'b) -> 'b;
}
Sourcemodule Identity : sig ... end
Sourcemodule Cps : sig ... end
Sourcemodule Codegen_cps (Repr : sig ... end) (M : sig ... end) : sig ... end
Sourcemodule Codegen_identity (Repr : sig ... end) (M : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.