There is a bug in F# that prevents this project from turning on warnings for unused values. ```fsharp property { let! i = Gen.alpha // The value 'i' is reported as unused where true return i = i } ```