Skip to content

Instantly share code, notes, and snippets.

@zraffer
Created June 22, 2020 14:06
Show Gist options
  • Save zraffer/0148419db461e9971ccbb0fe96852c15 to your computer and use it in GitHub Desktop.
Save zraffer/0148419db461e9971ccbb0fe96852c15 to your computer and use it in GitHub Desktop.
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