Skip to content

Commit

Permalink
Squash -wno-star-is-type errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickt committed Dec 6, 2021
1 parent 58ee1f4 commit 94dd5b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hedgehog-example/src/Test/Example/References.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Data.Bifunctor (second)
import Data.IORef (IORef)
import qualified Data.IORef as IORef
import qualified Data.List as List
import Data.Kind (Type)

import Hedgehog
import qualified Hedgehog.Gen as Gen
Expand All @@ -34,7 +35,7 @@ initialState =
------------------------------------------------------------------------
-- NewRef

data NewRef (v :: * -> *) =
data NewRef (v :: Type -> Type) =
NewRef
deriving (Eq, Show, Generic)

Expand Down

0 comments on commit 94dd5b8

Please sign in to comment.