Packages

REAM is an event sourcing system

Current section

Files

Jump to
ream src ream storage file write.gleam
Raw

src/ream/storage/file/write.gleam

import gleam/erlang/file
pub type Result {
Ok
Error(reason: file.Reason)
}