mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
7 lines
151 B
Python
7 lines
151 B
Python
a as Eq and Hash and Show = 1
|
|
f _: Eq and Show and Hash = None
|
|
f a
|
|
|
|
b as Eq and Hash and Ord and Show = 1
|
|
g _: Ord and Eq and Show and Hash = None
|
|
g b
|