Skip to content

Commit 7ad3d63

Browse files
committed
Delete outdated comment
1 parent 3b476e6 commit 7ad3d63

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

brat/Brat/Checker/SolvePatterns.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ solve my ((src, PCon c abs):p) = do
9898
ty <- typeOfSrc my src
9999
mine <- mineToSolve
100100
case (my, ty) of
101-
-- TODO: When solving constructors, we need to provide actual wiring to get
102-
-- from the fully applied constructor to the bound pattern variables.
103-
-- E.g. for cons(x, xs), we need to actually take apart a Vec to get the x
104-
-- and xs to put in the environment
105101
(Kerny, ty) -> solveConstructor Kerny src (c, abs) ty p
106102
(Braty, Right ty) -> solveConstructor Braty src (c, abs) ty p
107103
(Braty, Left Nat) -> case c of

0 commit comments

Comments
 (0)