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

Configure Feed

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

Mark prepend as internal

+2 -1
+2 -1
compiler-core/templates/prelude.mjs
··· 52 52 } 53 53 } 54 54 55 + // @internal 55 56 export function prepend(element, tail) { 56 - return new NonEmpty(element, tail) 57 + return new NonEmpty(element, tail); 57 58 } 58 59 59 60 export function toList(elements, tail) {