From be3bb5300d30a19d22b68db07292d03dc16499d3 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 16:11:04 -0600 Subject: Update TODO list --- lib/ast_types.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ast_types.ml') 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 -- cgit v1.2.3