Skip to content

Commit

Permalink
Merge pull request #117 from proux01/stdlib_repo
Browse files Browse the repository at this point in the history
Adapt to coq/coq#19530
  • Loading branch information
tchajed authored Sep 17, 2024
2 parents 9ae5f9c + 4586708 commit d4f705d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Helpers/LittleEndian.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
https://github.com/mit-plv/coqutil/blob/f3209a5b2c22eb36c3c1a8688b2a18b0d40fd476/src/coqutil/Word/LittleEndian.v
*)
From Coq Require Import ZArith.ZArith.
From Coq Require Import ZArith.
From coqutil Require Import Z.Lia.
From coqutil Require Import Word.Interface Datatypes.HList Datatypes.PrimitivePair.
From coqutil Require Import Word.Properties.
Expand Down
2 changes: 1 addition & 1 deletion src/goose_lang/lang.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From Coq Require Import Program.Equality.
From Coq.Program Require Import Equality.
From RecordUpdate Require Import RecordSet.
From stdpp Require Export binders strings.
From stdpp Require Import gmap.
Expand Down

0 comments on commit d4f705d

Please sign in to comment.