Module Translate


module Translate: sig .. end
This module provides translations function from C expressions and ACSL annotations to the memory model internal representation.

module type MT_sig = sig .. end
This is what is needed to define a memory model in order to be able to do translation
module ToGfol: 
functor (M : MT_sig) -> sig .. end
The exported translation functions may raise AbortTranslation, and normally no other exception...