Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
afb9d627
Commit
afb9d627
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
convert Naming to markdown
parent
26827738
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Naming.md
+84
-0
84 additions, 0 deletions
Naming.md
README.md
+2
-1
2 additions, 1 deletion
README.md
naming.txt
+0
-79
0 additions, 79 deletions
naming.txt
with
86 additions
and
80 deletions
Naming.md
0 → 100644
+
84
−
0
View file @
afb9d627
# Naming conventions for variables/arguments/hypotheses in the Coq development
## small letters
*
a : A = cmraT or cofeT
*
b : B = cmraT or cofeT
*
c
*
d
*
e : expr = expressions
*
f = some generic function
*
g = some generic function
*
h : heap
*
i
*
j
*
k
*
l
*
m : iGst = ghost state
*
n
*
o
*
p
*
q
*
r : iRes = resources
*
s = state (STSs)
*
s = stuckness bits
*
t
*
u
*
v : val = values of language
*
w
*
x
*
y
*
z
## capital letters
*
A : Type, cmraT or cofeT
*
B : Type, cmraT or cofeT
*
C
*
D
*
E : coPset = Viewshift masks
*
F = a functor
*
G
*
H = hypotheses
*
I = indexing sets
*
J
*
K : ectx = evaluation contexts
*
K = keys of a map
*
L
*
M = maps / global CMRA
*
N : namespace
*
O
*
P : uPred, iProp or Prop
*
Q : uPred, iProp or Prop
*
R : uPred, iProp or Prop
*
S : set state = state sets in STSs
*
T : set token = token sets in STSs
*
U
*
V : abstraction of value type in frame shift assertions
*
W
*
X : sets
*
Y : sets
*
Z : sets
## small greek letters
*
γ : gname
*
σ : state = state of language
*
φ : interpretation of STS/Auth
## capital greek letters
*
Φ : general predicate (over uPred, iProp or Prop)
*
Ψ : general predicate (over uPred, iProp or Prop)
# Naming conventions for algebraic classes in the Coq development
## Suffixes
*
T: canonical structurs (for example ofeT for OFEs, cmraT for cameras)
*
C: OFEs
*
R: cameras
*
UR: unital cameras or resources algebras
*
F: functors (can be combined with all of the above, e.g. CF is an OFE functor)
*
G: global camera functor management
This diff is collapsed.
Click to expand it.
README.md
+
2
−
1
View file @
afb9d627
...
...
@@ -81,7 +81,8 @@ followed by `make build-dep`.
document is
[
available online
](
http://plv.mpi-sws.org/iris/appendix-3.1.pdf
)
.
*
Information on how to set up your editor for unicode input and output is
collected in
[
Editor.md
](
Editor.md
)
.
*
The Iris Proof Mode (IPM) is documented at
[
ProofMode.md
](
ProofMode.md
)
*
The Iris Proof Mode (IPM) is documented at
[
ProofMode.md
](
ProofMode.md
)
.
*
Naming conventions are documented at
[
Naming.md
](
Naming.md
)
.
## Case Studies
...
...
This diff is collapsed.
Click to expand it.
naming.txt
deleted
100644 → 0
+
0
−
79
View file @
26827738
------------------ Naming conventions for variables/arguments/hypotheses in the Coq development ------------------
== small letters ==
a : A : cmraT or cofeT
b : B : cmraT or cofeT
c
d
e : expr = expressions
f : some generic function
g : some generic function
h : heap
i
j
k
l
m : iGst = ghost state
n
o
p
q
r : iRes = resources
s : state (STSs), stuckness bits
t
u
v : val = values of language
w
x
y
z
== capital letters ==
A : Type, cmraT or cofeT
B : Type, cmraT or cofeT
C
D
E : coPset = Viewshift masks
F : a functor
G
H : hypotheses
I : indexing sets
J
K : ectx = evaluation contexts
keys of a map
L
M : maps / global CMRA
N : namespace
O
P : uPred, iProp or Prop
Q : uPred, iProp or Prop
R : uPred, iProp or Prop
S : set state = state sets in STSs
T : set token = token sets in STSs
U
V : abstraction of value type in frame shift assertions
W
X : sets
Y : sets
Z : sets
== small greek letters ==
γ : gname
σ : state = state of language
φ : interpretation of STS/Auth
== capital greek letters ==
Φ : general predicate (over uPred, iProp or Prop)
Ψ : general predicate (over uPred, iProp or Prop)
------------------ Naming conventions for algebraic classes in the Coq development ------------------
== Suffixes ==
T: canonical structurs (for example ofeT for OFEs, cmraT for cameras)
C: OFEs
R: cameras
UR: unital cameras or resources algebras
F: functors (can be combined with all of the above, e.g. CF is an OFE functor)
G: global camera functor management
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment