packages feed

effectful-zoo-0.0.3.0: components/hedgehog/Effectful/Zoo/Hedgehog/Api/Hedgehog.hs

module Effectful.Zoo.Hedgehog.Api.Hedgehog
  ( H.classify,

    H.eval,
    H.evalIO,
    H.evalM,

    H.evalEither,
    H.evalMaybe,

    H.assert,
    (H.===),
    (H./==),

    H.failure,
    H.failException,
    H.failWith,

    H.success,

  ) where

import Hedgehog qualified as H
import Hedgehog.Internal.Property qualified as H