Skip to content

Commit

Permalink
Remove unused definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Nov 12, 2024
1 parent b4815ea commit 9bfc1b0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Pointfree/Wasm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,3 @@ pointfreeWasm input = do
for_ results $ \res ->
pushArr arr $ toJSString res
pure arr

_fromJSString' :: JSString -> String
_fromJSString' = fromJSString

_toJSString' :: String -> JSString
_toJSString' = toJSString

0 comments on commit 9bfc1b0

Please sign in to comment.