You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: DEPRECATED: old record update syntax.
Use "{ f := v } p" instead of "record { f = v } p"
and "{ f $= v } p" instead of "record { f $= v } p"
Main:17:21--17:66
13 | main = runner
14 | [ testPaths "lsp" allTests
15 | ] where
16 | testPaths : String -> TestPool -> TestPool
17 | testPaths dir = record { testCases $= map ((dir ++ "/") ++) }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: