package codept-lib

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

Module PathsSource

Various path implementation

Sourcemodule Simple : sig ... end

Path as a list of name

Sourcemodule S = Simple
Sourcemodule type Expr = sig ... end

Module paths with application

Sourcemodule type simple_core = sig ... end
Sourcemodule Make_expr (S : simple_core) : Expr with type s := S.t
Sourcemodule Expr : Expr with type s := S.t
Sourcemodule E = Expr