Advertisement
tinyevil

Untitled

Aug 6th, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. instance Float[Ts:...Types] {Ts...} where Float Ts... {
  2. function sin ( x:{Ts...} ) : {Ts...} {
  3. return { sin(x)... };
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement