diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-07-15 17:16:39 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-07-15 17:16:39 -0400 |
commit | 65305ca78524fe1be150ef542a45c20dd3ca6496 (patch) | |
tree | 56b6081420f2a8d7e039a1d7f79a1a4cad9e3637 /doc | |
parent | 616b789660848e04656f52498d726e97fda431bd (diff) |
Beautified tutorial HTML
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.ur | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/intro.ur b/doc/intro.ur index 00761ad1..9f0780f2 100644 --- a/doc/intro.ur +++ b/doc/intro.ur @@ -1,3 +1,5 @@ +(* Introduction *) + (* Test evaluation.... *) fun f [a] (x : a) : a = x |