acgtk.utilsLib
UtilsLib.Table
This module implements a functor returning an non-funtional lookup table when provided with a given size
acgtk.acgData
acgtk.containers
acgtk.datalogLib
acgtk.dump
acgtk.grammars
acgtk.logic
acgtk.magicRewriting
acgtk.scripting
acgtk.svg
acgtk.svg_cairo
acgtk.svg_dummy
module type BASE = sig ... end
The signature module for modules providing size
module type TABLE = sig ... end
The signature module for tables
module Make_table (_ : BASE) : TABLE with type key = int
This modules provides the functor