You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
The proposals in #3 and #4 both hint at postprocessing steps for engine. While an engine does implement IFn it will no longer implement the Engine protocol if a function wrapper is put around it.
So, we might want to create wrap-pre-processor and wrap-post-processor functions that produce valid engines again.
The proposals in #3 and #4 both hint at postprocessing steps for engine. While an engine does implement
IFnit will no longer implement theEngineprotocol if a function wrapper is put around it.So, we might want to create
wrap-pre-processorandwrap-post-processorfunctions that produce valid engines again.