Skip to content
Snippets Groups Projects
Commit 7ba65e10 authored by Ralf Jung's avatar Ralf Jung
Browse files

Rename monoid-related operational typeclass instances to include the suffix '_instance'

This was done using the following sed script:
sed -i -E 's/Instance ([a-zA-Z0-9_]+)( .*: (Op|P?Core|ValidN?|Unit) )/Instance \1_instance\2/' $(find iris/algebra -name "*.v")
parent c4ea27fb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment