Skip to content

Instantly share code, notes, and snippets.

@xekoukou
Created November 7, 2019 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xekoukou/b84e9dd89df2dcd97da73b380dbf34c6 to your computer and use it in GitHub Desktop.
Save xekoukou/b84e9dd89df2dcd97da73b380dbf34c6 to your computer and use it in GitHub Desktop.
open import Data.Unit
postulate
World : Set
HVet : Set₁
HVet = World → Set
variable
HQ : HVet
a : ∀ w → HQ w → ⊤
a = {!!}
b : ∀ w → HQ w → ⊤
b w = a w
c : ∀ w → HQ w → ⊤
c = a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment