purescript-0.15.15: tests/purs/passing/4179.js
export const runtimeImportImpl = nothing => just => moduleName => body => () =>
import(`../${moduleName}/index.js`).then(() => body(nothing)(), err => body(just(err.toString()))());
export const runtimeImportImpl = nothing => just => moduleName => body => () =>
import(`../${moduleName}/index.js`).then(() => body(nothing)(), err => body(just(err.toString()))());