hw-json-simd-0.1.0.3: SIMD-based JSON semi-indexer

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Json.Simd.Internal.Index.Simple

Documentation

newtype BpState Source #

Constructors

BpState 

data Step where Source #

Constructors

Step :: (forall s. BpState -> MVector s Word64 -> ST s Int) -> Int -> Step