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 4850293 commit 96ccc55Copy full SHA for 96ccc55
src/Partial.purs
@@ -1,5 +1,5 @@
1
--- | Some partial helper functions.
2
-module Partial
+-- | Some partial helper functions. See the README for more documentation.
+module Partial
3
( crash
4
, crashWith
5
) where
src/Partial/Unsafe.purs
@@ -1,4 +1,5 @@
-- | Utilities for working with partial functions.
+-- | See the README for more documentation.
module Partial.Unsafe
( unsafePartial
, unsafePartialBecause
0 commit comments