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 8d79a6b commit 24f4ca7Copy full SHA for 24f4ca7
src/Data/Void.purs
@@ -18,7 +18,7 @@ import Data.Show (class Show)
18
-- | ```
19
-- |
20
-- | In PureScript, one often uses `Unit` to achieve similar effects as
21
--- | the lowercased `void` above.
+-- | the `void` of C-family languages above.
22
newtype Void = Void Void
23
24
instance showVoid :: Show Void where
0 commit comments