Frama-C API - Function
Instance of Polymorphic2
for functions: same signature than Polymorphic2
with possibility to specify a label for the function parameter.
Possibility to add a label for the parameter.
~label:(p,None)
for a mandatory labeled parameterp
;~label:(p,Some f)
for an optional labeled parameterp
, with default valuef ()
.
val is_instance_of : 'a t -> bool
val get_optional_argument : ('a -> 'b) t -> (unit -> 'a) option