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
let inlinetest<'Twhen'T:>INumber<'T>>x:'T =if x > 'T.Zero then x
else 'T.Zero
Actual behavior
Compilation error:
Severity Code Description Project File Line Suppression State
Error FS0193 A type parameter is missing a constraint 'when 'T: comparison' FSharpTests Program.fs 37 Active