⚠ 您正在浏览 Cubical 库。 返回 Bedrock
Bedrock
English · 中文
菜单
模块
  • Example.Doubling
  • Example.Naturals
  • HelloWorld
{-# OPTIONS --erased-cubical --safe --no-sized-types --no-guardedness #-}

module Agda.Builtin.Cubical.Path where

  open import Agda.Primitive.Cubical using (PathP) public


  infix 4 _≡_

  -- We have a variable name in `(λ i → A)` as a hint for case
  -- splitting.
  _≡_ : ∀ {ℓ} {A : Set ℓ} → A → A → Set ℓ
  _≡_ {A = A} = PathP (λ i → A)

  {-# BUILTIN PATH         _≡_     #-}
使用改编自 1lab 的生成器渲染 (AGPL-3.0)。
© 2026 choukh ([email protected]) · 内容以 CC BY-NC-SA 4.0 许可 · 源码