Skip to content

Commit

Permalink
Removed unused definition of <**>
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Mar 2, 2019
1 parent 5e70b5e commit 1813eb1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions paper/2-selective.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ \section{Selective functors}\label{sec-selective}
\end{minted}
\vspace{0.5mm}
\begin{minted}[fontsize=\small]{haskell}
-- A variant of (<*>) with the arguments reversed
(<**>) :: Applicative f => f a -> f (a -> b) -> f b
\end{minted}
\vspace{0.5mm}
\begin{minted}[fontsize=\small]{haskell}
-- A variant of (<*>) that discards the value of the first argument
(*>) :: Applicative f => f a -> f b -> f b
\end{minted}
Expand Down Expand Up @@ -60,6 +55,12 @@ \section{Selective functors}\label{sec-selective}
\vspace{-2mm}
\end{figure}

% \begin{minted}[fontsize=\small]{haskell}
% -- A variant of (<*>) with the arguments reversed
% (<**>) :: Applicative f => f a -> f (a -> b) -> f b
% \end{minted}
% \vspace{0.5mm}

In this section we introduce selective applicative functors, which we will
subsequently refer to as simply \emph{selective functors}, for brevity. We start
by defining the new abstraction, and then use it in~\S\ref{sec-combinators} to
Expand Down

0 comments on commit 1813eb1

Please sign in to comment.