view doc/intro.ur @ 1496:3010472edf44

Tutorial section headings
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Jul 2011 17:31:57 -0400
parents af0d4d11c5d7
children 0b639858200b
line wrap: on
line source
(* Introduction *)

(* 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.... *)

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

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

(** Section *)

val y = 9