From 02d7ec75988e2cd13ebf233b364e400309c605a3 Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 29 Mar 2001 14:27:11 +0000 Subject: mise en place de Correctness (ne compile pas encore) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1501 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/correctness/ptyping.mli | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 contrib/correctness/ptyping.mli (limited to 'contrib/correctness/ptyping.mli') diff --git a/contrib/correctness/ptyping.mli b/contrib/correctness/ptyping.mli new file mode 100644 index 000000000..985d7b52e --- /dev/null +++ b/contrib/correctness/ptyping.mli @@ -0,0 +1,35 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* Renamings.t -> CoqAst.t ml_type_v -> type_v + +val effect_app : Renamings.t -> local_env + -> (typing_info,'b) ProgAst.t + -> (typing_info,constr) arg list + -> (type_v binder list * type_c) + * ((identifier*identifier) list * (identifier*constr) list * bool) + * type_c + +val typed_var : Renamings.t -> local_env -> constr * constr -> variant + +val type_of_expression : Renamings.t -> local_env -> constr -> constr + +val states : Renamings.t -> local_env -> program -> typed_program -- cgit v1.2.3