Exercise: Matching Contracts and Examples

Directions: Match each Example on the left with the Contract on the right. NOTE: Multiple examples may match to the same contract!
  •  

    ; match : image -> image

  •  

    ; match : number string -> number

  •  

    ; match : number image -> image

  •  

    ; match : number -> image

  •  

    ; match : image number -> number

  •  

    ; match : image number -> image

  •  

  •  

  •