Module
Unsafe.Reference
- Package
- purescript-unsafe-reference
- Repository
- purescript-contrib/purescript-unsafe-reference
#unsafeRefEq Source
unsafeRefEq :: forall a. a -> a -> BooleanCompares two values of the same type using strict (===) equality.
#reallyUnsafeRefEq Source
reallyUnsafeRefEq :: forall b a. a -> b -> BooleanCompares two values of different types using strict (===) equality.
- Modules
- Unsafe.
Reference