You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additive and Ring instances for CycRep currently define (*) = fmap (*). This could be (is?) much slower than letting individual Tensor instances define their own instances. Instead, we should add an entailment for Additive and Ring (any others?) so that CycRep's instances simply call the corresponding tensor instance.
The text was updated successfully, but these errors were encountered:
cpeikert
changed the title
Use Tensor Ring instance instead of fmap (*) for UCyc
Use Tensor Ring instance instead of fmap (*) for CycRep
Aug 16, 2018
Additive
andRing
instances forCycRep
currently define(*) = fmap (*)
. This could be (is?) much slower than letting individualTensor
instances define their own instances. Instead, we should add an entailment forAdditive
andRing
(any others?) so thatCycRep
's instances simply call the corresponding tensor instance.The text was updated successfully, but these errors were encountered: