rapid icon indicating copy to clipboard operation
rapid copied to clipboard

Rapid prototyping with GHCi

Results 3 rapid issues
Sort by recently updated
recently updated
newest added

I tried to use `rapid` library with SDL2: ``` import SDL develMain = rapid 0 $ \r -> do (win, rend)

This matches dependencies in lts-12 Here are extracts from relevant changelogs: - base: > 4.11.0.0 March 2018 > > - Bundled with GHC 8.4.1 > - System.IO.openTempFile is now thread-safe...

Hi, I have an update function like this: ``` update :: IO () update = Rapid.rapid 0 $ \r -> do env