fresnel-0.1.0.0: test/Traversal/Test.hs
{-# LANGUAGE TemplateHaskell #-}
module Traversal.Test
( tests
) where
import Fresnel.Traversal
import Test.Group
import Test.QuickCheck
prop_ignored (Fn f) a = traverseOf ignored f a === [a]
pure []
tests :: Entry
tests = $deriveGroup