package fix

  1. Overview
  2. Docs

Module Tabulate.ForOrderedTypeSource

Parameters

module F : sig ... end
module T : Map.OrderedType with type t = F.t

Signature

Sourcetype key = F.t

A type of keys.

Sourceval tabulate : (key -> 'a) -> key -> 'a

A tabulation combinator for this type.