Skip to content

Commit

Permalink
s/could/would
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvillaisaza committed Apr 17, 2014
1 parent 897904d commit 74965e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constructions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ \section{Initial and Terminal Objects}
absurd :: Void -> a
absurd = absurd
\end{codehaskell}
Note that, in the absence of Convention \ref{con:hask}, we could
Note that, in the absence of Convention \ref{con:hask}, we would
also have:
\begin{codehaskell}
absurd' :: Void -> a
Expand All @@ -134,7 +134,7 @@ \section{Initial and Terminal Objects}
unit :: a -> ()
unit _ = ()
\end{codehaskell}
Without Convention \ref{con:hask}, we could also have:
Without Convention \ref{con:hask}, we would also have:
\begin{codehaskell}
unit' :: a -> ()
unit' _ = undefined
Expand Down

0 comments on commit 74965e6

Please sign in to comment.