feat(emacs): agda __cubical file template

This commit is contained in:
2025-11-11 00:40:32 -07:00
parent 435d68d129
commit e1363f60ab

View File

@@ -0,0 +1,19 @@
# -*- mode: snippet -*-
# name: __cubical
# key: __cubical
# --
{-# OPTIONS --safe --guardedness --cubical --without-K #-}
module ${1:Module} where
open import Cubical.Foundations.Prelude
-- open import Cubical.Data.Sigma
-- open import Cubical.HITs.PropositionalTruncation
-- open import Cubical.Foundations.Function
-- open import Cubical.Foundations.Function
private variable
' '' : Level
$2