Skip to content

Commit

Permalink
A tad better text style
Browse files Browse the repository at this point in the history
  • Loading branch information
0xd34df00d committed Oct 20, 2020
1 parent d6018c9 commit f8ab8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/paper.mng
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ and we explicitly prove progress and preservation theorems as a sanity check.
One plausible way to avoid the doubt in type safety of our core language stemming from the presence of the ADTs is to
encode them via the Boehm-Berarducci encoding \cite{Bohm85}.
Unfortunately, this does not work in our case,
as this encoding does not allow expressing the equality between the scrutinee of a pattern match and the patterns in each branch,
and it seemingly cannot be easily extended to enable this.
as this encoding does not allow expressing the equality witness between the scrutinee of a pattern match and the patterns in each branch,
and it seemingly cannot be easily extended to account for this witness.

\paragraph{Subtyping oracle.}
The refinements in our surface language may contain arbitrary terms, including function application.
Expand Down

0 comments on commit f8ab8a4

Please sign in to comment.