Current section

Files

Jump to
kielet src kielet@context.erl
Raw

src/kielet@context.erl

-module(kielet@context).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([context/0]).
-type context() :: {context, kielet@database:database(), binary()}.