orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

some problems with User Guide v0.9.8 #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. All of the code snippets are in italics (as opposed to just comments and
variable names). This shouldn't be the case, and it looks bad in several
places.

2. The Notation section on the standard library talks about subtyping
constraints, which are no longer used anywhere.

Original issue reported on code.google.com by adrianqu...@gmail.com on 7 May 2009 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by adrianqu...@gmail.com on 8 May 2009 at 4:00

GoogleCodeExporter commented 9 years ago
1. Code snippets appear to be rendered correctly now. Wherever italicization 
occurs in snippets, it appears to be 
consistent with the italicization in full program listings.

2. I have rewritten the Notation section (now B.2 Types and Notation) to be 
consistent with the new 
documentation for the type checker in Chapter 4, resolving this issue.

Original comment by dkitc...@gmail.com on 13 Aug 2009 at 1:13

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 3 Mar 2010 at 10:47