Your > seems to be shadowing core's > and thus not letting you compare the floats.
It makes sense. Regarding the type wrapping better use a type alias for using the value directly as a float but having it be DropsPerSecond on the type signatures. type alias DropsPerSecond = Float -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
