# -*- mode: snippet -*-
|
|
# key: Def
|
|
# group: definitions
|
|
# name: Definition
|
|
# --
|
|
Definition $1 ($2 : $3) : $4 :=
|
|
$0.
|