mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
== over Fix.
This commit is contained in:
parent
bc857f810b
commit
a0e77e2495
@ -24,3 +24,7 @@ extension Fix {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public func == <A: Equatable> (left: Fix<A>, right: Fix<A>) -> Bool {
|
||||
return Fix.equals(==)(left, right)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user