Module UtilsLib.TableSource

This module implements a functor returning an non-funtional lookup table when provided with a given size

Sourcemodule type BASE = sig ... end

The signature module for modules providing size

Sourcemodule type TABLE = sig ... end

The signature module for tables

Sourcemodule Make_table (_ : BASE) : TABLE with type key = int

This modules provides the functor