Advertisement
qwertypoops

Untitled

Aug 29th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.15 KB | None | 0 0
  1. type Action[R] = (String, String) => R
  2.  
  3. type ActionStringified[R] = Action[R] => Action[String]
  4.  
  5. val intActionStringified: ActionStringified[Int] = ???
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement