From 6b95a7ff2513d4d9b1e69ee04a261c680a27952a Mon Sep 17 00:00:00 2001 From: Dmitry Petukhov Date: Tue, 3 Nov 2020 15:57:31 +0500 Subject: [PATCH] Fix mistypes: nsat -> dsat --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9cf8fcd..91977b0 100644 --- a/index.html +++ b/index.html @@ -485,7 +485,7 @@

Basic satisfactions

c:Xdsat(X)sat(X) d:X0sat(X) 1 v:X-sat(X) -j:X0; [nsat(X) (if nonzero top stack)]sat(X) +j:X0; [dsat(X) (if nonzero top stack)]sat(X) n:Xdsat(X)sat(X) @@ -500,7 +500,7 @@

Basic satisfactions

A conservative simplification is made here, ignoring the existence of always-true expressions like 1. This makes the typing rules incorrect in the following cases: