Boot
module Main : sig ... end
Frama-C main interface.
val play_analysis : unit -> unit
Run all the Frama-C analyses. This function should be called only by toplevels.
val boot : unit -> unit
Start and define the Frama-C kernel main loop.
val set_toplevel : ((unit -> unit) -> unit) -> unit
Changes the toplevel function to run on boot
it was provided in a different way in Db.Toplevel