Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongbo-bb committed May 18, 2012
1 parent ed34904 commit 84bc033
Show file tree
Hide file tree
Showing 77 changed files with 8,751 additions and 783 deletions.
5 changes: 5 additions & 0 deletions .directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Dolphin]
Sorting=6
Timestamp=2012,5,8,13,26,51
Version=2
ViewMode=2
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
all:
pdflatex -shell-escape master.tex
pdflatex -shell-escape master.tex
chmod 755 master.pdf
rm -f ~/pub/temp.pdf
cp ./master.pdf ~/pub/temp.pdf
chmod 755 ~/pub/temp.pdf
# open master.pdf
mac:
pdflatex -shell-escape master.tex
pdflatex -shell-escape master.tex
open master.pdf
clean:
rm -rf *~ *.log auto/* _* *.lot *.lof *.toc *.out *.bak *.html
rm -rf *~ *.log auto/* _* *.lot *.lof *.toc *.out *.bak *.html *.aux
5 changes: 5 additions & 0 deletions bugs/reload.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ \section{Reload duplicate modules }

Polymorphic comparisons

Evaluation order is undefined for tuples

Evaluation order is undefined for records
Evaluation order is undefined for lists
Evaluation order is undefined for application
\todo{polymorphic comparison}
\href{https://ocaml.janestreet.com/?q=node/33}{jane}
Loading

0 comments on commit 84bc033

Please sign in to comment.