2017-09-18

We discussed problem 7 from the homework. You should finish it based on the discussion.

Mentioned from Chapter 5: type to make short ways to say types. Examples:

    type Pt = (Int,Int)
    type Ship = [Pt]
    type Shots = [Pt]

We wrote the function is_sunk for battleship.

Functions we discussed:

All of these functions have counterparts for logical or; they are: ||, or, any.