1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 12:23:08 +03:00

Documentation comment for the Algorithm type.

This commit is contained in:
Rob Rix 2015-10-02 17:25:40 -04:00
parent 8da57b5e78
commit f26d4349c7

View File

@ -1,3 +1,4 @@
/// A language of diffing algorithms.
enum Algorithm<Recur, A> {
typealias Term = Fix<A>
typealias Diff = Free<A, Patch<A>>