Skip to content

Commit 122857d

Browse files
committed
Merging spockz
1 parent 9896851 commit 122857d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Language/Prolog/NanoProlog/ParserUUTC.hs

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ pTerms = listOf pTerm (symbol ',')
6464

6565
pRule :: Parser Char Rule
6666
pRule = (:<-:) <$> pFun <*> ((token ":-" *> pTerms) `opt` []) <* pDot
67-
-- pRule = (:<-:) <$> pFun <*> (pure []) <* pDot
6867

6968
startParse :: Parser s a -> [s] -> [(a,[s])]
7069
startParse p = parse (p <* eof)

0 commit comments

Comments
 (0)