aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/intro.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-07-15 17:25:09 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-07-15 17:25:09 -0400
commit76a1338e6d9b75a03c7741f2c0df827043c97b34 (patch)
tree7e42609843840dee056822c9068c7b5758196e1f /doc/intro.ur
parent486c4f75cb34e0c9aa4069fda1595c722da38d07 (diff)
Allow HTML in tutorial comments
Diffstat (limited to 'doc/intro.ur')
-rw-r--r--doc/intro.ur2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/intro.ur b/doc/intro.ur
index 9f0780f2..2a571068 100644
--- a/doc/intro.ur
+++ b/doc/intro.ur
@@ -1,5 +1,7 @@
(* 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>. *)
+
(* Test evaluation.... *)
fun f [a] (x : a) : a = x