We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fcc47 commit 2aa5735Copy full SHA for 2aa5735
Graphics/UI/GLUT/Begin.hs
@@ -72,11 +72,10 @@ data ActionOnWindowClose
72
MainLoopReturns
73
| -- | Return from mainLoop after the last window is closed.
74
ContinueExecution
75
- | -- | Deprecated, use 'ContinueExecution'.
76
- ContinueExectuion
+ | ContinueExectuion
77
deriving ( Eq, Ord, Show )
78
79
-{-# DEPRECATED ContinueExectuion "use `ContinueExecution' instead" #-}
+{-# DEPRECATED ContinueExectuion "Use 'ContinueExecution' instead." #-}
80
81
marshalActionOnWindowClose :: ActionOnWindowClose -> CInt
82
marshalActionOnWindowClose x = case x of
0 commit comments