8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
!import "prelude" !Local
|
|
!import "arboricx" !Local
|
|
|
|
-- Multi-purpose kernel dispatch.
|
|
-- runArboricxTyped tag bundleBytes args
|
|
runArboricxTyped = (tag bs args :
|
|
runArboricxByNameToTyped tag [] bs args)
|