Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. val inline my_func :
  2. x: ^a * y: ^b -> ^c
  3. when ( ^a or ^b) : (static member ( + ) : ^a * ^b -> ^c)
  4.  
  5. let inline my_func (x,y) = x + y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement