diff options
Diffstat (limited to 'aoc2023/build/packages/gleam_erlang/include/gleam@erlang_ApplicationFailedToStart.hrl')
-rw-r--r-- | aoc2023/build/packages/gleam_erlang/include/gleam@erlang_ApplicationFailedToStart.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/aoc2023/build/packages/gleam_erlang/include/gleam@erlang_ApplicationFailedToStart.hrl b/aoc2023/build/packages/gleam_erlang/include/gleam@erlang_ApplicationFailedToStart.hrl new file mode 100644 index 0000000..52c9896 --- /dev/null +++ b/aoc2023/build/packages/gleam_erlang/include/gleam@erlang_ApplicationFailedToStart.hrl @@ -0,0 +1,4 @@ +-record(application_failed_to_start, { + name :: gleam@erlang@atom:atom_(), + reason :: gleam@dynamic:dynamic_() +}). |