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 using emacs (spacemacs). I cannot see a difference between type and data constructor.
For instance in the following snippet I would expect Foo to be displayed differently than Int.
data Query =
Foo Int
| ...
Am I missing a setting? Is this a problem with the theme I am using (I have tried a couple) ?