Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. module _ (t : Test) where
  3.   open Test t
  4.   testFn : (a ≡ b)
  5.   testFn  = {!!}
  6.  
  7.  
  8. test2 : (c d : Nat)(c ≡ d)
  9. test2 c d = testFn (record {a = c; b = d })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement