updates for prelude changes

This commit is contained in:
2025-12-29 10:34:47 -08:00
parent f4d1e86319
commit 71b0e3af92
4 changed files with 5 additions and 8 deletions

View File

@@ -27,10 +27,6 @@ startT s = case unpack s of
('t' :: _) => True
_ => False
isJust : a. Maybe a Bool
isJust (Just x) = True
isJust _ = False
checkK3 : Graph EdgeSet Edge Int
checkK3 g es (a,b) =
let cand = fromMaybe Nil $ snd <$> lookupMap b g