X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmetadata%2FsqlStatements.ml;h=a08073965fcb2211e2d7ec63caeefdf96dda6c0a;hb=b6f12c7851b23c4793a9fe279c4439b84c817b23;hp=262188e13699b214c31e9b332dda9bf84382b37e;hpb=a48eebb8603413f8a7fdd0f665ff2b15079417e9;p=helm.git diff --git a/helm/ocaml/metadata/sqlStatements.ml b/helm/ocaml/metadata/sqlStatements.ml index 262188e13..a08073965 100644 --- a/helm/ocaml/metadata/sqlStatements.ml +++ b/helm/ocaml/metadata/sqlStatements.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + open Printf;; type tbl = [ `RefObj| `RefSort| `RefRel| `ObjectName| `Hits| `Count]