run linter

This commit is contained in:
Hongrui Fang 2022-11-11 23:39:23 +08:00
parent ec824b19f9
commit bcb147a716

View file

@ -105,7 +105,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)