Fix Scalar multiplication

This commit is contained in:
Kiana Sheibani 2022-06-25 02:34:15 -04:00 committed by GitHub
parent a615dfbdd5
commit ff50ebfd70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,5 @@ unwrap = index 0 . getPrim
export export
Num a => Mult (Scalar a) (Scalar a) where Num a => Mult (Scalar a) (Scalar a) (Scalar a) where
Result = Scalar a
(*.) = (*) (*.) = (*)