(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Set. Variable cons:(T:Set) T -> (list T) -> (list T). Goal (n:(list nat)) (EX l| (EX x| (n = (cons ? x l)))).