Skip to content

Integer --> Int #1

@doyougnu

Description

@doyougnu

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.

Metadata

Metadata

Assignees

Labels

memoryrelating to memory performance

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions