diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-07-15 16:50:55 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-07-15 16:50:55 -0400 |
commit | 7f32f0ab54aaa4d4f19ae6943ceafd815547d470 (patch) | |
tree | 73aebcfa002bfc332ec3a531fb864869086b390c /doc | |
parent | e4a29fbb4aca90b241ac13c0ea604f8a9cf594f9 (diff) |
Generated pretty-printed HTML for a simple tutorial source file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.ur | 9 |
1 files changed, 9 insertions, 0 deletions
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? *) |