Guest User

Untitled

a guest
Oct 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for {
  2. ns <- getNode(s); //get source
  3. nt <- getNode(t); //get target
  4. l <- link(ns, nt); //link them
  5. } yield l //yield the link
Add Comment
Please, Sign In to add comment