<div dir="ltr"><div>If you want the "LogTree2" typeclass to have multiple type arguments (which it looks like you do, from the definition of "evaluator"), you need to define it as </div><div><br></div><div><span style="font-family:Menlo;font-size:13px">class (Show a, Num a) => LogTree2 a t where</span><br></div><div><span style="font-family:Menlo;font-size:13px"><br></span></div><div>--Will<span style="font-family:Menlo;font-size:13px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 29, 2015 at 6:45 PM, David Banas <span dir="ltr"><<a href="mailto:capn.freako@gmail.com" target="_blank">capn.freako@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi all,<div><br></div><div>I can’t figure out why this is invalid:</div><div><br></div><div><div><font face="Menlo">class (Show a, Num a) => LogTree2 a where</font></div><div><span style="font-family:Menlo">    evaluator :: (LogTree2 a) t => t -> SizedVector a -> SizedVector a</span></div><div><font face="Menlo"><br></font></div></div><div><font face="Menlo">error| ‘LogTree2’ is applied to too many type arguments In the type ‘(LogTree2 a) t => t -> SizedVector a -> SizedVector a’ In the class declaration for ‘LogTree2’</font></div><div><br></div><div>Can anyone help me understand?</div><div><br></div><div>Thanks,</div><div>-db</div><div><br></div></div><br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>