index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
byterun
/
make_jumptbl.sh
blob: eacd4daac845df64f53289e48f84fdaaf58d044b (
plain
)
1
2
3
#!/usr/bin/env bash
sed
-n
-e
'/^ /s/ \([A-Z]\)/ \&\&coq_lbl_\1/gp'
-e
'/^}/q'
${
1
}
>
${
2
}