In the following:
From Coq Require Import PeanoNat.
Search (nat -> nat -> nat) is:Definition.
I want to list binary operators on nat
. It looks like Fixpoint
s do not appear. But is:Fixpoint
is not accepted by Search
. Is there another way to list Fixpoint
s or should I write an issue?
open an issue
or a PR adding Fixpoint to extended_def_token in g_vernac
Last updated: Oct 13 2024 at 01:02 UTC