qlinear-0.1.2.0: Typesafe library for linear algebra
Safe HaskellNone
LanguageHaskell2010

QLinear.Index

Synopsis

Documentation

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

Constructors

Index 

Instances

Instances details
(KnownNat i, KnownNat j) => Show (Index i j) Source # 
Instance details

Defined in QLinear.Index

Methods

showsPrec :: Int -> Index i j -> ShowS #

show :: Index i j -> String #

showList :: [Index i j] -> ShowS #