Twinside / Rasterific

A drawing engine in Haskell
BSD 3-Clause "New" or "Revised" License
140 stars 11 forks source link

use newtype #48

Closed yairchu closed 5 years ago

yairchu commented 5 years ago

IIUC, using data with strictness annotations is unusual and no more efficient than using a newtype while having a slight memory overhead

Twinside commented 5 years ago

Thanks