DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.0%2B28.gcd665c9-1 / snippets / scala-mode / for
12345678
# -*- mode: snippet -*- #Author : Sam Halliday # name: for { x <- xs } yield # key: for # -- for { ${1:x} <- ${2:xs} } yield ${3:x}