File: dpdusage.mli

package info (click to toggle)
coq-dpdgraph 1.0%2B8.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 604 kB
  • sloc: ml: 686; makefile: 212
file content (9 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module G = Dpd_compute.G
module Node = Dpd_compute.Node
val version_option : bool ref
val print_path_option : bool ref
val threshold_option : int ref
val spec_args : (string * Arg.spec * string) list
val print_usage : G.t -> int -> unit
val do_file : 'a -> string -> unit
val main : unit -> unit