Closed gpampara closed 6 years ago
The measurement code does not need to care if the value received is in fact a F[A] or an A. The removal of F[_] makes the code a little more flexible without removing functionality.
F[A]
A
F[_]
The measurement code does not need to care if the value received is in fact a
F[A]
or anA
. The removal ofF[_]
makes the code a little more flexible without removing functionality.