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 bf695e2 commit ffaf7f3Copy full SHA for ffaf7f3
docs/Partial/Unsafe.md
@@ -5,7 +5,7 @@ Utilities for working with partial functions.
5
#### `unsafePartial`
6
7
``` purescript
8
-unsafePartial :: forall a. (Partial) => a -> a
+unsafePartial :: forall a. (Partial => a) -> a
9
```
10
11
Discharge a partiality constraint, unsafely.
0 commit comments