Skip to content
Snippets Groups Projects

explicitly declare visibility of Scope actions

Merged Ralf Jung requested to merge ralf/scope into master
4 files
+ 6
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -3,7 +3,7 @@ From stdpp Require Import options.
Declare Scope stream_scope.
Delimit Scope stream_scope with stream.
Open Scope stream_scope.
Global Open Scope stream_scope.
CoInductive stream (A : Type) : Type := scons : A stream A stream A.
Global Arguments scons {_} _ _ : assert.
Loading