Module

Annoy.Types

Package
purescript-annoy
Repository
Kamirus/purescript-annoy

#Annoy Source

data Annoy :: Type -> Type

Annoy s where s is size of vectors. Built/Immutable Annoy.

#STAnnoy Source

data STAnnoy :: Type -> Type -> Type

STAnnoy h s where s is allowed size of vectors. Similar to STPrimAnnoy but keeps track of vectors size s.

#STPrimAnnoy Source

data STPrimAnnoy :: Type -> Type

STPrimAnnoy h foreign type used in Unsafe module.