From 7f32f0ab54aaa4d4f19ae6943ceafd815547d470 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Fri, 15 Jul 2011 16:50:55 -0400 Subject: Generated pretty-printed HTML for a simple tutorial source file --- doc/intro.ur | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/intro.ur (limited to 'doc/intro.ur') diff --git a/doc/intro.ur b/doc/intro.ur new file mode 100644 index 00000000..00761ad1 --- /dev/null +++ b/doc/intro.ur @@ -0,0 +1,9 @@ +(* Test evaluation.... *) + +fun f [a] (x : a) : a = x + +(* begin eval *) +f 6 +(* end *) + +(* Did it work? *) -- cgit v1.2.3