Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] how to operate on the type of Locations.Zone.map_t ?


  • Subject: [Frama-c-discuss] how to operate on the type of Locations.Zone.map_t ?
  • From: abiao.yang at gmail.com (David Yang)
  • Date: Wed, 8 Jan 2014 21:48:13 +0800

Dear all,

The module Locations.Zone has define a type map_t
"
type map_t
type tt = Top of Base.SetLattice.t * Origin.t | Map of Locations.Zone.map_t
"

Could anybody help me on how to operate (or iter) the map_t type? I
can't find any functions in module Locations.Zone to operate on this
type.

Thank you very much.

-david