⭐️ A friendly language for building type-safe, scalable systems!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 32 lines 792 B view raw
1--- 2source: test-package-compiler/src/generated_tests.rs 3assertion_line: 129 4expression: "./cases/erlang_nested" 5snapshot_kind: text 6--- 7//// /out/lib/the_package/_gleam_artefacts/one@two.cache 8<.cache binary> 9 10//// /out/lib/the_package/_gleam_artefacts/one@two.cache_meta 11<65 byte binary> 12 13//// /out/lib/the_package/_gleam_artefacts/one@two.erl 14-module(one@two). 15-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). 16-define(FILEPATH, "src/one/two.gleam"). 17-export([main/0]). 18 19-file("src/one/two.gleam", 1). 20-spec main() -> binary(). 21main() -> 22 <<"Hi there"/utf8>>. 23 24 25//// /out/lib/the_package/ebin/importy.app 26{application, importy, [ 27 {vsn, "0.1.0"}, 28 {applications, []}, 29 {description, ""}, 30 {modules, [one@two]}, 31 {registered, []} 32]}.