Beispiel #1
0
 public static Comonad <Comonad <T> > Duplicate <T>(this Comonad <T> @this) => Comonad <T> .δ(@this);
Beispiel #2
0
 public static T Extract <T>(this Comonad <T> @this) => Comonad <T> .ε(@this);