Skip to content

Commit

Permalink
Merge pull request #66 from proux01/stdlib_repo
Browse files Browse the repository at this point in the history
Adapt to coq/coq#19530
  • Loading branch information
JasonGross authored Sep 17, 2024
2 parents f4d3d7c + 00bf06c commit 1a3d721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theories/Util/Strings/String.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Require Import Coq.micromega.Lia.
Require Import Coq.Strings.String.
Require Import Coq.Strings.Ascii.
From Coq Require Import Lia.
From Coq Require Import String.
From Coq Require Import Ascii.
Require Import NeuralNetInterp.Util.Strings.Ascii.

Local Open Scope list_scope.
Expand Down

0 comments on commit 1a3d721

Please sign in to comment.