Commit 614e22ff authored by Andrew Gibiansky's avatar Andrew Gibiansky

Update example notebook

parent 2063a102
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -81,7 +81,8 @@ showIdea :: Idea -> Maybe LintSuggestion
showIdea idea =
case ideaTo idea of
Nothing -> Nothing
Just whyNot -> Just
Just whyNot ->
Just
Suggest
{ line = srcSpanStartLine $ ideaSpan idea
, found = showSuggestion $ ideaFrom idea
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment