We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tmQuoteModule
From MetaCoq.Utils Require Import bytestring. From MetaCoq.Template Require Import Loader TemplateMonad. From Coq Require Import MSetInterface MSetFacts. Open Scope bs. Locate Module Nop. (* Module Type Coq.Structures.Equalities.Nop *) MetaCoq Run (tmQuoteModule "Nop"). (* Error: Anomaly "Uncaught exception Not_found." Please report at http://coq.inria.fr/bugs/. *) MetaCoq Run (tmQuoteModule "Coq.Init"). (* Error: Anomaly "Uncaught exception Not_found." Please report at http://coq.inria.fr/bugs/. *) MetaCoq Run (tmQuoteModule "a"). (* Error: Anomaly "Uncaught exception Not_found." Please report at http://coq.inria.fr/bugs/. *) MetaCoq Run (tmQuoteModule ""). (* Error: Anomaly "Uncaught exception Failure("split_dirpath")." Please report at http://coq.inria.fr/bugs/. *) MetaCoq Run (tmQuoteModule "DecidableType"). (* Error: <in exception printer>:<original exception:Anomaly "File "vernac/himsg.ml", line 945, characters 13-19: Assertion failed." Please report at http://coq.inria.fr/bugs/. *)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: