qlinear-0.1.0.0: Typesafe library for linear algebra
QLinear.Index
data Index (i :: Nat) (j :: Nat) Source #
Typesafe index. To construct it use TypeApplications
>>> Index @1 @3 Index 1 3 >>> :t Index @1 @3 Index @1 @3 :: Index 1 3
>>>
Index @1 @3
:t Index @1 @3
Constructors
Defined in QLinear.Index
Methods
showsPrec :: Int -> Index i j -> ShowS #
show :: Index i j -> String #
showList :: [Index i j] -> ShowS #