package reedsolomon

  1. Overview
  2. Docs
module type OpsBase = sig ... end
module type OpsFull = sig ... end
module Int : OpsFull with type t = int
module Int32 : OpsFull with type t = int32
module Int64 : OpsFull with type t = int64
module Float : OpsFull with type t = float