feat(emacs): agda __cubical file template
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user