Searched refs:tokIndent (Results 1 – 5 of 5) sorted by relevance
104 tokIndent :: Parser Int112 tokIndent = getToken $ \t -> case t of Indent x -> Just x; _ -> Nothing function143 j <- tokIndent261 optional tokIndent292 optional tokIndent
103 tokIndent :: Parser Int111 tokIndent = getToken $ \t -> case t of Indent x -> Just x; _ -> Nothing function142 j <- tokIndent260 optional tokIndent291 optional tokIndent