package prbnmcn-basic-structures

  1. Overview
  2. Docs

Free modules with float coefficients

module Int : Basic_intf.Free_module_std with type R.t = float and type Basis.t = int
module String : Basic_intf.Free_module_std with type R.t = float and type Basis.t = string
module Float : Basic_intf.Free_module_std with type R.t = float and type Basis.t = float
module Bool : Basic_intf.Free_module_std with type R.t = float and type Basis.t = bool
module Make_with_map (X : Basic_intf.Std) : Free_module_with_map with type r = float and type Map.key = X.t