Packages

HTML templates → type-safe Gleam modules. Write familiar markup instead of nested function calls. No more bracket-counting nightmares.

Current section

Files

Jump to
ghtml include ghtml@watcher_WatcherState.hrl
Raw

include/ghtml@watcher_WatcherState.hrl

-record(watcher_state, {
root :: binary(),
file_mtimes :: gleam@dict:dict(binary(), integer()),
self_subject :: gleam@option:option(gleam@erlang@process:subject(ghtml@watcher:watcher_message()))
}).