Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

What is the s?

The s essentially represents the context, and is like the s of ST.

It’s used to distinguish between closed and open terms:

  • Closed term: forall s. Term s a
  • Arbitrary term: exists s. Term s a
  • NB: (exists s. Term s a) -> b is isomorphic to
  • forall s. Term s a -> b