heptagon/compiler/minils
Nicolas Berthier 8497bafa2e Minor but correction in sigali output.
- Translation to z3z now evaluates constant expressions instead of
  abstracting them. This non-feature could cause "false" synthesis
  failures due to non-translatable yet constant expressions possibly
  introduced by tomato (or manually), for instance `not false' in node
  `n' bellow:

    node n (a: bool) returns (ok: bool)
      contract assume true enforce ok with ()
    let
      ok = a or not false;
    tel
2013-04-11 17:30:30 +02:00
..
analysis Correct handling of local assume/enforce of contracts 2012-12-11 08:20:04 +01:00
main Added Marc as co-author 2012-06-29 01:43:15 +02:00
sigali Minor but correction in sigali output. 2013-04-11 17:30:30 +02:00
transformations Bug correction in Inline_extvalues 2013-02-08 14:42:26 +01:00
_tags Sigali pass into compiler + added a_id field to applications 2011-04-20 12:47:28 +02:00
minils.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
mls_compare.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
mls_mapfold.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
mls_printer.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
mls_utils.ml Bug correction in Schedule_interf 2012-07-26 01:29:22 +02:00