package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Output signature for services.

type node
type graph
module Service_graph : sig ... end
val vertex : node -> node vertex
val output_graph : Stdlib.out_channel -> Service_graph.t -> unit
val entry_point : unit -> Service_graph.V.t option

compute must be called before

  • since Carbon-20101201