From bc260cdfa7b309820594b7caf14f62be8343358e Mon Sep 17 00:00:00 2001 From: Ohad Kammar Date: Sun, 7 Aug 2022 19:08:32 +0100 Subject: Switch to HTML only --- doc/Tutorial.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/Tutorial.html') diff --git a/doc/Tutorial.html b/doc/Tutorial.html index 5aacc5f..ae77959 100644 --- a/doc/Tutorial.html +++ b/doc/Tutorial.html @@ -34,6 +34,15 @@ background-color: whitesmoke; } -

Tutorial: setoids

-

A setoid is a type equipped with an equivalence relation

-

Example1 : Nat
Example1 = 0

+

Tutorial: Setoids

+

A setoid is a type equipped with an equivalence relation. Setoids come up when you need types with a better behaved equality relation, or when you want the equality relation to carry additional information. After completing this tutorial you will:

+
    +
  1. Know the user interface to the setoid package.
  2. +
  3. Know two different applications in which it can be used:
  4. +
+ +

Basic interface

+


-- cgit v1.2.3