We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a07d7 commit 28e5444Copy full SHA for 28e5444
extra/Lamdera/CLI/Annotate.hs
@@ -56,8 +56,8 @@ printAnnotations root file expressionName = do
56
case annotations & Map.lookup expressionName of
57
Just annotation -> do
58
hindentPrint annotation
59
- pure ()
60
- -- putStrLn $ T.unpack $ canonicalTypeToString annotation
+ putStrLn $ "----------------------------------------"
+ putStrLn $ T.unpack $ canonicalTypeToString annotation
61
62
Nothing ->
63
putStrLn "Oops! Something went wrong!"
0 commit comments