diff options
Diffstat (limited to 'doc/intro.ur')
-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? *) |