Skip to content

Commit

Permalink
s/an usual/a usual
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvillaisaza committed Apr 22, 2014
1 parent 5115208 commit 539877d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acknowledgements.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ \chapter{Acknowledgements}

Pending.

%% I'm very grateful to my supervisor, Andrés Sicard-Ramírez, especially
%% I'm very grateful to my supervisor, Andrés Sicard Ramírez, especially
%% for introducing me to category theory and functional programming, to
%% my parents, Ana María Isaza Builes and Carlos Fernando Villa Gómez,
%% and to my boyfriend and proofreader, Nicolás Arbeláez Estrada. Thank
Expand Down
2 changes: 1 addition & 1 deletion algebras.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ \chapter{Algebras and Initial Algebras}
This idea generalizes to algebraic data types in the sense that one
such type is the initial algebra over an endofunctor and that this
fact uniquely determines a function that encapsulates common patterns
recursion concerning that type.
of recursion concerning that type.

\section{Algebras and Initial Algebras}
\label{sec:algebras}
Expand Down
2 changes: 1 addition & 1 deletion functors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ \section{Functors in Haskell}

%% \parencites[149]{lipovaca-2011}[21]{yorgey-2009}

In a similar way, the coproduct functor is an usual example of
In a similar way, the coproduct functor is a usual example of
functors in Haskell. Its type constructor is \texthaskell{Either a}
(see Example \ref{ex:functor-coproduct-haskell}), and its
\texthaskell{fmap} function is uniquely defined as follows:
Expand Down

0 comments on commit 539877d

Please sign in to comment.