<p>Hello Marcus,</p><p>what does <strong><u>join (*)</u></strong> do?</p><p> </p><p>(*) :: Num a => a -> a -> a</p><p>join (*) :: Num a => a -> a</p><p><br></p><p>when we feed a number to join (*),for instance;</p><p> ¦Ë> : join (*) 3 </p><p> 9</p><p>it seems thata <strong><u>join (*)</u></strong> become a square function.</p><p>what does <u><strong>join</strong> </u>do to  <strong><u>(*)</u></strong> to make that happen?</p><div></div>