diff options
| author | bertot | 2001-04-04 12:44:55 +0000 |
|---|---|---|
| committer | bertot | 2001-04-04 12:44:55 +0000 |
| commit | e16efa883ae0cf5c82a2ee60bf05304fb9c69b51 (patch) | |
| tree | c34994a4b24950cde4af71d65baa4ac29fb51d00 /contrib/interface/pbp.mli | |
| parent | e1d0e117652115b05faec1c276b9f14c5bf70d1f (diff) | |
Files that handle the dialogue with the graphical user-interface pcoq.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1531 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/pbp.mli')
| -rw-r--r-- | contrib/interface/pbp.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/interface/pbp.mli b/contrib/interface/pbp.mli new file mode 100644 index 0000000000..6499540198 --- /dev/null +++ b/contrib/interface/pbp.mli @@ -0,0 +1,4 @@ +val pbp_tac : (Coqast.t -> 'a) -> + Proof_type.tactic_arg list -> + Proof_type.goal Tacmach.sigma -> + Proof_type.goal list Proof_type.sigma * Proof_type.validation;; |
