fresnel-0.0.0.0: test/Getter/Test.hs
{-# LANGUAGE TemplateHaskell #-}
module Getter.Test
( tests
) where
import Fresnel.Getter
import Test.Group
import Test.QuickCheck
prop_view_to_involution f x = view (to (applyFun f)) x === applyFun f x
pure []
tests :: Entry
tests = $deriveGroup