Skip to content

Commit

Permalink
Merge pull request #1 from input-output-hk/ch1bo/not-require-typable-…
Browse files Browse the repository at this point in the history
…dynlogicmodel

Not require Typable s on DynLogicModel
  • Loading branch information
Arnaud Bailly authored Jul 4, 2022
2 parents 6241984 + 9659630 commit c272906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/QuickCheck/DynamicLogic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ bracket (first:rest) = [" ["++first++", "] ++
-- properties at controlled times, so they are likely to fail if
-- invoked at other times.

class (Typeable s, StateModel s) => DynLogicModel s where
class StateModel s => DynLogicModel s where
restricted :: Action s a -> Bool
restricted _ = False

Expand Down

0 comments on commit c272906

Please sign in to comment.