Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. module Main
  2.  
  3. data Foo = FInt Int
  4. | FFN (Foo -> Foo)
  5.  
  6. total
  7. bar : Foo
  8. bar = FFN (\x => x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement