#Author : Anders Bach Nielsen <andersbach.nielsen@epfl.ch>
#name : trait T1 with T2 { .. }
# --
trait ${1:name} with ${2:trait} {
  $0
}