Skip to content

Commit

Permalink
Fix typo in name
Browse files Browse the repository at this point in the history
Neutral element in `bigop`.
  • Loading branch information
ju-sh authored Oct 27, 2023
1 parent 27290aa commit 48f272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/chTypeInference.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ \subsection{The generic notation for \C{foldr}}
slightly specific variant of the \C{foldr} iterator, in order to
clearly identify all components. This variant, called \C{bigop},
takes as argument a range \C{(r : seq I)}, a neutral element
\C{(op : R)}, and a binary operation \C{(op : R -> R -> R)}, to be
\C{(idx : R)}, and a binary operation \C{(op : R -> R -> R)}, to be
iterated. Note that the type of the elements in the range are not the
same as the type of the arguments of the iterated operation. Indeed,
\C{bigop} also uses a function \C{(F : I -> R)}, as well as a
Expand Down

0 comments on commit 48f272a

Please sign in to comment.