Bedrock
English · 中文
Modules
  • Example.Doubling
  • Example.Naturals
  • HelloWorld

Hello, World

Bedrock's minimal literate module: reflexivity gives a path from any point to itself, checked by the same toolchain this site is built with.

{-# OPTIONS --cubical --safe --guardedness #-}
module HelloWorld where

open import Cubical.Foundations.Prelude

hello : {ℓ : Level} {A : Type ℓ} (x : A) → x ≡ x
hello x = refl
Rendered with a generator adapted from the 1lab (AGPL-3.0). · Source
© 2026 choukh (choukyuhei@gmail.com) · content licensed CC BY-NC-SA 4.0