Module Transitioning

module Transitioning: sig .. end
This file contains functions that uses features that are deprecated in current OCaml version, but whose replacing feature is not available in the oldest OCaml version officially supported by Frama-C. Be sure to update it when support for a given version is dropped.

Functions are grouped according to the version in which the replacing feature did appear.



4.03.0


module String: sig .. end
In OCaml 4.03, many functions f from String have been deprecated in favor of f_ascii, which operate only on the ASCII charset, while the deprecated f knew about iso-8859-1.
module Char: sig .. end
See above documentation for String