# -*- mode: snippet -*-
# name: Function with no parameters
# key: fun0
# --
fun $1($2): $3 {
    $0
}