Shen OS Kernel 21.1
Added
- Support for cons syntax in type signatures (via Mark).
Fixed
- Make prolog's
call
work with properly with pvars.
Changed
prolog?
macro now expands code inline like in SP instead of usingdefprolog
(via Mark).(map F X)
now returns(F X)
whenX
is not a list. The type signature ofmap
remains unchanged. Matches SP's behaviour.map
is no longer tail-recursive. Matches SP's behaviour.