Packages

REAM is an event sourcing system

Current section

Files

Jump to
ream src ream@storage@file@write.erl
Raw

src/ream@storage@file@write.erl

-module(ream@storage@file@write).
-compile([no_auto_import, nowarn_unused_vars]).
-export_type([result/0]).
-type result() :: ok | {error, gleam@erlang@file:reason()}.