static-tensor-0.1.0.0: tests/CoreDump/Tensor/TensorElemView.hs
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeInType #-}
module CoreDump.Tensor.TensorElemView where
import Control.Lens
import Data.Tensor.Static
import TensorInstances ()
tensorElemView_ :: Tensor '[2, 3, 4] Float -> Float
tensorElemView_ = view (tensorElem @'[1, 1, 1])