purescript-rxps icon indicating copy to clipboard operation
purescript-rxps copied to clipboard

Use spago next

Open flip111 opened this issue 2 years ago • 0 comments

Also exported the following unused functions:

  • liftF
  • fromObservable
  • requestWithBody
  • bufferToggle

create' was redundant because it has the same implementation as create.

Removed unused variables to reduce warnings.

Used void function in a few places to make the code a bit smaller

flip111 avatar Oct 08 '23 12:10 flip111