Advertisement
wiley_pastebin

CS6 W1 L2 Introduction to Haskell - Functions 1

Dec 13th, 2019
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     addsix :: Integer -> Integer
  2.     addsix x = x + 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement