3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
foo = fn |T| (x: T) -> T { x }
|
||
|
bar: str = foo::(str)::("hi")
|