Files
why3/bench/plugins/simplify_array.drv
2010-03-18 06:59:45 +00:00

17 lines
291 B
Plaintext

plugin "simplify_array.cmo" "simplify_array.cmxs"
printer "why3"
filename "%f-%t-%s.why"
transformations
"simplify_array"
end
theory BuiltIn
syntax type int "int"
syntax type real "real"
syntax logic (_=_) "(%1 = %2)"
syntax logic (_<>_) "(%1 <> %2)"
end