Files
sydnix/modules/home/users/crumb/emacs/snippets/agda2-mode/__cubical
T

19 lines
414 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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