Skip to content
Snippets Groups Projects
Commit 988b8fd7 authored by stuebinm's avatar stuebinm
Browse files

made a partial function total

(shouldn't have been called anyways, but it's still nice not to have it
fail if it ever does get called with that case)
parent f74bb6eb
No related branches found
No related tags found
No related merge requests found
Pipeline #9727 passed
......@@ -80,6 +80,8 @@ instance PrettyPrint Lint where
" Info: found dependency: " <> prettyprint dep
prettyprint (Offers dep) =
" Info: map offers entrypoint " <> prettyprint dep
prettyprint (Badge _) =
" Info: found a badge."
instance PrettyPrint Hint where
prettyprint (Hint level msg) = " " <> (showText level) <> ": " <> msg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment