Hello,
Is there a MetaCoq function that just quotes thecurrent global environment?
I would expect its type to be global_env
or global_env_ext
Hi,
I think you can only get the environment on which depends a definition, it would otherwise get too big, containing the whole standard library for starters.
You get the environment by adding Recursively
after Quote
.
Ok, thanks!
Last updated: Nov 29 2023 at 05:01 UTC