MNET: + .ocamlformat-ignore

This commit is contained in:
swrup 2026-03-12 12:11:47 +01:00
parent 7ed875cd5e
commit 69755537f6
5 changed files with 35 additions and 38 deletions

View file

@ -1,10 +1,7 @@
module Fat = Mfat.Make (struct
include Mkernel.Block
let read = atomic_read
let write = atomic_write
end)
@ -13,5 +10,5 @@ include Fat
type t = Mkernel.Block.t Mfat.t
module type FS = sig
val t : t
val t : t
end