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] Specification modules - Sets and Maps


  • Subject: [Frama-c-discuss] Specification modules - Sets and Maps
  • From: barbaraisabelvieira at gmail.com (Barbara Vieira)
  • Date: Fri, 15 Oct 2010 10:03:41 +0100

Hi everyone,

I hope I'm not doing a repeated question but I tried to find information about the use of specification modules (section 2.6.11 in the ACSL manual) and I did not succeed. 

I just would like to know if this feature is working or not, because I would like to use a specification module of sets and maps(section 3.1.3) and I don't know how to do it.

Moreover, I guess that these kind of type declarations

type list<A> = Nil | Cons(A,list<A>);

are not supported yet, right? I tried to used them but the compilation with frama-c together with the jessie plug-in raises the following error:

[jessie] failure: Unexpected exception.
                  Please submit bug report (Ref. "Extlib.NotYetImplemented("Interp.annotation Dtype")")

Thanks.
Best regards,
B?rbara Vieira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20101015/010f9fb5/attachment.htm>