PasteRack.org
Paste # 71986
2018-03-18 19:08:22

Fork as a new paste.

Paste viewed 119 times.


Embed:

  1. (define (bigger? img1 img2)
  2.   (> (* (image-height img1) (image-width img1))
  3.      (* (image-height img2) (image-width img1))))

=>

load-handler: expected a `module' declaration for `pasterack' in "paste 71986", but found something else

Check that paste includes #lang?