Changeset 178 for docs/trunk/hacking-guide
- Timestamp:
- Jan 23, 2008, 1:24:46 AM (18 years ago)
- Author:
- neil.c.c.brown
- Message:
-
Fixed up various small issues with the LaTeX formatting
- File:
-
- 1 edited
- docs/trunk/hacking-guide/tock-intro.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/trunk/hacking-guide/tock-intro.tex
r177 r178 144 144 action that will yield the mapped elements. 145 145 146 So in our case, \lstinline|mapM typeOfVariable| will have type \lstinline|[A.Variable] -> PassM [A.Type] (削除) (削除ここまで).146 So in our case, \lstinline|mapM typeOfVariable| will have type \lstinline|[A.Variable] -> PassM [A.Type](追記) | (追記ここまで). 147 147 The argument is then \lstinline|vs|. The notation \lstinline|ts <-| means that the value yielded 148 148 by the monadic action is labelled as \lstinline|ts|. You may think of it as the monadic version of the … … 293 293 whether this code should provoke an error from the compiler (at least, everything before the final 294 294 code-generation step). 295 (追記) \end{enumerate} (追記ここまで) 295 296 296 297 \subsection{HUnit} … … 397 398 398 399 Haddock is a documentation system for Haskell akin to Javadoc, Doxygen, etc. Starting to use it is very 399 simple; instead of writing \lstinline|-- Some comment| before a function, write \lstinline (削除) #-- | Some comment# (削除ここまで)400 simple; instead of writing \lstinline|-- Some comment| before a function, write \lstinline(追記) $-- | Some comment$ (追記ここまで) 400 401 instead. Note the space between the dashes and the pipe (it is required). See the Haddock documentation 401 402 for other markup.
Note:
See TracChangeset
for help on using the changeset viewer.