package codept-lib

  1. Overview
  2. Docs
module type envt = sig ... end

Environment type for name resolution

module type param = sig ... end

Parameter for outliner

type 'a param = Transforms.param -> 'a
type 'a implicit = 'a
module type generic_outliner = sig ... end

Outliner type

module type outliner = generic_outliner with type final := Deps.t and type 'a with_param := 'a implicit
OCaml

Innovation. Community. Security.