Directions: For each pairs of Examples below, decide whether the two examples
have the same contract. If they do, fill in the contract in the space
provided. If not, write a few words explaining why.
no match (the range types are different)
; mystery : number number -> number
no match (the domain types are different)
no match (the domain types are in different orders)
no match (the domains have different numbers of arguments)
; mystery : string string -> image
; mystery : image number -> image