package reedsolomon

  1. Overview
  2. Docs
module type GF_n = sig ... end
module GFN (GF_n : GF_n) : Ops.OpsBase with type t = int
module GF2 : Ops.OpsBase with type t = int