BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-array-0.9.1@sha256:8bf624b7bf9b40cbf2aea78566aaa5e26571b4a9a622ea2512cc52f92ce54594,1686

Module documentation for 0.9.1

This package provides an interface into the numhask API, and both type- and value-level shape manipulation routines.

Usage

{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude
import NumHask.Array

In situations where shape is only known at runtime, a clear module configuration is:

import NumHask.Array.Shape
import qualified NumHask.Array.Fixed as F
import qualified NumHask.Array.Dynamic as D

Changes

0.9.1

  • GHC 9.0.1 support
  • API fixes

0.8.0

0.7.0

  • GHC 8.10.1 support