diff --git a/src/Safe/Coerce.purs b/src/Safe/Coerce.purs index 10a8682..619bb3a 100644 --- a/src/Safe/Coerce.purs +++ b/src/Safe/Coerce.purs @@ -1,6 +1,6 @@ - module Safe.Coerce - ( coerce + ( module Prim.Coerce + , coerce ) where import Prim.Coerce (class Coercible)