1
1
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:
Rob Rix 2015-10-05 13:14:46 -04:00
parent 847216a942
commit 437fbd269f

View File

@ -1,4 +1,4 @@
/// A language of diffing algorithms.
/// An operation of diffing over terms or collections of terms.
public enum Algorithm<Recur, A> {
/// The type of `Term`s over which `Algorithm`s operate.
public typealias Term = Fix<A>