packages feed

hedgehog-extras-0.10.1.0: test/Hedgehog/Extras/Test/UnitSpec.hs

module Hedgehog.Extras.Test.UnitSpec where

import Control.Exception.Lifted
import Data.Bool
import Hedgehog
import Hedgehog.Extras.Test.Unit

tasty_unit :: UnitIO ()
tasty_unit = do
  bracket_
    (True === True)
    (True === True)
    (True === True)