effect-monad icon indicating copy to clipboard operation
effect-monad copied to clipboard

Misaligned invariant in ParameterisedAsGraded ?

Open jmatsushita opened this issue 3 years ago • 0 comments

The paper states:

We use the Inv constraint family to force the target type of the left morphism to match the source type of the right morphism.

So shouldn't the Inv type read:

type Inv T (M a b) (M c d) = b ~ c

jmatsushita avatar Oct 21 '21 11:10 jmatsushita