Skip to content
Snippets Groups Projects
Commit b0b23711 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Merge pull request #513 from treeowl/newtype-since

Make parser state a newtype
parents 0cf9557d ba70ca2a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ import Data.Tuple
import Documentation.Haddock.Types (Version)
data ParserState = ParserState {
newtype ParserState = ParserState {
parserStateSince :: Maybe Version
} deriving (Eq, Show)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment