1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* ********************************************************************** *)
16 (* Progetto FreeScale *)
18 (* Sviluppato da: Ing. Cosimo Oliboni, oliboni@cs.unibo.it *)
19 (* Sviluppo: 2008-2010 *)
21 (* ********************************************************************** *)
23 include "common/theory.ma".
25 (* flag ausiliario per la scrittura
26 normale / con riporto(+) / con riporto(-) *)
27 ninductive aux_mod_type : Type ≝
28 auxMode_ok : aux_mod_type
29 | auxMode_inc : aux_mod_type
30 | auxMode_dec : aux_mod_type