applications with less than 2 args.
Sophia-Antipolis/huffmann: Unknown constant
Sophia-Antipolis/MATH/GROUPS: Unknown constant
-lyon: Appl con meno di due argomenti, cic:/Lyon/COINDUCTIVES/STREAMS/Alter/eqalters_III.con
-
Rocq/ALGEBRA/CATEGORY_THEORY: vecchio nucleo
Sophia-Antipolis/Algebra: vecchio nucleo variabili
lyon.ok: vecchio nucleo, variabili
)
| _,_ -> assert false
in
- NCic.Appl (t:: aux ((List.length ctx,rels)))
+ let args = aux (List.length ctx,rels) in
+ match args with
+ [] -> t
+ | _::_ -> NCic.Appl (t::args)
;;
exception Nothing_to_do;;