scan-vector-machine-0.2.7: An implementation of the Scan Vector Machine instruction set in Haskell

Safe HaskellSafe-Infered

Control.Parallel.ScanVectorMachine.SerialScanVectorMachine

Description

A crude implementation of the ScanVectorMachine class using Data.Array.IArray; no parallelism. Warning: outrageously inefficient code ahead!

Documentation

data SSVM e Source

Instances

(Enum e, Ix e, Ord e, Num e) => ScanVectorMachine SSVM e 
(Ix e, Show e) => Show (SSVM e)