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
I am new to Haskell, just tried building following some generic Haskell tutorial, but it fails with
coformat/src/Clang/Format/Formatter.hs:42:22: error:
Data constructor not in scope: C :: Language
|
42 | languages = [C, Cpp]
| ^
-- While building package coformat-0.3.0.0 (scroll up to its section to see the error) using:
The text was updated successfully, but these errors were encountered:
I am new to Haskell, just tried building following some generic Haskell tutorial, but it fails with
The text was updated successfully, but these errors were encountered: