summaryrefslogtreecommitdiff
path: root/extraction/convert
blob: 879cfe50df4f3ef752c95caceb30480145a9773e (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -pi

s/\bList\b/CoqList/g;
s/\bString\b/CoqString/g;
s/\bInt\.Z_as_Int\b/CoqInt.Z_as_Int/g;
s/\bInt\.Int\b/CoqInt.Int/g;
s/\bInt\.MoreInt\b/CoqInt.MoreInt/g;
s/^open Int$//;