<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div><font face="Calibri,sans-serif">The actual code I have working is:</font></div>
<div><span style="color: rgb(31, 73, 125); font-family: Calibri; font-size: 15px;"><br>
</span></div>
<div>
<p style="margin: 0px; font-size: 14px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
let estimates = [5,5,8,8,2,1,5,2]</p>
</div>
<div>
<p style="margin: 0px; font-size: 14px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">
(/) <$> (Just $ foldl (+) 0 estimates) <*> ((Just . fromIntegral) (length estimates))</p>
</div>
<div><span style="color: rgb(31, 73, 125); font-family: Calibri; font-size: 15px;"> </span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
What I want to do is get rid of all the parentheses except (/)</div>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Is it possible?</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Thanks,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
wes</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<span id="OLK_SRC_BODY_SECTION" style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Beginners <<a href="mailto:beginners-bounces@haskell.org">beginners-bounces@haskell.org</a>> on behalf of "Williams, Wes(AWF)" <<a href="mailto:wewilliams@paypal.com">wewilliams@paypal.com</a>><br>
<span style="font-weight:bold">Reply-To: </span>The Haskell-Beginners Mailing List - Discussion of primarily beginner-level topics related to Haskell <<a href="mailto:beginners@haskell.org">beginners@haskell.org</a>><br>
<span style="font-weight:bold">Date: </span>Friday, August 28, 2015 at 11:31 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:beginners@haskell.org">beginners@haskell.org</a>" <<a href="mailto:beginners@haskell.org">beginners@haskell.org</a>><br>
<span style="font-weight:bold">Subject: </span>[Haskell-beginners] applicative style<br>
</div>
<div><br>
</div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>
<div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Awesome, I clearly am off on my understanding.</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div><font face="Calibri,sans-serif">How could I do this: "</font><span style="background-color: rgb(255, 255, 255);"><font face="Calibri,sans-serif"><span style="white-space: pre-wrap;">foldl (+) 0 estimates <+> (Just . fromIntegral) (length estimates)” without
 the parenthesis?</span></font></span></div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Thanks,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Wes</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
</div>
</div>
</div>
</div>
</span>
</body>
</html>