Skip to content
  • Mosè Giordano's avatar
    Make `sbml` slightly more type-stable · 8a97378d
    Mosè Giordano authored
    `Libdl.dlsym` can return `Union{Nothing, Ptr{Nothing}}`.  We know that the
    symbols we use exist, and even if they didn't this change makes the function
    fail early instead of calling a `NULL` function in the shared library 💥
    8a97378d