When I am looking at the QuickChick project, I encountered the sentence Require Import Ltac.
I don't know what this does and where the Ltac
module is. I found a file plugins/ltac/Ltac.v
, but this couldn't be the one since this file is empty (by the way, what is the purpose of including an empty file anyway?). I tried Locate Ltac.
but I got Error: Syntax error: [constr:global] expected after 'Ltac' (in [locatable]).
, which is more confusing.
What does the Ltac
module do, where is the Ltac.v
file, and why doesn't the Loacte
command work in this case? Thanks!