Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sgdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gradual-typing
sgdt
Commits
dae6e202
Commit
dae6e202
authored
1 year ago
by
Eric Giovannini
Browse files
Options
Downloads
Patches
Plain Diff
changes to technical background
parent
2d17295b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
paper-new/technical-background.tex
+6
-3
6 additions, 3 deletions
paper-new/technical-background.tex
with
6 additions
and
3 deletions
paper-new/technical-background.tex
+
6
−
3
View file @
dae6e202
...
...
@@ -85,7 +85,7 @@
% Synthetic guarded domain theory allows the resulting logical relation to look almost
% identical to a typical, non-step-indexed logical relation.
\subsection
{
Synthetic Guarded Domain Theory
}
\subsection
{
Synthetic Guarded Domain Theory
}
\label
{
sec:sgdt
}
One way to avoid the tedious reasoning associated with step-indexing is to work
axiomatically inside of a logical system that can reason about non-well-founded recursive
constructions while abstracting away the specific details of step-indexing required
...
...
@@ -126,6 +126,8 @@ If we only ever had one clock, then we would not need to bother defining this no
However, the notion of
\emph
{
clock quantification
}
is crucial for encoding coinductive types using guarded
recursion, an idea first introduced by Atkey and McBride
\cite
{
atkey-mcbride2013
}
.
Most of the developments in this paper will take place in the context of a single clock
$
k
$
,
but in Section
\ref
{
TODO
}
, we will need to make use of clock quantification.
% Clocked Cubical Type Theory
\subsubsection
{
Ticked Cubical Type Theory
}
...
...
@@ -149,8 +151,9 @@ a term $M[t'] : A[t'/t]$. We will also write tick application as $M_t$.
Conversely, if in a context
$
\Gamma
, t :
\tick\,
k
$
we have that
$
M
$
has type
$
A
$
,
then in context
$
\Gamma
$
we have
$
\lambda
t.M
$
has type
$
\later
A
$
.
% TODO dependent version?
The statements in this paper have been formalized in a variant of Agda called
Guarded Cubical Agda
\cite
{
veltri-vezzosi2020
}
, an implementation of Clocked Cubical Type Theory.
% TODO mention Agda implementation of Clocked Cubical Type Theory?
%The statements in this paper have been formalized in a variant of Agda called
%Guarded Cubical Agda \cite{veltri-vezzosi2020}, an implementation of Clocked Cubical Type Theory.
% TODO axioms (clock irrelevance, tick irrelevance)?
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