You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bmiTell:: (Floatinga) =>a->String
bmiTell bmi
| bmi <=18.5="You are underweight"| bmi <=25.0="You are normal"| bmi <=30.0="You are fat"|otherwise="you are very fat"