Files
dolt/datas/types.noms
2015-10-21 19:29:11 -04:00

7 lines
93 B
Plaintext

struct Commit {
value: Value
parents: Set(Ref(Commit))
}
using Map(String, Ref(Commit))