package unionFind

  1. Overview
  2. Docs

Source file StoreRef.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(******************************************************************************)
(*                                                                            *)
(*                                 UnionFind                                  *)
(*                                                                            *)
(*                       François Pottier, Inria Paris                        *)
(*                                                                            *)
(*  Copyright Inria. All rights reserved. This file is distributed under      *)
(*  the terms of the GNU Library General Public License version 2, with a     *)
(*  special exception on linking, as described in the file LICENSE.           *)
(*                                                                            *)
(******************************************************************************)

include HStoreRef
type 'a store = HStoreRef.store