Advertisement
Guest User

Untitled

a guest
Jan 4th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Vocabulary : Set₁
  2. Vocabulary = String → Set
  3.  
  4. LV : Set
  5. LV = String
  6.  
  7. record SimpleInterpretation (V : Vocabulary ) : Set where
  8. field
  9. IR : Set
  10. IS : V → IR
  11. IEXT : IR → IR × (IR ⊹ LV)
  12.  
  13. Error:
  14. (String → Set) !=< Set of type Set₁
  15. when checking that the expression V has type Set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement