Open jesper-bengtson opened 7 years ago
After importing MirrorCore.Reify.Reify the following command stops working:
Implicit Arguments id [[A] [B] ...]
Implicit Arguments is deprecated and Arguments should be used in stead, but it is still valid Coq syntax that does not work.
I agree this is a problem. In the meantime, you should change Implicit Arguments into Arguments or put a space between the two [s.
Implicit Arguments
Arguments
[
After importing MirrorCore.Reify.Reify the following command stops working:
Implicit Arguments id [[A] [B] ...]
Implicit Arguments is deprecated and Arguments should be used in stead, but it is still valid Coq syntax that does not work.