Awesome. It worked. Haskell continues to impress me. Thanks for the help everyone. -Eitan On 7/19/2010 4:42 AM, Max Bolingbroke wrote: > Use NoMonomorphismRestriction or give an explicit type signature: > > width :: Num a => a > width = 800 > > Max >