comparison doc/intro.ur @ 1494:9ef6dd0df7a0

Beautified tutorial HTML
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Jul 2011 17:16:39 -0400
parents 9cb923efea4d
children af0d4d11c5d7
comparison
equal deleted inserted replaced
1493:9cb923efea4d 1494:9ef6dd0df7a0
1 (* Introduction *)
2
1 (* Test evaluation.... *) 3 (* Test evaluation.... *)
2 4
3 fun f [a] (x : a) : a = x 5 fun f [a] (x : a) : a = x
4 6
5 (* begin eval *) 7 (* begin eval *)