aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/fixture.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/fixture.ml b/lib/fixture.ml
index 278024c..25f6a8f 100644
--- a/lib/fixture.ml
+++ b/lib/fixture.ml
@@ -61,6 +61,10 @@ let id_of_fixture fixture =
| Int (id, _, _) -> id
+(* TODO: Support const *)
+(* TODO: Support email *)
+(* TODO: Support list *)
+
let rec replicate element n =
match n with
| 0 -> []