Closed jwaldmann closed 3 years ago
src/TPDB/Data.hs:35:39: error: Operator applied to too few arguments: ! | 35 | Identifier { _identifier_hash :: ! Int |
reason: bang-space is operator (we don't want this), bang-nospace is strictness (we want this)
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst
reason: bang-space is operator (we don't want this), bang-nospace is strictness (we want this)
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0229-whitespace-bang-patterns.rst