Skip to content

Commit

Permalink
Remove the now-duplicated bullet on implementability
Browse files Browse the repository at this point in the history
And it's not a metatheoretical property anyway.
  • Loading branch information
0xd34df00d committed Nov 10, 2020
1 parent e980397 commit 94401e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tex/paper.mng
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ This translation to a core dependently typed language provides several nice meta
We deem this a desirable property as it reduces the trusted code base size,
since type checkers are typically simpler and have smaller ``error surface'' than SMT solvers,
and, moreover, the core type checker has to be trusted anyway.
\item This approach transfers naturally to a fully dependently typed language such as Idris or Agda.
For instance, an implementation might choose to reserve certain syntax (such as \verb+{ v : Ty | Predicate v }+)
or a keyword to restrict type checking of a binding to the type theory with decidable proof finding.
\end{itemize}

Since verification of programs for safer software is the ultimate goal of all these type systems,
Expand Down

0 comments on commit 94401e5

Please sign in to comment.