linearmap-category-0.6.0.1: Native, complete-ish, matrix-free linear algebra.
Copyright(c) Justus Sagemüller 2020
LicenseGPL v3
Maintainer(@) jsag $ hvl.no
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Math.VectorSpace.MiscUtil.MultiConstraints

Description

 

Documentation

type family SameScalar (c :: Type -> Constraint) (vs :: [Type]) :: Constraint where ... Source #

Equations

SameScalar c '[] = () 
SameScalar c (v ': vs) = (c v, AllWithScalar (Scalar v) c vs)