DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 0~git20161123-1 / scala-mode / for
12345678
# -*- mode: snippet -*- #Author : Sam Halliday #name : for { x <- xs } yield #key: for # -- for { ${1:x} <- ${2:xs} } yield ${3:x}