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] Set membership


  • Subject: [Frama-c-discuss] Set membership
  • From: Patrick.Baudin at cea.fr (BAUDIN Patrick)
  • Date: Mon, 28 Feb 2011 15:49:46 +0100
  • In-reply-to: <1298897870.31590.5.camel@iti27>
  • References: <1298897870.31590.5.camel@iti27>

Hello,
> is there a way to abbreviate 
> val == a1 || val == a2 || ... || val == an
> with keywords that are supported in the current version of
> Frama-C/Jessie?
>   
This should be at least supported by Frama-C kernel:
\subset(val,\union(a1,a2,...,an))
since val, a1, ... an can be promoted to sets.

ps. I can't answer about Jessie's support.

-- 
Regards,
Patrick Baudin,