purescript-contrib/purescript-affjax

Missing Representable instance using launchAff <<< affjax

Closed this issue · 0 comments

My workaround is launchAff $ (affjax request) :: (forall e. Affjax e Unit). Would it make sense to provide a launchAffjax? Perhaps it's an uncommon use case.