Skip to content
  • Ian Lynagh's avatar
    Keep the list of DLLs that we dlopen · be497c20
    Ian Lynagh authored
    Unfortunately, dlsym finds the first symbol loaded, while when we reload
    a compiled module in GHCi it's the last symbol that we want. Therefore
    we remember the list of loaded DLLs ourselves and go through them in
    order.
    be497c20