We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e222d0d commit 7db785aCopy full SHA for 7db785a
Sources/Haystack/Bool.swift
@@ -13,7 +13,7 @@ extension Bool: Val {
13
}
14
15
16
-extension Bool: Comparable {
+extension Bool: @retroactive Comparable {
17
public static func < (lhs: Bool, rhs: Bool) -> Bool {
18
return !lhs && rhs // false is less than true
19
0 commit comments