Skip to content

Commit 888839a

Browse files
authored
Update canonical_names.v
1 parent 8012dfe commit 888839a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/canonical_names.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Global Generalizable All Variables.
22
Global Set Automatic Introduction.
33

4-
Require Import MathClasses.theory.Streams.
4+
Require Import MathClasses.theory.CoqStreams.
55
Require Export Coq.Classes.Morphisms Coq.Setoids.Setoid Coq.Program.Program Coq.Unicode.Utf8 Coq.Unicode.Utf8_core MathClasses.misc.stdlib_hints.
66

77
Definition id {A : Type} (a : A) := a.

0 commit comments

Comments
 (0)