Files
dolt/datas/types.noms
T
2015-12-02 12:30:00 -05:00

7 lines
93 B
Plaintext

struct Commit {
value: Value
parents: Set<Ref<Commit>>
}
using Map<String, Ref<Commit>>