package aez

  1. Overview
  2. Docs
type 'a abstract
module type ALIEN = sig ... end
module Make (X : ALIEN) : sig ... end