package reedsolomon

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Ops : Ops.OpsBase) : S with type t = Ops.t