Files
sx/examples/0734-modules-flat-same-name-ufcs-ambiguous/a.sx

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; }