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 a12800a commit c8a07d7Copy full SHA for c8a07d7
extra/Lamdera/CLI/Annotate.hs
@@ -42,6 +42,10 @@ run (Args file expressionName) () = do
42
printAnnotations root file expressionName
43
44
45
+printAnnotationsTest :: FilePath -> FilePath -> String -> IO ()
46
+printAnnotationsTest root file expressionName =
47
+ printAnnotations root file (Name.fromChars expressionName)
48
+
49
printAnnotations :: FilePath -> FilePath -> Name.Name -> IO ()
50
printAnnotations root file expressionName = do
51
Ext.Common.withProjectRoot root $ do
0 commit comments