Skip to content

Commit

Permalink
Adapt to coq/coq#19530
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Sep 16, 2024
1 parent da515d5 commit 793d43b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/Autosubst_Basics.v
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
substitutions.
*)

Require Import Coq.Program.Tactics.
Require Import Coq.Arith.PeanoNat List FunctionalExtensionality.
From Coq.Program Require Import Tactics.
From Coq Require Import PeanoNat List FunctionalExtensionality.

(** Annotate "a" with additional information. *)
Definition annot {A B} (a : A) (b : B) : A := a.
Expand Down

0 comments on commit 793d43b

Please sign in to comment.