metacoq
metacoq copied to clipboard
Enable tmDefinition to generate local definitions
Per discussion on the gitter.
Coq trunk contains:
(* coq trunk *)
type import_status = ImportDefaultBehavior | ImportNeedQualified
type locality = Discharge | Global of import_status
(* coq < 8.9 *)
type locality = Global | Local
We will expose the new interface and provide definitions that translate Discharge into Global.