pc and testing -> seperate files

This commit is contained in:
2025-09-03 13:13:31 +02:00
parent dea16908a6
commit afd552bd09
5 changed files with 552 additions and 437 deletions

4
testing.mli Normal file
View File

@@ -0,0 +1,4 @@
val test : string
-> ?depends:(string list)
-> (unit -> unit)
-> unit;;