File: graph.mli

package info (click to toggle)
coinst 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 652 kB
  • sloc: ml: 6,576; makefile: 119
file content (10 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10

module F (R : Repository.S) : sig
  open R

  val output :
    ?package_weight:(Package.t -> float) ->
    ?edge_color:(Package.t -> Formula.t -> Disj.t -> string option) ->
    string -> ?mark_all:bool -> ?roots:Package.t list ->
    Quotient.F(R).t -> dependencies -> Conflict.t -> unit
end