Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Aug 20, 2024
1 parent c8883cd commit ae2a518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Act/Consistency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mkCaseQuery props behvs@((Behaviour _ _ (Interface ifaceName decls) preconds _ _
, _minitargs = []
}
mkCaseQuery _ [] = error "Internal error: behaviours cannot be empty"

-- | Checks nonoverlapping and exhaustiveness of cases
checkCases :: Act -> Solvers.Solver -> Maybe Integer -> Bool -> IO ()
checkCases (Act _ contracts) solver' smttimeout debug = do
Expand Down
3 changes: 1 addition & 2 deletions src/Act/Print.hs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ prettyInvPred = prettyExp . untime . fst
Var p t at a -> Var p t at a



-- backwards compatibility with Text.PrettyPrint.ANSI.Leijen
-- | Doc type for terminal output
type DocAnsi = Doc Term.AnsiStyle

-- | prints a Doc, with wider output than the built in `putDoc`
Expand Down

0 comments on commit ae2a518

Please sign in to comment.