feat[dev]: import Prelude
This commit is contained in:
parent
390308e9d7
commit
36ae4dd5e0
20 changed files with 102 additions and 172 deletions
|
@ -1,7 +1,5 @@
|
|||
{-# LANGUAGE Safe #-}
|
||||
module Test.QuickCheck.Roundtrip (roundtrips) where
|
||||
import Data.Eq ((==), Eq)
|
||||
import Data.Bool (Bool)
|
||||
|
||||
roundtrips :: Eq t1 => (t2 -> t1) -> (t1 -> t2) -> t1 -> Bool
|
||||
roundtrips back forth x = x == back (forth x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue