aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/intro.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-07-15 17:31:57 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-07-15 17:31:57 -0400
commitb36a8def513d0fdd96fce220cf1f14409853c7b5 (patch)
tree9e916c08f89e01ce4d2dfb17dea9ddc2e730b649 /doc/intro.ur
parent76a1338e6d9b75a03c7741f2c0df827043c97b34 (diff)
Tutorial section headings
Diffstat (limited to 'doc/intro.ur')
-rw-r--r--doc/intro.ur6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/intro.ur b/doc/intro.ur
index 2a571068..1bdc6de1 100644
--- a/doc/intro.ur
+++ b/doc/intro.ur
@@ -1,6 +1,6 @@
(* Introduction *)
-(* This work is licensed under a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License</a>. *)
+(* This tutorial is licensed under a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License</a>. *)
(* Test evaluation.... *)
@@ -10,4 +10,6 @@ fun f [a] (x : a) : a = x
f 6
(* end *)
-(* Did it work? *)
+(** Section *)
+
+val y = 9