Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Giuseppe Castagna
occurrence-typing
Commits
819cb296
Commit
819cb296
authored
Feb 28, 2020
by
Kim Nguyễn
Browse files
Remove a footnote in algorithm that is not really needed.
parent
146d51c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
algorithm.tex
View file @
819cb296
...
...
@@ -9,12 +9,17 @@ types for the same well-typed expression and $(ii)$~how to compute the
auxiliary deduction system for paths.
$
(
i
)
$
. Multiple types have two distinct origins each requiring a distinct
technical solution. The first origin is the presence of structural
rules
\footnote
{
\label
{
fo:rules
}
In logic, logical rules refer to a
technical solution. The first origin is the presence of
%structural
rules
\iffalse
\footnote
{
\label
{
fo:rules
}
In logic, logical rules refer to a
particular connective (here, a type constructor, that is, either
$
\to
$
, or
$
\times
$
, or
$
b
$
), while identity rules (e.g., axioms and
cuts) and structural rules (e.g., weakening and contraction) do
not.
}
such as
\Rule
{
Subs
}
and
\Rule
{
Inter
}
. We handle this presence
not.
}
\fi
such as
\Rule
{
Subs
}
and
\Rule
{
Inter
}
. We handle this presence
in the classic way: we define an algorithmic system that tracks the
miminum type of an expression; this system is obtained from the
original system by removing the two structural rules and by
...
...
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