7 ms·
The easiest way would be to rename the imported names #lang rhombus import rhombus: only: fun ... rename fun as fn rename ... as … open
by samdphillips 2y ago
The easiest way would be to rename the imported names
#lang rhombus
import rhombus:
only: fun ...
rename fun as fn
rename ... as …
open
fn all_same([str0, str, …]):
all(str0 == str, …)