You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
216 B

# Exercises: Will They Work?
1. This will work. It will return `5 :: Int`
2. This will also work. It will return `LT`
3. This won't work as the arguments are different types.
4. This will work and will return `False`