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
feat(parser): add Generic and NFData to parser support types
Extends PR #122 implementation to parser support modules:
- Token.hs: Add Generic/NFData to CommentAnnotation and Token types
- SrcLocation.hs: Add Generic/NFData to TokenPosn type
- ParseError.hs: Add Generic/NFData to ParseError type
All modules now include required language extensions and imports
for complete Generic and NFData support across the parser.
0 commit comments