1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

Document why PatchConvertible.

This commit is contained in:
Rob Rix 2015-10-06 21:25:21 -04:00
parent 6b3c66d801
commit 85ac68d232

View File

@ -64,6 +64,7 @@ extension Patch {
}
/// A hack to enable constrained extensions on `Free<A, Patch<A>>`.
public protocol PatchConvertible {
typealias Info