diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 09:55:32 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 09:57:20 -0600 |
commit | 2bb4215b957d912058d490c16ee64320e3724037 (patch) | |
tree | 9f6b8ccc8902d886e0d0090345c871c08c74087f /lib/fixture.ml | |
parent | 9cd7fbf7658793a443ad3a3b03cee4bbace0a0d4 (diff) | |
download | fixgen-2bb4215b957d912058d490c16ee64320e3724037.tar.gz fixgen-2bb4215b957d912058d490c16ee64320e3724037.tar.bz2 fixgen-2bb4215b957d912058d490c16ee64320e3724037.zip |
Update TODO
Diffstat (limited to 'lib/fixture.ml')
-rw-r--r-- | lib/fixture.ml | 4 |
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 -> [] |