Skip to Content.
Sympa Menu

coq-club - [Coq-Club]

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club]


Chronological Thread 
  • From: Nico <nlehmann AT dcc.uchile.cl>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: [Coq-Club]
  • Date: Fri, 15 May 2015 14:36:15 +0000

Hi all,

I want to write a plugin that expose a type that can be introduced only by a ocaml tactic that check if the parameters of the type satisfies a structural constraint regarding the axioms on which it relies.

If I hide the implementation of the type using type modules I cannot access the type constructor on the tactic, and thus cannot introduce the type.

Is there a way in which I can access a member not exposed in the module type through a ocaml tactic?

Thanks



Archive powered by MHonArc 2.6.18.

Top of Page