package libzipperposition

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

Induction through Cut

module type S = sig ... end
module type AVATAR = Libzipperposition_avatar.S
module Make (E : Libzipperposition.Env.S) (A : AVATAR with module E = E) : S with module Env = E