Abstract_linker_scriptSourceThe type expression denotes addresses, whether known or to be ascertained.
type value_formula = | VFTrue| VFFalse| VFBinaryRelation of binary_relation * expression| VFBinaryConnective of binary_connective * value_formula * value_formula| VFNot of value_formulatype memory_image_formula = | MIFTrue| MIFFalse| MIFExists of string * memory_image_formula| MIFBinaryRelation of binary_relation * expression * expression| MIFBinaryConnective of binary_connective
* memory_image_formula
* memory_image_formula| MIFAssertValueFormula of expression * value_formula| MIFNot of memory_image_formula