Package

purescript-vector

Repository
jutaro/purescript-vector
License
Apache-2.0
Uploaded by
jutaro
Published on
2017-04-28T13:58:48Z

Build Status

Vectors for purescript (Started for the purescript-webgl binding).

This module should be imported qualified, eg:

import Data.Vector as V
import Data.Vector2 as V
import Data.Vector3 as V
import Data.Vector4 as V