Skip to content

Commit

Permalink
Merge pull request #37 from coq-community/stdlib_repo
Browse files Browse the repository at this point in the history
Adapt to coq/coq#19530
  • Loading branch information
proux01 authored Sep 17, 2024
2 parents 7c66f3b + 793d43b commit 50dfe57
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 50dfe57

Please sign in to comment.