Skip to content

Commit

Permalink
Update "TODO"
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Aug 7, 2024
1 parent ed82351 commit f22599a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brat/Brat/Checker.hs
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ check' (Simple tm) ((), ((hungry, ty):unders)) = do
check' tm _ = error $ "check' " ++ show tm


-- Clauses from either function definitions or case statements (TODO), as we get
-- from the elaborator
-- Clauses from either function definitions or case statements, as we get
-- them from the elaborator
data Clause = Clause
{ index :: Int -- Which clause is this (in the order they're defined in source)
, lhs :: WC NormalisedAbstractor
Expand Down

0 comments on commit f22599a

Please sign in to comment.