package alt-ergo-lib

  1. Overview
  2. Docs
exception Not_a_num
exception Maybe_zero
module type S = sig ... end
module type T = sig ... end
module type EXTENDED_Polynome = sig ... end
module Make (X : S) : T with type r = X.r