Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/resource_algebra.v
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ From iris.heap_lang Require Import lang proofmode notation.
A small side note: in Iris, resource algebras are specialisations of
the more general structure `CMRA' (in particular, resource algebras
are `discrete' CMRAs). In turn, CMRAs are built on top of `Ordered
Families of Equations' (shortened to `OFE'). The exact details of
Families of Equivalences' (shortened to `OFE'). The exact details of
these concepts are not important for this chapter, but we mention them
as they appear a few times throughout the chapter. CMRAs and OFEs are
covered in more detail in later chapters.
Expand Down
2 changes: 1 addition & 1 deletion theories/resource_algebra.v
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ From iris.heap_lang Require Import lang proofmode notation.
A small side note: in Iris, resource algebras are specialisations of
the more general structure `CMRA' (in particular, resource algebras
are `discrete' CMRAs). In turn, CMRAs are built on top of `Ordered
Families of Equations' (shortened to `OFE'). The exact details of
Families of Equivalences' (shortened to `OFE'). The exact details of
these concepts are not important for this chapter, but we mention them
as they appear a few times throughout the chapter. CMRAs and OFEs are
covered in more detail in later chapters.
Expand Down