aboutsummaryrefslogtreecommitdiff
path: root/lib/ast_types.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2023-12-26 16:11:04 -0600
committerMarc Coquand <marc@mccd.space>2023-12-26 16:11:04 -0600
commitbe3bb5300d30a19d22b68db07292d03dc16499d3 (patch)
treea90ec7088d3d837101ef2a886be4402c04635415 /lib/ast_types.ml
parent353394783ae8503363ea751f81a5316ba7c4b3c9 (diff)
downloadfixgen-be3bb5300d30a19d22b68db07292d03dc16499d3.tar.gz
fixgen-be3bb5300d30a19d22b68db07292d03dc16499d3.tar.bz2
fixgen-be3bb5300d30a19d22b68db07292d03dc16499d3.zip
Update TODO list
Diffstat (limited to 'lib/ast_types.ml')
-rw-r--r--lib/ast_types.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ast_types.ml b/lib/ast_types.ml
index 6a02040..fdcafd2 100644
--- a/lib/ast_types.ml
+++ b/lib/ast_types.ml
@@ -64,7 +64,6 @@ type ast_table_relation =
| PTable of string * int * Fixture.t list
| CTable of (string * string) list * string * int * (Fixture.compiled -> Fixture.compiled list -> Fixture.t list)
(** parent (name, referenced id), row, child_name, fixture builder given a parent name and list of options *)
- (* TODO: Support multiple relations *)
let table_name = function