Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module DepG : sig ... end
and mg_desc =
| MInp of Global.stim_desc * string list
| MOutp of string list
| MFun of string list * Expr.t
| MConst of Expr.value
exception Illegal_const_expr of Expr.t
val dot_output :
string ->
?dot_options:Utils.Dot.graph_style list ->
?fsm_options:Fsm.dot_options list ->
t ->
string list
val dump : out_channel -> t -> unit