Merge branch 'fix_proofs_with_coq_8_19' into 'master'
[why3.git] / drivers / coq.drv
blobdf1086c1fdcbaf83e8c21aba03957c89406b70ef
2 prelude "(* This file is generated by Why3's Coq driver *)"
3 prelude "(* Beware! Only edit allowed sections below    *)"
5 printer "coq"
6 filename "%f_%t_%g.v"
8 (* Performed introductions depending on whether counterexamples are
9    requested, as said by the meta "get_counterexmp". When this meta
10    set, this transformation introduces the model variables that are
11    still embedded in the goal. When it is not set, it removes all
12    these unused-ce-related variables, even in the context.  *)
13 transformation "counterexamples_dependent_intros"
15 transformation "inline_trivial"
16 transformation "eliminate_builtin"
18 import "coq-common.gen"