Frama-C API - Operators
UpdatedCurrentLoc
is a simple constructor which can be used as documentation : let<> UpdatedCurrentLoc = loc in ...
or replaced with _
let<> UpdatedCurrentLoc = loc in ...
can be used to mimic the behavior obtained with with_loc loc f UpdatedCurrentLoc
. let<>
syntax requires to open the module Operators
.