bodil / bodil/bodil.github.com
Textual error
- Langage dominant
- CSS
- Étoiles
- 24
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Ouvrez le texte Parser Combinators référencé dans le rapport et repérez les descriptions des combinateurs `left` et `right`. Comparez chaque description avec le comportement indiqué dans l’issue, corrigez la formulation inversée et vérifiez que l’explication environnante reste cohérente.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Domaine
- documentation
- Type d'issue
- Documentation
- Difficulté
- 1/5
- Temps estimé
- Moins d'une heure
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 35/100