Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Programming custom Tactics

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Programming custom Tactics


chronological Thread 
  • From: Christian Doczkal <doczkal AT ps.uni-sb.de>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Programming custom Tactics
  • Date: Mon, 11 Jan 2010 17:27:06 +0100

Hello again

> [...] Good luck,
> Sean

Thanks ;)

I'm still trying to understand how to extend Coq with user defined
tactics. 

I now have a (renamed) copy of the Coq standard tactic "absurd" and get
it compiled to some absurd.cmx file. I can even build a new toplevel
using

coqmktop -opt -o mytop.out absurd.cmx

But if I try to call "my_absurd" I get:

Error: The reference my_absurd was not found in the current environment.

So what else do I have to do, to actually be able to call the linked in
tactic? I have renamed the function "absurd" in the .mi as well as in
the .mli file.

-- 
Regards
Christian




Archive powered by MhonArc 2.6.16.

Top of Page