package codept-lib

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

Module StageSource

Sourcemodule type envt = sig ... end

Environment type for name resolution

Sourcemodule type param = sig ... end

Parameter for outliner

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

Outliner type

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