Skip to content

Commit

Permalink
add some typesetting
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzhang committed Dec 29, 2011
1 parent 1c71e67 commit a36214b
Show file tree
Hide file tree
Showing 24 changed files with 2,390 additions and 446 deletions.
1 change: 1 addition & 0 deletions .#suthesis-example.tex
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ _region_*
*.aux
*.div
*.log
*.out
*.out
4 changes: 2 additions & 2 deletions books/caltech_ocaml.tex
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ \subsection{caltech ocaml book}
template shows how to build an object
\item polymorphic class

\begin{inverseverbatim}
\begin{alternate}
class ['a] cell(x:'a) = object
method get = x
end ;;
class ['a] cell : 'a -> object method get : 'a end
\end{inverseverbatim}
\end{alternate}


\end{itemize}
Expand Down
Loading

0 comments on commit a36214b

Please sign in to comment.