Guest User

Untitled

a guest
Jan 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function :: Int -> Int -> Int
  2. function =
  3. case 5 -> 1
  4.  
  5. parse error (possibly incorrect indentation or mismatched brackets)
  6. Failed, modules loaded: none.
  7.  
  8. function :: Int -> Int -> Int
  9. function = case 5 -> 1
  10. parse error on input ‘case’
  11. Failed, modules loaded: none.
Add Comment
Please, Sign In to add comment