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 353e7b1 commit 60c6bc9Copy full SHA for 60c6bc9
src/Prelude.purs
@@ -20,6 +20,7 @@ module Prelude
20
, DivisionRing
21
, Eq, eq, (==), (/=)
22
, Ordering(..), Ord, compare, (<), (>), (<=), (>=)
23
+ , unsafeCompare
24
, Bounded, top, bottom
25
, BoundedOrd
26
, BooleanAlgebra, conj, disj, not, (&&), (||)
0 commit comments