Files
dolt/datas/types.noms
Erik Arvidsson b67ab2a9e1 Convert datas/ to nomdl/codegen
This make Commit a typed struct with a Set(Commit).

This also fixes a case where the recursive detection for determining
if a Def can be created was not working.
2015-09-24 12:56:58 -04:00

5 lines
56 B
Plaintext

struct Commit {
value: Value
parents: Set(Commit)
}