comparison doc/intro.ur @ 1495:af0d4d11c5d7

Allow HTML in tutorial comments
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Jul 2011 17:25:09 -0400
parents 9ef6dd0df7a0
children 3010472edf44
comparison
equal deleted inserted replaced
1494:9ef6dd0df7a0 1495:af0d4d11c5d7
1 (* Introduction *) 1 (* Introduction *)
2
3 (* 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>. *)
2 4
3 (* Test evaluation.... *) 5 (* Test evaluation.... *)
4 6
5 fun f [a] (x : a) : a = x 7 fun f [a] (x : a) : a = x
6 8