view doc/intro.ur @ 1493:9cb923efea4d

Generated pretty-printed HTML for a simple tutorial source file
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Jul 2011 16:50:55 -0400
parents
children 9ef6dd0df7a0
line wrap: on
line source
(* Test evaluation.... *)

fun f [a] (x : a) : a = x

(* begin eval *)
f 6
(* end *)

(* Did it work? *)