make fourmula happy
This commit is contained in:
parent
7056644bd7
commit
089589ed3c
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
|
Module : Property.Governor
|
||||||
Maintainer : seungheon.ooh@gmail.com
|
Maintainer : seungheon.ooh@gmail.com
|
||||||
|
|
@ -105,7 +109,7 @@ instance Arbitrary GovernorDatumCases where
|
||||||
-}
|
-}
|
||||||
governorDatumValidProperty :: Property
|
governorDatumValidProperty :: Property
|
||||||
governorDatumValidProperty =
|
governorDatumValidProperty =
|
||||||
haskEquiv @'OnPEq @'ByComplete
|
haskEquiv @( 'OnPEq) @( 'ByComplete)
|
||||||
isValidModelImpl
|
isValidModelImpl
|
||||||
(TestableTerm pisGovernorDatumValid)
|
(TestableTerm pisGovernorDatumValid)
|
||||||
(genDatum :* Nil)
|
(genDatum :* Nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue