mirror of
https://github.com/github/semantic.git
synced 2024-12-02 02:08:48 +03:00
Doc comments for the Term and Diff typealiases.
This commit is contained in:
parent
f26d4349c7
commit
bbd41b209d
@ -1,6 +1,9 @@
|
||||
/// A language of diffing algorithms.
|
||||
enum Algorithm<Recur, A> {
|
||||
/// The type of `Term`s over which `Algorithm`s operate.
|
||||
typealias Term = Fix<A>
|
||||
|
||||
/// The type of `Diff`s which `Algorithm`s produce.
|
||||
typealias Diff = Free<A, Patch<A>>
|
||||
|
||||
case Recursive(Term, Diff -> Recur)
|
||||
|
Loading…
Reference in New Issue
Block a user