Skip to content

Commit

Permalink
fix latex
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Dec 11, 2022
1 parent 707ff04 commit 57cb4ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified specification/specification.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion specification/specification.tex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ \subsubsection{Polymorphic Effects}
let map f list = match list
[] -> []
(x:xs) -> let! y = f x in y : (map f xs)
\end {verbatim}
\end{verbatim}

\subsubsection{Monad Comprehension}
\begin{verbatim}
Expand Down

0 comments on commit 57cb4ac

Please sign in to comment.