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:
parent
8da57b5e78
commit
f26d4349c7
@ -1,3 +1,4 @@
|
||||
/// A language of diffing algorithms.
|
||||
enum Algorithm<Recur, A> {
|
||||
typealias Term = Fix<A>
|
||||
typealias Diff = Free<A, Patch<A>>
|
||||
|
Loading…
Reference in New Issue
Block a user