A function or operator call has type Call
in KC3. To produce it
you need to quote a call or call a cfn that returns a Call
, like
Tag.from_str
.
ikc3> type(quote 1 + 1)
Call
ikc3> type(quote List.count(1000))
Call
Top : KC3 documentation
Previous : 1.05 Callable
Next : 1.07 Character