Skip to content

Commit 28e5444

Browse files
committed
Enable canonicalTypeToString
1 parent c8a07d7 commit 28e5444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/Lamdera/CLI/Annotate.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ printAnnotations root file expressionName = do
5656
case annotations & Map.lookup expressionName of
5757
Just annotation -> do
5858
hindentPrint annotation
59-
pure ()
60-
-- putStrLn $ T.unpack $ canonicalTypeToString annotation
59+
putStrLn $ "----------------------------------------"
60+
putStrLn $ T.unpack $ canonicalTypeToString annotation
6161

6262
Nothing ->
6363
putStrLn "Oops! Something went wrong!"

0 commit comments

Comments
 (0)