mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
We don’t need Cofree terms to construct patches.
This commit is contained in:
parent
cd7e67c30d
commit
6ee73cca06
@ -121,8 +121,10 @@ extension Free where B: PatchConvertible, B.Element == Cofree<A, ()> {
|
||||
public var inverse: Free {
|
||||
return map { B(patch: $0.patch.inverse) }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
extension Free where B: PatchConvertible {
|
||||
public static func Replace(before: B.Element, _ after: B.Element) -> Free {
|
||||
return .Pure(B(patch: .Replace(before, after)))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user