heptagon/compiler/minils/sigali
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
..
sigali.ml Take into account the -nosink option in Sigali 2013-01-28 15:54:27 +01:00
sigali.mli Naive abstraction for sigali 2012-08-08 18:16:33 +02:00
sigalimain.ml Minor but correction in sigali output. 2013-04-11 17:30:30 +02:00
sigalimain.mli Added Marc as co-author 2012-06-29 01:43:15 +02:00