diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-26 15:07:03 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-26 15:07:03 -0600 |
commit | 5746c8d2c9ae2a0696eb5c88931e62e0149e6b85 (patch) | |
tree | 99decd8bc917aa77360864e71a029839a555854d | |
parent | 8f4f7b5252a9e93932818be2dc9613bdc85550d8 (diff) | |
download | fixgen-5746c8d2c9ae2a0696eb5c88931e62e0149e6b85.tar.gz fixgen-5746c8d2c9ae2a0696eb5c88931e62e0149e6b85.tar.bz2 fixgen-5746c8d2c9ae2a0696eb5c88931e62e0149e6b85.zip |
Update TODO
Diffstat (limited to '')
-rw-r--r-- | lib/fixture.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fixture.ml b/lib/fixture.ml index daf172e..c45a8b9 100644 --- a/lib/fixture.ml +++ b/lib/fixture.ml @@ -67,10 +67,8 @@ let id_of_fixture fixture = (* TODO: Support email *) -(* TODO: Support arbitrary string *) (* TODO: Support "hashed" password *) (* TODO: Support variables using @ *) -(* TODO: Support JSON export *) let rec replicate element n = match n with |