diff --git a/StyleGuide.md b/StyleGuide.md index 04b23b7f42f94b72b85b2ab7493ff42365a32a7e..f6bae4b6c9bb6892a7cf6599312f1bcd8693b205 100644 --- a/StyleGuide.md +++ b/StyleGuide.md @@ -114,5 +114,8 @@ is used by clients. * R: cameras * UR: unital cameras or resources algebras * F: functors (can be combined with all of the above, e.g. OF is an OFE functor) -* G: global camera functor management +* G: global camera functor management (typeclass; see `ProofGuide.md`) +* I: bunched implication logic (of type `bi`) +* SI: step-indexed bunched implication logic (of type `sbi`) * T: canonical structures for algebraic classes (for example ofeT for OFEs, cmraT for cameras) +* Σ: global camera functor management (`gFunctors`; see `ProofGuide.md`)