packages feed

polysemy-test-0.1.0.0: lib/Polysemy/Test/Data/TestError.hs

{-# OPTIONS_HADDOCK hide #-}

module Polysemy.Test.Data.TestError where

newtype TestError =
  TestError { unTestError :: Text }
  deriving (Eq, Show)
  deriving newtype (IsString)