X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_procedural%2FproceduralTypes.mli;h=a1d28e966c2c8428116fbd2be067bb808da101bc;hb=951e8fda6fbef9b4149e37e4d406b2f82fd64a98;hp=34c7ba670216e332a02711e7b0c112d67a7991e2;hpb=82baf094141d9ef518d681b8cebcc180bca14d2c;p=helm.git diff --git a/helm/software/components/acic_procedural/proceduralTypes.mli b/helm/software/components/acic_procedural/proceduralTypes.mli index 34c7ba670..a1d28e966 100644 --- a/helm/software/components/acic_procedural/proceduralTypes.mli +++ b/helm/software/components/acic_procedural/proceduralTypes.mli @@ -47,8 +47,10 @@ type pattern = Cic.annterm type body = Cic.annterm option type types = Cic.anninductiveType list type lpsno = int +type fields = (string * bool * int) list type step = Note of note + | Record of types * lpsno * fields * note | Inductive of types * lpsno * note | Statement of flavour * name * what * body * note | Qed of note