Skip to content
hito.git
⋮
Summary
Commits
Files
hito.git
/
lib
/
app
/
memory_repo.mli
[OCaml] High Intensity Training Online
View raw
1
(**
In-memory {!Repository.S} for tests. Nothing survives a restart, and it is
2
never used in production — durable storage is {!Sqlite_repo}.
*)
3
4
include
Repository
.
S
5
6
val
create
:
unit
->
t
7
(**
Seeded with the shared routine catalog.
*)
8
Summary
Commits
Files