Skip to content

Commit

Permalink
Document the parseSearchResults function.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlazar committed Jan 2, 2012
1 parent f92b9cf commit 510ec29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foreign/Maude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ parseMaudeResult txt =
Left _ -> Nothing
Right r -> Just r


-- | Parse the output of a successful @search@ command.
parseSearchResults :: Text -> Maybe [SearchResult]
parseSearchResults txt =
case parse pSearchResults "" txt of
Expand Down

0 comments on commit 510ec29

Please sign in to comment.