jonathanfishbein1 / linear-algebra / Vector

A module for Vector

Types


type Vector a
    = Vector (List a)

Vector type