make fourmula happy
This commit is contained in:
parent
b0a4c67822
commit
1680d0d21a
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
|
||||
|
||||
{-# HLINT ignore "Redundant bracket" #-}
|
||||
|
||||
{- |
|
||||
Module : Property.Governor
|
||||
Maintainer : seungheon.ooh@gmail.com
|
||||
|
|
@ -105,7 +109,7 @@ instance Arbitrary GovernorDatumCases where
|
|||
-}
|
||||
governorDatumValidProperty :: Property
|
||||
governorDatumValidProperty =
|
||||
haskEquiv @'OnPEq @'ByComplete
|
||||
haskEquiv @( 'OnPEq) @( 'ByComplete)
|
||||
isValidModelImpl
|
||||
(TestableTerm pisGovernorDatumValid)
|
||||
(genDatum :* Nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue