diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 19:08:32 +0100 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 19:08:32 +0100 |
commit | bc260cdfa7b309820594b7caf14f62be8343358e (patch) | |
tree | 70f974b3a94c5ec086224b82187d89e45ba90dd9 /doc/Tutorial.md | |
parent | 9907fff3139395846490c54fd9f04eb46df4b811 (diff) |
Switch to HTML only
Diffstat (limited to 'doc/Tutorial.md')
-rw-r--r-- | doc/Tutorial.md | 46 |
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> <span class="IdrisKeyword">:</span> <span class="IdrisType">Nat</span><br /> -<span class="IdrisFunction">Example1</span> <span class="IdrisKeyword">=</span> <span class="IdrisData">0</span><br /> -</code> - |