Closed aavogt closed 9 years ago
Data.Profunctors.Unsafe is Unsafe in those older versions.
Perhaps it would be better to remove all the {-# LANGUAGE Unsafe #-} and have the safety be inferred.
{-# LANGUAGE Unsafe #-}
All right. Thank you for pointing that out!
Released 0.3.5.
Data.Profunctors.Unsafe is Unsafe in those older versions.
Perhaps it would be better to remove all the
{-# LANGUAGE Unsafe #-}
and have the safety be inferred.