-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
memoryrelating to memory performancerelating to memory performance
Description
Getting arithmetics up and running I had to nuke the unpack pragma in Types:
data NPrim = I !Integer | D {-# UNPACK #-} !Double
deriving (Eq,Generic,Ord,Show)
because you cannot unpack arbitrary sized integers. Fix this by picking Int64 or something similar when we begin to optimize.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
memoryrelating to memory performancerelating to memory performance