diff --git a/thesis.tex b/thesis.tex index 39a2045..a4962ec 100644 --- a/thesis.tex +++ b/thesis.tex @@ -8120,7 +8120,7 @@ fork operation invocation site and the scheduler handler needs to be manually reinstalled when the computation argument is run. Nevertheless, this is the approach to concurrency that \citet{DolanWSYM15} have adopted for Multicore -OCaml~\citet{DolanWSYM15}. +OCaml~\cite{DolanWSYM15}. % In my MSc(R) dissertation I used a similar approach to implement a cooperative version of the actor concurrency model of Links with