Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/scala-mode/act.arg
990 views
#Author : Jonas Bonèr <[email protected]>
#name : def act(arg: T) = { ..}
# --
def act(${1:arg}: ${2:type}) = {
  loop {
    react {
      $0
    }
  }
}