Exercise:   Creating Contracts From Examples

Exercise: Creating Contracts From Examples

Directions: For each of the following collections of Examples, write the contract for the function above the examples.
  1. ; big-triangle : number string -> image 
  2. ; purple-square : number -> image 
  3. ; banner : string -> image 
  4. ; twinkle : number string -> image 
  5. ; half : number -> number 
  6. ; how-long? : string -> number