MNET: + .ocamlformat-ignore
This commit is contained in:
parent
7ed875cd5e
commit
69755537f6
5 changed files with 35 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue