Jason Gross

Results 540 issues of Jason Gross

### Is your feature request related to a problem? I am trying to debug some recursive Ltac2 code I have where (it seems to me) an evar gets instantiated as...

part: ltac2
kind: wish

### Description of the problem The doc says: > The complete documentation of canonical structures can be found in [Canonical Structures](https://rocq-prover.org/doc/V8.20.0/refman/language/extensions/canonical.html#canonicalstructures); here only a simple example is given. but the...

kind: documentation
kind: bug

### Description of the problem https://rocq-prover.org/doc/V9.1.0/refman/language/core/modules.html#coq:cmd.Print-Module > Command Print Module [qualid](https://rocq-prover.org/doc/V9.1.0/refman/language/core/modules.html#grammar-token-qualid)[](https://rocq-prover.org/doc/V9.1.0/refman/language/core/modules.html#coq:cmd.Print-Module) Prints the module type and (optionally) the body of the module [qualid](https://rocq-prover.org/doc/V9.1.0/refman/language/core/modules.html#grammar-token-qualid). How do I print the body of...

kind: documentation
kind: bug

### Is your feature request related to a problem? I'd like to be able to write something like `Message.of_preterm (preterm:(@Build_some_record _ _ _ _))` and have this print as something...

part: ltac2
kind: wish

I would like a version of `Env.path` that gives me the shortest qualified name that refers to the given reference.

part: ltac2
kind: wish

### Is your feature request related to a problem? I'd like to be able to convert references to message/string ### Proposed solution _No response_ ### Alternative solutions _No response_ ###...

part: ltac2
kind: wish

### Is your feature request related to a problem? I would like to be able to convert constructors to message and/or to string ### Proposed solution _No response_ ### Alternative...

part: ltac2
kind: wish

This is more-or-less required for the bug minimizer infrastructure to work, and seems to have been broken with the recent renaming. See also https://github.com/coq/coq/pull/20101#issuecomment-2611988918

needs: fixing
part: CI
needs: full CI

### Is your feature request related to a problem? I would like to be able to write concise printf invocations for custom data types. ### Proposed solution Following the principles...

part: ltac2
kind: wish

Would it be possible to alter QuickChick so that merely requiring QuickChick does not break Derive in the standard library? (Perhaps by making the syntax factor well with the derive...

bug