Created
June 22, 2020 14:06
-
-
Save zraffer/0148419db461e9971ccbb0fe96852c15 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Id0 : (0 A : Type) -> Type | |
Id0 a = () -> a | |
Id1 : (1 A : Type) -> Type | |
Id1 a = a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment