package acgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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 : BASE) : TABLE with type key = int

This modules provides the functor

OCaml

Innovation. Community. Security.