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 60c6bc9 commit 8c89c29Copy full SHA for 8c89c29
docs/Prelude.md
@@ -975,4 +975,9 @@ instance showArray :: (Show a) => Show (Array a)
975
instance showOrdering :: Show Ordering
976
```
977
978
+#### `unsafeCompare`
979
980
+``` purescript
981
+unsafeCompare :: forall a. a -> a -> Ordering
982
+```
983
+The `unsafeCompare` function is mainly intended for module writers supporting native types via the FFI, and not for general comparisons.
0 commit comments