erg/tests/infer_trait.er
2022-10-06 00:27:43 +09:00

6 lines
101 B
Python

show s =
s.to_str()
assert show(1) == "1"
assert show(True) == "True"
# discard show((x,) -> x)