mirror of
https://github.com/github/semantic.git
synced 2024-12-02 11:23:05 +03:00
Algorithm is an operation.
This commit is contained in:
parent
847216a942
commit
437fbd269f
@ -1,4 +1,4 @@
|
|||||||
/// A language of diffing algorithms.
|
/// An operation of diffing over terms or collections of terms.
|
||||||
public enum Algorithm<Recur, A> {
|
public enum Algorithm<Recur, A> {
|
||||||
/// The type of `Term`s over which `Algorithm`s operate.
|
/// The type of `Term`s over which `Algorithm`s operate.
|
||||||
public typealias Term = Fix<A>
|
public typealias Term = Fix<A>
|
||||||
|
Loading…
Reference in New Issue
Block a user