Skip to Content.
Sympa Menu

coq-club - [Coq-Club] syntaxic analyse

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] syntaxic analyse


chronological Thread 


Hi everybody,
We need to use the internal representation of a Coq file.
We tried to use the function parse_vernac but unfortunately it doesn't give us
the appropriate result .

Example:

Coq>Drop.
# #use "base_include";;
......
#parse_vernac " forall (A:Prop), A->A."

---> the result is an exception, whereas we expected to find a CCI term of the
form Prod(....).

Thanks a lot for helping us.
Regards,
Houda & Yann


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




Archive powered by MhonArc 2.6.16.

Top of Page