ciren / cilib

Typesafe, purely functional Computational Intelligence
https://cilib.net
Apache License 2.0
124 stars 101 forks source link

Remove unneeded structure constraint #286

Closed gpampara closed 6 years ago

gpampara commented 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.