Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
b6e2991e
Commit
b6e2991e
authored
Jan 31, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change some metachars araound a little
parent
764f5144
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
17 deletions
+7
-17
docs/logic.tex
docs/logic.tex
+0
-15
docs/setup.tex
docs/setup.tex
+7
-2
No files found.
docs/logic.tex
View file @
b6e2991e
% CONVENTION:
% Use \Ra/Lra for the logic and \implies/\iff for the metalogic.
% This short (for now) note lays out a \emph{generic} separation logic which
% manages sharing through invariants and ownership through (partial commutative)
% monoids. The logic is generic in that the actual language it applies to is
% taken as a parameter, giving in particular the atomic (per-thread) reduction
% relation. Over this, we layer concurrency (by giving a semantics to \kw{fork}
% and lifting to thread pools). The generic logic provides numerous logical
% connectives and the semantics of Hoare triples and view shifts, together with a
% large portion of the proof theory---including, in particular, the structural
% rules for Hoare logic. Ultimately, these are proved sound relative to some
% simple assumptions about the language. It should be possible, moreover, to give
% a generic adequacy proof for Hoare triples as applied to the lifted thread-pool
% semantics.
\section
{
Parameters to the logic
}
...
...
docs/setup.tex
View file @
b6e2991e
...
...
@@ -277,7 +277,7 @@
%% LOGIC SYMBOLS & NOTATION & IDENTIFIERS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand
{
\Sig
}{
\
Sigma
}
\newcommand
{
\Sig
}{
\
mathcal
{
S
}
}
\newcommand
{
\SigType
}{
\mathcal
{
T
}}
\newcommand
{
\SigFn
}{
\mathcal
{
F
}}
\newcommand
{
\sigfn
}{
F
}
...
...
@@ -292,7 +292,7 @@
\newcommand
{
\termB
}{
u
}
\newcommand
{
\termVal
}{
V
}
\newcommand
{
\sort
}{
\
s
igma
}
\newcommand
{
\sort
}{
\
S
igma
}
\newcommand
{
\vctx
}{
\Gamma
}
\newcommand
{
\pfctx
}{
\Theta
}
...
...
@@ -463,3 +463,8 @@
\newcommand
{
\AuthInv
}{
\textsf
{
AuthInv
}}
\newcommand
{
\Auth
}{
\textsf
{
Auth
}}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "iris"
%%% End:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment