Closed oskgo closed 1 year ago
I used the following regex on all the .ec and .eca files outside the examples folder: (^|[^o])smt[^\(]*(\.|;|\(.*@.*\)).
.ec
.eca
(^|[^o])smt[^\(]*(\.|;|\(.*@.*\))
I left most the smt(... @Theory ...) invocations be for now.
smt(... @Theory ...)
I updated some of the invocations using old syntax that matched my regex as well.
I used the following regex on all the
.ec
and.eca
files outside the examples folder:(^|[^o])smt[^\(]*(\.|;|\(.*@.*\))
.I left most the
smt(... @Theory ...)
invocations be for now.I updated some of the invocations using old syntax that matched my regex as well.