File tree Expand file tree Collapse file tree 2 files changed +465
-465
lines changed
src/Graphics/Rendering/OpenGL/Raw Expand file tree Collapse file tree 2 files changed +465
-465
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ printExtensionSupport extModules = do
344
344
SI. hPutStrLn h $ " "
345
345
SI. hPutStrLn h $ " -- | Is the " ++ extensionHyperlink extName ++ " extension supported?"
346
346
SI. hPutStrLn h $ predNameMonad ++ " :: MonadIO m => m Bool"
347
- SI. hPutStrLn h $ predNameMonad ++ " = member " ++ show extString ++ " `fmap` getExtensions "
347
+ SI. hPutStrLn h $ predNameMonad ++ " = getExtensions >>= (return . member " ++ show extString ++ " ) "
348
348
SI. hPutStrLn h $ " "
349
349
SI. hPutStrLn h $ " -- | Is the " ++ extensionHyperlink extName ++ " extension supported?"
350
350
SI. hPutStrLn h $ " -- Note that in the presence of multiple contexts with different capabilities,"
You can’t perform that action at this time.
0 commit comments