package links

  1. Overview
  2. Docs
module Debug : sig ... end
module Column : sig ... end
module Sort : sig ... end
module Fun_dep : sig ... end
module Alias : sig ... end
module Phrase : sig ... end
module Operators : sig ... end
module Type : sig ... end
module Value : sig ... end
module Database : sig ... end
module Statistics : sig ... end

This module is used for benchmarking relational lenses. It keeps track of time spent querying database servers.

module Sorted_records : sig ... end

This module provides an efficient method of performing calculations on delta sets. This is done by storing the records in a sorted order and by keeping track of the columns of the whole set of records rather than in each record itself.

module Eval : sig ... end
module Utility : sig ... end