Skip to content

Commit 39de8e4

Browse files
authored
Merge pull request #41 from coq-community/fix-npeano-deprec
remove use of deprecated NPeano module
2 parents 861e53b + 1746dc0 commit 39de8e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

theories/Model_MinPlus.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
From ATBR Require Import Common.
1717
From ATBR Require Import Classes.
18-
From Coq Require Import NPeano.
1918
From ATBR Require Converse.
2019

2120
Set Implicit Arguments.
@@ -136,4 +135,3 @@ Module Load.
136135
change mp_empty with (@zero mp_Graph mp_SemiLattice_Ops tt tt).
137136

138137
End Load.
139-

0 commit comments

Comments
 (0)