Type guard to check whether a given value is a TrampolineThunk.
This function is used to distinguish between a final computation result (value) and a deferred computation (thunk).
The type of the value being checked.
The value to test.
True if the value is a valid TrampolineThunk, false otherwise.
Type guard to check whether a given value is a TrampolineThunk.
This function is used to distinguish between a final computation result (value) and a deferred computation (thunk).