Created
September 2, 2022 04:40
-
-
Save bond15/8693422165ab3ff2723a6979254b354e to your computer and use it in GitHub Desktop.
S1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data S₁ : Set where | |
base : S₁ | |
loop : base ≡ base | |
_ : S₁ | |
_ = base | |
_ : S₁ | |
_ = loop i0 | |
_ : S₁ | |
_ = loop i1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment