Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

gleam / test / compile_package1 / app1 / src / one / nested.gleam
179 B 8 lines
1//// This module is used to test resolution of nested modules 2 3// SPDX-License-Identifier: Apache-2.0 4// SPDX-FileCopyrightText: 2021 The Gleam contributors 5 6pub fn id(a) { 7 a 8}