feat(emacs): Path induction snippet

This commit is contained in:
2025-11-23 07:30:27 -07:00
parent fb571b3960
commit 331233b178

View File

@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: J D d where
# key: J
# expand-env: ((yas-indent-line 'fixed))
# --
J D d where
D : (y : ?) → ? ≡ ? → Type ?
D y p = ?
d : D ? refl
d = ?