blob: c8f75915c8018a6f3e314198575a16e1b285dc83 (
plain)
1
2
3
4
|
(* -*- coq-prog-args: ("-compat" "8.9") -*- *)
(** Check that the current-minus-one compatibility flag actually requires the relevant modules. *)
Import Coq.Compat.Coq810.
Import Coq.Compat.Coq89.
|