(**************************************************************************) (* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) (* ||I|| Developers: *) (* ||T|| The HELM team. *) (* ||A|| http://helm.cs.unibo.it *) (* \ / *) (* \ / This file is distributed under the terms of the *) (* v GNU General Public License Version 2 *) (* *) (**************************************************************************) (* This file was automatically generated: do not edit *********************) include "Coq.ma". include "Init/Prelude.ma". (*#***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Prop := | Here : forall x:Stream, P x -> Exists x | Further : forall x:Stream, ~ P x -> Exists (tl x) -> Exists x. i*) inline procedural "cic:/Coq/Lists/Streams/Exists.ind". inline procedural "cic:/Coq/Lists/Streams/ForAll.ind". (* UNEXPORTED Section Co_Induction_ForAll *) (* UNEXPORTED cic:/Coq/Lists/Streams/Streams/Stream_Properties/Co_Induction_ForAll/Inv.var *) (* UNEXPORTED cic:/Coq/Lists/Streams/Streams/Stream_Properties/Co_Induction_ForAll/InvThenP.var *) (* UNEXPORTED cic:/Coq/Lists/Streams/Streams/Stream_Properties/Co_Induction_ForAll/InvIsStable.var *) inline procedural "cic:/Coq/Lists/Streams/ForAll_coind.con" as theorem. (* UNEXPORTED End Co_Induction_ForAll *) (* UNEXPORTED End Stream_Properties *) (* UNEXPORTED End Streams *) (* UNEXPORTED Section Map *) (* UNEXPORTED cic:/Coq/Lists/Streams/Map/A.var *) (* UNEXPORTED cic:/Coq/Lists/Streams/Map/B.var *) (* UNEXPORTED cic:/Coq/Lists/Streams/Map/f.var *) inline procedural "cic:/Coq/Lists/Streams/map.con" as definition. (* UNEXPORTED End Map *) (* UNEXPORTED Section Constant_Stream *) (* UNEXPORTED cic:/Coq/Lists/Streams/Constant_Stream/A.var *) (* UNEXPORTED cic:/Coq/Lists/Streams/Constant_Stream/a.var *) inline procedural "cic:/Coq/Lists/Streams/const.con" as definition. (* UNEXPORTED End Constant_Stream *) (* UNEXPORTED Unset Implicit Arguments. *)