Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a period #153

Merged
merged 1 commit into from
Oct 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a period
  • Loading branch information
EFanZh committed Oct 18, 2018
commit f2f04815c15a12d4d0b91e6cde9ca1e134669c69
2 changes: 1 addition & 1 deletion src/content/1.9/Function Types.tex
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ \section{Universal Construction}
Haskell typeclass constraint --- I'll discuss different ways of naming
it later). This object comes with its own application --- a morphism
from $(a \Rightarrow b) \times a$ to $b$ --- which we will call
$eval$ The object \code{$a \Rightarrow b$} is the best if any other
$eval$. The object \code{$a \Rightarrow b$} is the best if any other
candidate for a function object can be uniquely mapped to it in such a
way that its application morphism $g$ factorizes through
$eval$. This object is better than any other object according to
Expand Down