Frama-C API - Ptip
module F = Lang.Fmodule Env = Plang.Envclass autofocus : object ... endclass type term_wrapper = object ... endclass type term_selection = object ... endclass plang : terms:term_wrapper -> focus:term_wrapper -> target:term_wrapper -> autofocus: term_selection -> object ... endclass type part_marker = object ... endclass type step_selection = object ... endclass pcond : parts:part_marker -> target:part_marker -> autofocus:step_selection -> plang: Pcond.state -> object ... end