Advertisement
Guest User

Untitled

a guest
Jan 14th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. def compose[A, B, C](g: B => C, f: A => B): A => C = g.compose(f)
  2.  
  3. This method must return a function h, which is the composition of the functions f and g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement