elm-fuse
elm-fuse copied to clipboard
Fuse support in Elm
Results
2
elm-fuse issues
Sort by
recently updated
recently updated
newest added
Regarding: https://github.com/eeue56/elm-fuse/blob/c131491bea4387ce35e503609060381d864d1a0b/src/Fuse.elm#L431 So I added this code: ``` functionToString : (a -> b) -> String functionToString fn = FFI.sync "console.log(_0.toString());return 'func' + _0.toString().length.toString();" [ FFI.asIs fn ] |> FFI.intoElm ```...
I think this is mostly a reasonable path, but we would need to trigger the running elm app to emit its `.ux` file again. Maybe this isn't a reasonable path...