Skip to content

Commit

Permalink
More comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Aug 18, 2016
1 parent 7ee3b8c commit 669a37e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/store_intf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
(** Specification of indices used to index elements in stores *)
module type INDEX = sig
type t (** Type of indices *)

type gen (** Type of index generators *)

module Set : Set.S with type elt = t (** Efficient sets of indices *)

module Map : Map.S with type key = t (** Efficient maps of indices *)

val start : gen
Expand Down

0 comments on commit 669a37e

Please sign in to comment.