bodil / bodil/bodil.github.com
Textual error
- Lenguaje dominante
- CSS
- Estrellas
- 24
- Forks
- 8
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hi!
In your Parser Combinators text you have what seems to be a typo:
> To accommodate this pattern, we're going to use our pair combinator to write two other combinators: `left, which discards the result of the first parser and only returns the second`, and its opposite number, right, which is the one we'd have wanted to use in our test above instead of pair - the one that discards that () on the left hand side of the pair and only keeps our String.
`left` actually discards the second result and returns the first, while `right` does what it says.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Abre el texto Parser Combinators al que se hace referencia en el informe y localiza las descripciones de los combinadores `left` y `right`. Compara cada descripción con el comportamiento indicado en el issue, corrige la redacción intercambiada y verifica que la explicación circundante siga siendo coherente.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- documentation
- Tipo de issue
- Documentación
- Dificultad
- 1/5
- Tiempo estimado
- Menos de una hora
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 35/100