Searched refs:tokFieldLine (Results 1 – 5 of 5) sorted by relevance
106 tokFieldLine :: Parser (FieldLine Position)116 tokFieldLine = getTokenWithPos $ \t -> case t of L pos (TokFieldLine s) -> Just (FieldLine pos s);… function131 fieldContent = tokFieldLine <?> "field contents"
105 tokFieldLine :: Parser (FieldLine Position)115 tokFieldLine = getTokenWithPos $ \t -> case t of L pos (TokFieldLine s) -> Just (FieldLine pos s);… function130 fieldContent = tokFieldLine <?> "field contents"