3 lines
117 B
Plaintext
3 lines
117 B
Plaintext
// a.sx authors `dup` (+1). One of two distinct flat authors of `dup`.
|
|
dup :: ufcs (x: s64) -> s64 { return x + 1; }
|