summaryrefslogtreecommitdiff
path: root/doc/Tutorial.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Tutorial.md')
-rw-r--r--doc/Tutorial.md46
1 files changed, 0 insertions, 46 deletions
diff --git a/doc/Tutorial.md b/doc/Tutorial.md
deleted file mode 100644
index 8d9d9ff..0000000
--- a/doc/Tutorial.md
+++ /dev/null
@@ -1,46 +0,0 @@
-<style>
-.IdrisData {
- color: darkred
-}
-.IdrisType {
- color: blue
-}
-.IdrisBound {
- color: black
-}
-.IdrisFunction {
- color: darkgreen
-}
-.IdrisKeyword {
- font-weight: bold;
-}
-.IdrisComment {
- color: #b22222
-}
-.IdrisNamespace {
- font-style: italic;
- color: black
-}
-.IdrisPostulate {
- font-weight: bold;
- color: red
-}
-.IdrisModule {
- font-style: italic;
- color: black
-}
-.IdrisCode {
- display: block;
- background-color: whitesmoke;
-}
-</style>
-# Tutorial: setoids
-A _setoid_ is a type equipped with an equivalence relation
-
-
-
-<code class="IdrisCode">
-<span class="IdrisFunction">Example1</span>&nbsp;<span class="IdrisKeyword">:</span>&nbsp;<span class="IdrisType">Nat</span><br />
-<span class="IdrisFunction">Example1</span>&nbsp;<span class="IdrisKeyword">=</span>&nbsp;<span class="IdrisData">0</span><br />
-</code>
-