~ubuntu-branches/ubuntu/trusty/coccinelle/trusty

« back to all changes in this revision

Viewing changes to commons/common.mli

  • Committer: Package Import Robot
  • Author(s): Євгеній Мещеряков
  • Date: 2012-08-19 20:40:52 UTC
  • mfrom: (7.2.8 experimental)
  • Revision ID: package-import@ubuntu.com-20120819204052-8cujknwy6cn8a6h6
Tags: 1.0.0~rc15.deb-1
* New upstream RC 
  - Do not build-depend on libsexplib-camlp4-dev and libextlib-ocaml-dev
    anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
type score =      (string (* usually a filename *), score_result) Hashtbl.t
259
259
type score_list = (string (* usually a filename *) * score_result) list
260
260
val empty_score : unit -> score
 
261
val load_score : string -> unit -> score
 
262
val save_score : score -> string -> unit
261
263
val regression_testing :
262
264
  score -> filename (* old score file on disk (usually in /tmp) *) -> unit
263
265
val regression_testing_vs: score -> score -> score