Skip to content

Commit 60c6bc9

Browse files
committed
Export unsafeCompare
1 parent 353e7b1 commit 60c6bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Prelude.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module Prelude
2020
, DivisionRing
2121
, Eq, eq, (==), (/=)
2222
, Ordering(..), Ord, compare, (<), (>), (<=), (>=)
23+
, unsafeCompare
2324
, Bounded, top, bottom
2425
, BoundedOrd
2526
, BooleanAlgebra, conj, disj, not, (&&), (||)

0 commit comments

Comments
 (0)