module Types where type Matrix a = [[a]] type Color = Float type Picture = Matrix Color