Changeset 185 for docs/trunk/hacking-guide
- Timestamp:
- Jan 24, 2008, 6:04:58 PM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Moved some syntax highlighting that was accidentally on the wrong word
- File:
-
- 1 edited
- docs/trunk/hacking-guide/tock-intro.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/hacking-guide/tock-intro.tex
r184 r185 363 363 be moved to the top-level later if necessary. 364 364 \item Try to provide type signatures for every function (i.e. anything of kind \lstinline|* -> *|) in a 365 \lstinline|where| clause. Providing types for values in (削除) where \lstinline|clauses| (削除ここまで)is also never a bad thing.365 \lstinline|where| clause. Providing types for values in (追記) \lstinline|where| clauses (追記ここまで) is also never a bad thing. 366 366 \item Favour map, zip, etc over list comprehensions; it is usually neater. 367 367 \item Try not to leave warnings in the code. We have compiler options turned on to generate various warnings.
Note:
See TracChangeset
for help on using the changeset viewer.