Skip to content

Commit 9bf41bc

Browse files
committed
Require Import BinNat before using it in ParseArithmetic.v
1 parent ee1e322 commit 9bf41bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Strings/ParseArithmetic.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
From Coq Require Import Ascii String List.
2-
From Coq Require Import BinNums.
2+
From Coq Require Import BinNat.
33
From Coq Require Import QArith.
44
From Coq Require Import BinInt.
55
Require Import Crypto.Util.Option.

0 commit comments

Comments
 (0)