mirror of
https://github.com/github/semantic.git
synced 2024-12-27 00:44:57 +03:00
Remove an unused conversion of Free to JSON.
This commit is contained in:
parent
76b7df9d68
commit
6d665ff391
@ -198,11 +198,5 @@ extension Free {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extension Free where Leaf: CustomJSONConvertible {
|
|
||||||
public func JSON(pure: Value -> Doubt.JSON) -> Doubt.JSON {
|
|
||||||
return JSON(pure: pure, leaf: { $0.JSON })
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
import Prelude
|
import Prelude
|
||||||
|
Loading…
Reference in New Issue
Block a user