Expose functionality for building crucible
FnHandle
s from stubs
FunctionOverride
s
#16
Labels
enhancement
New feature or request
stubs-common
defines functionality for turning aFunctionOverride
into anFnHandle
suitable for use withincrucible
:stubs/stubs-common/src/Stubs/Memory/Common.hs
Lines 401 to 443 in 2d6fe1b
Unfortunately, this functionality is defined as a local function within
Stubs.Memory.Common.lookupFunction
, which makes it impossible to use by downstream clients. We should factor out the relevant bits ofmkAndBindOverride
into top-level functions that can be called independently.The text was updated successfully, but these errors were encountered: