Added strings to prelude to fix printing of strings.length
2 unresolved threads
2 unresolved threads
Compare changes
+ 9
− 0
@@ -10,4 +10,13 @@ From stdpp Require Export
@@ -10,4 +10,13 @@ From stdpp Require Export
algebra/base.v
exportsprelude
.There are a bunch of spurious exports of std.strings here and there, but probably all of those can be removed:
$ mgrep std.*string theories/proofmode/sel_patterns.v:From stdpp Require Export strings. theories/proofmode/intro_patterns.v:From stdpp Require Export strings. theories/proofmode/spec_patterns.v:From stdpp Require Export strings. theories/proofmode/notation.v:From stdpp Require Export strings. theories/proofmode/base.v:From stdpp Require Export strings. theories/heap_lang/lang.v:From stdpp Require Export binders strings.
This = strings?