Current section
Files
Jump to
Current section
Files
src/lang.erl
-module(lang).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/lang.gleam").
-export([database/0]).
-file("src/lang.gleam", 4).
-spec database() -> kielet@database:database().
database() ->
kielet@database:new().