Current section

Files

Jump to
lustre src lustre.erl
Raw

src/lustre.erl

-module(lustre).
-compile([no_auto_import, nowarn_unused_vars]).
-export_type([app/2, error/0]).
-type app(FRK, FRL) :: any() | {gleam_phantom, FRK, FRL}.
-type error() :: element_not_found | component_already_registered.