newtype over data

This commit is contained in:
Patrick Aldis 2026-03-09 16:18:15 +00:00
parent 6f37a60f3b
commit 2222fa87c7

View File

@ -14,6 +14,6 @@ type DLogLspM = LspM LSPState
type UriBundle a = Map J.NormalizedUri a
data LSPState = LSPState
newtype LSPState = LSPState
{ parseState :: TVar (UriBundle (Either (ParseErrorBundle Text Void) (Program' SrcLoc)))
}