ports/devel/ml-doc/files/patch-tools-html-gen-do_spec.sml
Edwin Groothuis 32961afd4f New port: devel/ml-doc
ML-Doc is a system for documenting the interfaces of SML
	libraries. It can produce both HTML and LaTeX output.

	http://people.cs.uchicago.edu/~jhr/tools/ml-doc.html

PR:		ports/115932:
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2007-09-07 12:01:00 +00:00

11 lines
417 B
Standard ML

--- tools/html-gen/do-spec.sml.orig Sun Aug 5 20:42:32 2007
+++ tools/html-gen/do-spec.sml Sun Aug 5 20:43:41 2007
@@ -82,7 +82,7 @@
of (body, NONE) => HTML.CODE(T.codeToHTML ctx body)
| (body, SOME result) => HTML.TextList[
HTML.CODE(T.codeToHTML ctx body),
- HTML.EM(HTML.PCDATA "evaluates to"),
+ HTML.EM(HTML.PCDATA " evaluates to "),
HTML.CODE result
]
(* end case *)